Skip to content

Commit 1dc1ec9

Browse files
fix: Update environment variable for AI deployments location in azure-dev.yaml
1 parent 7f3d3c7 commit 1dc1ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
azd env new "$AZURE_ENV_NAME" --subscription "$AZURE_SUBSCRIPTION_ID" --location "$AZURE_LOCATION" --no-prompt
5151
fi
5252
azd config set defaults.subscription "$AZURE_SUBSCRIPTION_ID"
53-
azd env set AZURE_AI_SERVICE_LOCATION="$AZURE_LOCATION"
53+
azd env set AZURE_ENV_AI_DEPLOYMENTS_LOCATION="$AZURE_LOCATION"
5454
azd up --no-prompt

0 commit comments

Comments
 (0)