From 1688a8fd4cc8696d5801b6921abb9d8a47f4c2a3 Mon Sep 17 00:00:00 2001 From: Saswato-Microsoft Date: Wed, 13 May 2026 15:36:01 +0530 Subject: [PATCH 1/2] Add infra/vscode_web/.env --- infra/vscode_web/.env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 infra/vscode_web/.env diff --git a/infra/vscode_web/.env b/infra/vscode_web/.env new file mode 100644 index 0000000..40d9370 --- /dev/null +++ b/infra/vscode_web/.env @@ -0,0 +1,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 From f5f28e93c737d7ec308feabb29997ea32ec7ddb8 Mon Sep 17 00:00:00 2001 From: Saswato-Microsoft Date: Wed, 13 May 2026 17:18:53 +0530 Subject: [PATCH 2/2] fix: comment out AZURE_LOCATION in .env file --- 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 40d9370..b7b9806 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 %>"