Skip to content

Conversation

@Prekshith-Microsoft
Copy link
Contributor

This pull request introduces a new development environment template for Azure AI Foundry in VS Code for the Web, adding all necessary files, sample code, environment configuration, and documentation. The changes provide users with a ready-to-use setup for deploying and testing AI agents using Azure's Python SDK, with support for both connection string and endpoint authentication methods.

New environment and template files:

  • Added full set of template files under infra/vscode_web/, including sample Python code (codeSample.py, endpointCodeSample.py), environment variables (.env), installation script (install.sh), and dependency files (requirements.txt, endpoint-requirements.txt). [1] [2] [3] [4] [5] [6] [7]
  • Introduced index.json to describe available samples, instructions, dependencies, and environment files for both authentication approaches.

Documentation and licensing:

  • Added clear documentation (README.md, README-noazd.md) explaining template usage, deployment steps, and troubleshooting for VS Code Web users. [1] [2]
  • Included an MIT license file for the new template directory.

Environment and configuration improvements:

  • Provided .env template for Azure resource configuration and enabled non-empty folder deployments.
  • Added comprehensive .gitignore for Python, .NET, Java, and general files to keep the environment clean.

Sample code and dependencies:

  • Supplied example Python scripts demonstrating agent interaction via both connection string and endpoint, using the Azure AI Projects SDK and Azure Identity. [1] [2]
  • Specified required Python packages for each authentication method in separate requirements files.

Minor improvements:

  • Enhanced Azure CLI authentication in process_sample_data.sh to use device code for local login.
  • Updated main README.md to add a "Open in Visual Studio Code Web" badge for easier access.## Purpose
  • ...

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

@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 2b91977 into dev Nov 28, 2025
21 checks passed
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

🎉 This PR is included in version 1.10.1 🎉

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.

5 participants