Skip to content

chore: Add initial project files for VS Code web integration#650

Merged
Avijit-Microsoft merged 2 commits intomainfrom
hb-psl-add-vscodeweb
Nov 20, 2025
Merged

chore: Add initial project files for VS Code web integration#650
Avijit-Microsoft merged 2 commits intomainfrom
hb-psl-add-vscodeweb

Conversation

@Harsh-Microsoft
Copy link
Contributor

Purpose

This pull request introduces a new set of template files and resources for running Azure AI Foundry projects in a VS Code for the Web environment. It provides sample code, environment setup scripts, documentation, and configuration to help users quickly deploy and interact with AI agents and threads using the Azure AI Projects SDK in Python.

The most important changes are:

New Sample Code and Environment Setup:

  • Added Python sample scripts (codeSample.py, endpointCodeSample.py) demonstrating how to use the Azure AI Projects SDK to create and interact with agents and threads, supporting both connection string and endpoint authentication methods. [1] [2]
  • Added requirements.txt and endpoint-requirements.txt specifying required Python dependencies for the samples, including azure-ai-projects, azure-identity, and ansible-core.
  • Added install.sh script for installing dependencies and initializing the Azure AI Foundry template.

Documentation and Configuration:

  • Added README.md and README-noazd.md files with instructions for deploying, developing, and troubleshooting the templates in VS Code for the Web. [1] [2]
  • Added a .gitignore file to exclude build artifacts, IDE files, and other common temporary files for .NET, Java, Python, and general development.
  • Added LICENSE file specifying the MIT License for the project.

Template Indexing:

  • Added index.json to organize and describe the available code samples, documentation, dependencies, and environment files for both connection string and endpoint authentication scenarios.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Avijit-Microsoft Avijit-Microsoft merged commit 8f331af into main Nov 20, 2025
8 checks passed
@github-actions
Copy link
Contributor

🎉 This PR is included in version 3.15.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants