From 847abac6dbe35f92bc02915fe97504e8eabf2515 Mon Sep 17 00:00:00 2001 From: Ragini-Microsoft Date: Fri, 28 Nov 2025 15:16:20 +0530 Subject: [PATCH] cmmented the azure location from vs code web .env --- infra/vscode_web/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/vscode_web/.env b/infra/vscode_web/.env index d4788600..14110474 100644 --- a/infra/vscode_web/.env +++ b/infra/vscode_web/.env @@ -1,6 +1,6 @@ AZURE_EXISTING_AGENT_ID="<%= agentId %>" AZURE_ENV_NAME="<%= playgroundName %>" -AZURE_LOCATION="<%= location %>" +# AZURE_LOCATION="<%= location %>" AZURE_SUBSCRIPTION_ID="<%= subscriptionId %>" AZURE_EXISTING_AIPROJECT_ENDPOINT="<%= endpoint %>" AZURE_EXISTING_AIPROJECT_RESOURCE_ID="<%= projectResourceId %>"