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 add28a4 commit 60fc08dCopy full SHA for 60fc08d
.github/workflows/deploy.yml
@@ -58,7 +58,7 @@ jobs:
58
az deployment group create \
59
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
60
--template-file infra/main.bicep \
61
- --parameters ResourcePrefix=codegen AiLocation=northcentralus
+ --parameters AzureAiServiceLocation=northcentralus Prefix=codegen
62
63
64
- name: Send Notification on Failure
0 commit comments