Skip to content

Commit b380b4b

Browse files
feat: Add AZURE_ENV_MODEL_CAPACITY to Azure Dev Deploy workflow
1 parent 1dc1ec9 commit b380b4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/azure-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
2121
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
2222
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
23+
AZURE_ENV_MODEL_CAPACITY: 1 # keep low to avoid potential quota issues
2324
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
2425
steps:
2526
- name: Checkout Code

0 commit comments

Comments
 (0)