File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33 schedule :
44 - cron : ' 30 1 * * 4' # Every Thursday at 7:00 AM IST (1:30 AM UTC)
55 workflow_dispatch :
6+ push :
7+ branches :
8+ - psl-pipelinefix-cpsv2
69
710permissions :
811 contents : read
3235 AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3336 AZURE_ENV_NAME : azd-${{ vars.AZURE_ENV_NAME }}-${{ env.HHMM }}
3437 AZURE_LOCATION : ${{ vars.AZURE_LOCATION }}
35- AZURE_ENV_AI_DEPLOYMENTS_LOCATION : ${{ vars.AZURE_LOCATION }}
38+ AZURE_ENV_AI_SERVICE_LOCATION : ${{ vars.AZURE_LOCATION }}
3639 AZURE_ENV_MODEL_CAPACITY : 1 # keep low to avoid potential quota issues
3740 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3841
Original file line number Diff line number Diff line change 5353 azd env new "$AZURE_ENV_NAME" --subscription "$AZURE_SUBSCRIPTION_ID" --location "$AZURE_LOCATION" --no-prompt
5454 fi
5555 azd config set defaults.subscription "$AZURE_SUBSCRIPTION_ID"
56- azd env set AZURE_ENV_AI_DEPLOYMENTS_LOCATION ="$AZURE_LOCATION"
56+ azd env set AZURE_ENV_AI_SERVICE_LOCATION ="$AZURE_LOCATION"
5757 azd up --no-prompt
You can’t perform that action at this time.
0 commit comments