docs: Added files to support vs code web #322
Merged
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 sets up a new Azure AI Foundry template development environment for VS Code Web, providing sample code, configuration, and documentation to help users deploy and interact with Azure AI Projects. Key additions include environment and dependency files, Python code samples for agent and thread operations, and comprehensive documentation for setup and troubleshooting.
Environment and Configuration
.envfile with Azure-specific environment variables for deployment and agent configuration..gitignoreto exclude build artifacts, IDE files, and common language-specific files for .NET, Java, Python, and general OS-generated files.Sample Code and Dependencies
codeSample.pyandendpointCodeSample.pyPython scripts demonstrating how to interact with Azure AI Projects agents and threads using both connection string and endpoint authentication methods. [1] [2]requirements.txtandendpoint-requirements.txtspecifying required Python packages (azure-ai-projects,azure-identity, andansible-core).Documentation
README.mdandREADME-noazd.mdfiles with instructions for deploying, using, and troubleshooting the template in VS Code Web and Desktop environments. [1] [2]LICENSEfile specifying the MIT License for the project.Template Index and Installation
index.jsonto organize template assets and code samples for different authentication flows.install.shscript for easy installation of dependencies and initialization of the Azure deployment template.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information