From 1e7e45b5f23019b690c110e3b39b63d62ffd1a12 Mon Sep 17 00:00:00 2001 From: Shreyas-Microsoft Date: Tue, 31 Mar 2026 21:43:55 +0530 Subject: [PATCH] add .env for vscode web --- 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 00000000..14110474 --- /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