Skip to content

fix: Update .env configuration for VS Code web environment#81

Merged
Avijit-Microsoft merged 2 commits into
mainfrom
psl-vscdev-fix
May 13, 2026
Merged

fix: Update .env configuration for VS Code web environment#81
Avijit-Microsoft merged 2 commits into
mainfrom
psl-vscdev-fix

Conversation

@Saswato-Microsoft

Copy link
Copy Markdown
Collaborator

Purpose

This pull request adds several new Azure-related environment variables to the .env file for the infra/vscode_web project. These variables are likely required for configuring Azure resources and deployments.

Azure configuration updates:

  • Added AZURE_EXISTING_AGENT_ID, AZURE_ENV_NAME, AZURE_LOCATION, AZURE_SUBSCRIPTION_ID, AZURE_EXISTING_AIPROJECT_ENDPOINT, and AZURE_EXISTING_AIPROJECT_RESOURCE_ID to the .env file to support Azure integration.
  • Set AZD_ALLOW_NON_EMPTY_FOLDER=true to allow Azure Developer CLI operations in non-empty folders.

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]
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds an infra/vscode_web/.env file intended to provide Azure-related environment configuration for the VS Code web template flow (including azd operations).

Changes:

  • Added Azure environment variables for subscription, location, and existing AI Foundry project/agent references.
  • Enabled AZD_ALLOW_NON_EMPTY_FOLDER=true to support running azd in the pre-populated VS Code web workspace.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Avijit-Microsoft Avijit-Microsoft merged commit 206dcca into main May 13, 2026
6 checks passed
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.3.3 🎉

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.

4 participants