We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283e31a commit f4ac515Copy full SHA for f4ac515
.github/workflows/CAdeploy.yml
@@ -597,7 +597,7 @@ jobs:
597
azd env new ${{ env.ENV_NAME }} --no-prompt
598
azd env set AZURE_RESOURCE_GROUP "${{ env.RESOURCE_GROUP_NAME }}"
599
azd env set AZURE_SUBSCRIPTION_ID "${{ secrets.AZURE_SUBSCRIPTION_ID }}"
600
- azd env set AZURE_ENV_AI_DEPLOYMENTS_LOCATION="${{ env.AZURE_LOCATION }}"
+ azd env set AZURE_ENV_AI_SERVICE_LOCATION="${{ env.AZURE_LOCATION }}"
601
fi
602
603
- name: Delete deployment using azd
0 commit comments