Skip to content

Commit b9b7ce1

Browse files
commit
1 parent 72c172c commit b9b7ce1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/azd-template-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3030
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
3131
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
32-
AZURE_AI_SERVICE_LOCATION: ${{ vars.AZURE_AI_SERVICE_LOCATION }}
32+
AZURE_AI_SERVICE_LOCATION: ${{ vars.AZURE_LOCATION }}
3333
AZURE_AI_MODEL_CAPACITY: 1 # keep low to avoid potential quota issues
3434
GITHUB_TOKEN: ${{ secrets.AZD_GITHUB_TOKEN }}
3535

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ jobs:
4747
azd env new "$AZURE_ENV_NAME" --subscription "$AZURE_SUBSCRIPTION_ID" --location "$AZURE_LOCATION" --no-prompt
4848
fi
4949
azd config set defaults.subscription "$AZURE_SUBSCRIPTION_ID"
50+
azd env set AZURE_AI_SERVICE_LOCATION="$AZURE_LOCATION"
5051
azd up --no-prompt

0 commit comments

Comments
 (0)