Skip to content

Conversation

@Prekshith-Microsoft
Copy link
Contributor

This pull request introduces a new development environment for deploying Azure AI Foundry templates via Visual Studio Code Web, along with supporting documentation and sample code. It adds all necessary files for the VS Code Web experience, including environment configuration, code samples, dependency management, and instructions. Additionally, the deployment documentation is updated to include this new option, and code ownership is updated to reflect new contributors.

VS Code Web Environment Setup

  • Added a complete set of files under infra/vscode_web/ to support deploying Azure AI Foundry templates in Visual Studio Code Web, including environment variables (.env), sample code (codeSample.py, endpointCodeSample.py), dependency files (requirements.txt, endpoint-requirements.txt), install script (install.sh), documentation (README.md, README-noazd.md), license, and configuration/index files (index.json). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

Documentation Updates

  • Updated docs/DeploymentGuide.md to add "Option C: Visual Studio Code Web" as a new deployment method, including step-by-step instructions and a badge for quick launch, and moved the previous local environment instructions to "Option D".

Project Ownership

  • Updated .github/CODEOWNERS to add @toherman-msft and @nchandhi as default code owners for the repository.## 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.

from azure.identity import DefaultAzureCredential

project_client = AIProjectClient.from_connection_string(
credential=DefaultAzureCredential(),

Check failure

Code scanning / CodeQL

Detect unsafe use of DefaultAzureCredential in python application Error

Please use other types of Token Credential for your application if not for development testing purposes.
from azure.identity import DefaultAzureCredential

project = AIProjectClient(
credential=DefaultAzureCredential(),

Check failure

Code scanning / CodeQL

Detect unsafe use of DefaultAzureCredential in python application Error

Please use other types of Token Credential for your application if not for development testing purposes.
@Prajwal-Microsoft Prajwal-Microsoft merged commit e1c1bf7 into dev Nov 28, 2025
22 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link

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

6 participants