Skip to content

Conversation

@Ragini-Microsoft
Copy link
Contributor

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

  • Added .env file with Azure-specific environment variables for deployment and agent configuration.
  • Created .gitignore to exclude build artifacts, IDE files, and common language-specific files for .NET, Java, Python, and general OS-generated files.

Sample Code and Dependencies

  • Added codeSample.py and endpointCodeSample.py Python scripts demonstrating how to interact with Azure AI Projects agents and threads using both connection string and endpoint authentication methods. [1] [2]
  • Added requirements.txt and endpoint-requirements.txt specifying required Python packages (azure-ai-projects, azure-identity, and ansible-core).

Documentation

  • Added README.md and README-noazd.md files with instructions for deploying, using, and troubleshooting the template in VS Code Web and Desktop environments. [1] [2]
  • Included a LICENSE file specifying the MIT License for the project.

Template Index and Installation

  • Added index.json to organize template assets and code samples for different authentication flows.
  • Provided install.sh script for easy installation of dependencies and initialization of the Azure deployment template.

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

@Ragini-Microsoft Ragini-Microsoft changed the title feat: Added files to support vs code web docs: Added files to support vs code web Nov 20, 2025
@Avijit-Microsoft Avijit-Microsoft merged commit 8bcb123 into main Nov 20, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants