docs: added files for vs code web #616
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 introduces a new Azure AI Foundry template for VS Code Web, providing a ready-to-use development environment with sample code, documentation, and configuration files for deploying and interacting with AI projects using the Azure AI Projects SDK. The changes include setup scripts, environment and dependency files, code samples for agent/thread/message operations, and supporting documentation to help users get started quickly.
Template setup and configuration:
.envfile with Azure-specific environment variables to support deployment and authentication for AI projects.install.shscript to automate dependency installation and template initialization.index.jsonto organize and reference all template files, code samples, and documentation for both connection string and endpoint authentication flows.Sample code and dependencies:
codeSample.pyandendpointCodeSample.pyproviding Python examples for interacting with Azure AI agents, threads, and messages using both connection string and endpoint authentication. [1] [2]requirements.txtandendpoint-requirements.txtspecifying Python package dependencies for the samples.Documentation and licensing:
README.mdandREADME-noazd.mdfiles with instructions for deploying, troubleshooting, and continuing development locally. [1] [2].gitignoreto exclude build artifacts and environment-specific files for multiple languages and tools.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information