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 fc41346 commit e8adcbdCopy full SHA for e8adcbd
.github/workflows/CAdeploy.yml
@@ -115,7 +115,7 @@ jobs:
115
az deployment group create \
116
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
117
--template-file infra/main.bicep \
118
- --parameters AzureOpenAILocation=${{ env.AZURE_LOCATION }}
+ --parameters AzureOpenAILocation=${{ env.AZURE_LOCATION }} environmentName=${{ env.SOLUTION_PREFIX }} cosmosLocation=eastus2
119
120
- name: List KeyVaults and Store in Array
121
id: list_keyvaults
0 commit comments