Skip to content

Commit e8adcbd

Browse files
Update deployment parameters in CAdeploy.yml to include environment name and cosmos location
1 parent fc41346 commit e8adcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CAdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
az deployment group create \
116116
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
117117
--template-file infra/main.bicep \
118-
--parameters AzureOpenAILocation=${{ env.AZURE_LOCATION }}
118+
--parameters AzureOpenAILocation=${{ env.AZURE_LOCATION }} environmentName=${{ env.SOLUTION_PREFIX }} cosmosLocation=eastus2
119119
120120
- name: List KeyVaults and Store in Array
121121
id: list_keyvaults

0 commit comments

Comments
 (0)