Skip to content

Conversation

@Ragini-Microsoft
Copy link
Contributor

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:

  • Added .env file with Azure-specific environment variables to support deployment and authentication for AI projects.
  • Added install.sh script to automate dependency installation and template initialization.
  • Added index.json to organize and reference all template files, code samples, and documentation for both connection string and endpoint authentication flows.

Sample code and dependencies:

  • Added codeSample.py and endpointCodeSample.py providing Python examples for interacting with Azure AI agents, threads, and messages using both connection string and endpoint authentication. [1] [2]
  • Added requirements.txt and endpoint-requirements.txt specifying Python package dependencies for the samples.

Documentation and licensing:

  • Added comprehensive README.md and README-noazd.md files with instructions for deploying, troubleshooting, and continuing development locally. [1] [2]
  • Added MIT license file to clarify usage and distribution rights.
  • Added .gitignore to exclude build artifacts and environment-specific files for multiple languages and tools.

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

  • I have built and tested the code locally and in a deployed app
  • For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
  • This is a change for all users of this app. No code or asset is specific to my use case or my organization.

Other Information

@Ragini-Microsoft Ragini-Microsoft changed the title feat: added files for vs code web docs: added files for vs code web Nov 20, 2025
@Avijit-Microsoft Avijit-Microsoft merged commit bd8c181 into main Nov 20, 2025
17 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

🎉 This PR is included in version 1.7.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.

3 participants