Skip to content

Conversation

@Prekshith-Microsoft
Copy link
Contributor

This pull request introduces a new development environment for Azure AI Foundry templates in the infra/vscode_web directory. It adds sample code, environment configuration, documentation, and supporting files to help users quickly deploy and interact with AI agents and projects using Python SDKs in VS Code for the Web. Additionally, it updates ownership information and enhances the main repository documentation.

New Azure AI Foundry development environment (infra/vscode_web):

  • Added sample Python code for interacting with Azure AI Projects and Agents via both connection string and endpoint authentication in codeSample.py and endpointCodeSample.py. [1] [2]
  • Introduced supporting files: .env template for environment variables, installation script install.sh, dependency files (requirements.txt, endpoint-requirements.txt), and .gitignore for common language artifacts. [1] [2] [3] [4]
  • Provided documentation for setup and usage, including README.md, README-noazd.md, and a sample MIT license. [1] [2] [3]
  • Added an index.json manifest describing available code samples, dependencies, and instructions for both authentication methods.

Repository-level improvements:

  • Updated .github/CODEOWNERS to include two new default owners for the repository.
  • Enhanced the main README.md to add a "Visual Studio Code Web" launch badge for easier web-based development access.## Purpose
  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@Prajwal-Microsoft Prajwal-Microsoft merged commit b51fee9 into dev-v3 Nov 28, 2025
25 checks passed
@github-actions
Copy link

github-actions bot commented Dec 5, 2025

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

6 participants