chore: Add initial project files for VS Code web integration#650
Merged
Avijit-Microsoft merged 2 commits intomainfrom Nov 20, 2025
Merged
chore: Add initial project files for VS Code web integration#650Avijit-Microsoft merged 2 commits intomainfrom
Avijit-Microsoft merged 2 commits intomainfrom
Conversation
Avijit-Microsoft
approved these changes
Nov 20, 2025
Contributor
|
🎉 This PR is included in version 3.15.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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]requirements.txtandendpoint-requirements.txtspecifying required Python dependencies for the samples, includingazure-ai-projects,azure-identity, andansible-core.install.shscript for installing dependencies and initializing the Azure AI Foundry template.Documentation and Configuration:
README.mdandREADME-noazd.mdfiles with instructions for deploying, developing, and troubleshooting the templates in VS Code for the Web. [1] [2].gitignorefile to exclude build artifacts, IDE files, and other common temporary files for .NET, Java, Python, and general development.LICENSEfile specifying the MIT License for the project.Template Indexing:
index.jsonto 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?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information