We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3d3c7 commit 1dc1ec9Copy full SHA for 1dc1ec9
.github/workflows/azure-dev.yaml
@@ -50,5 +50,5 @@ jobs:
50
azd env new "$AZURE_ENV_NAME" --subscription "$AZURE_SUBSCRIPTION_ID" --location "$AZURE_LOCATION" --no-prompt
51
fi
52
azd config set defaults.subscription "$AZURE_SUBSCRIPTION_ID"
53
- azd env set AZURE_AI_SERVICE_LOCATION="$AZURE_LOCATION"
+ azd env set AZURE_ENV_AI_DEPLOYMENTS_LOCATION="$AZURE_LOCATION"
54
azd up --no-prompt
0 commit comments