Skip to content

fix: Down merge to dev from main - Enhance KM Modularity documentation and add Azure configuration - #1031

Closed
Pavan-Microsoft wants to merge 3 commits into
devfrom
main
Closed

fix: Down merge to dev from main - Enhance KM Modularity documentation and add Azure configuration#1031
Pavan-Microsoft wants to merge 3 commits into
devfrom
main

Conversation

@Pavan-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This pull request updates the .env file in infra/vscode_web to add Azure-related environment variables. These additions will help configure the application to connect with existing Azure resources and set up the environment for deployment or local development.

Azure environment configuration:

  • Added variables for Azure agent ID, environment name, subscription ID, AI project endpoint, and AI project resource ID to the .env file, enabling the application to connect to specific Azure resources.
  • 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

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 PR adds an infra/vscode_web/.env file intended for the VS Code for the Web Azure AI Foundry templates, providing Azure-related environment variables to help configure deployments and/or local development against existing Azure resources.

Changes:

  • Added Azure environment configuration variables (agent ID, environment name, subscription ID, AI project endpoint/resource ID) to infra/vscode_web/.env.
  • Set AZD_ALLOW_NON_EMPTY_FOLDER=true to allow Azure Developer CLI operations in non-empty folders.

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

Comment thread infra/vscode_web/.env
Comment on lines +1 to +6
AZURE_EXISTING_AGENT_ID="<%= agentId %>"
AZURE_ENV_NAME="<%= playgroundName %>"
# AZURE_LOCATION="<%= location %>"
AZURE_SUBSCRIPTION_ID="<%= subscriptionId %>"
AZURE_EXISTING_AIPROJECT_ENDPOINT="<%= endpoint %>"
AZURE_EXISTING_AIPROJECT_RESOURCE_ID="<%= projectResourceId %>"
Comment thread infra/vscode_web/.env
Comment on lines +1 to +7
AZURE_EXISTING_AGENT_ID="<%= agentId %>"
AZURE_ENV_NAME="<%= playgroundName %>"
# AZURE_LOCATION="<%= location %>"
AZURE_SUBSCRIPTION_ID="<%= subscriptionId %>"
AZURE_EXISTING_AIPROJECT_ENDPOINT="<%= endpoint %>"
AZURE_EXISTING_AIPROJECT_RESOURCE_ID="<%= projectResourceId %>"
AZD_ALLOW_NON_EMPTY_FOLDER=true No newline at end of file
@Pavan-Microsoft
Pavan-Microsoft marked this pull request as draft August 3, 2026 07:07
@Pavan-Microsoft
Pavan-Microsoft marked this pull request as ready for review August 3, 2026 07:07
@Pavan-Microsoft
Pavan-Microsoft marked this pull request as draft August 3, 2026 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants