Skip to content

Commit eb6cdc2

Browse files
author
Shreyas-Microsoft
committed
pass aiDeploymentLocation in deploy step
1 parent cdc8301 commit eb6cdc2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ jobs:
110110
az deployment group create \
111111
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
112112
--template-file infra/main.bicep \
113-
--parameters solutionName=${{env.SOLUTION_PREFIX}}
113+
--parameters solutionName=${{env.SOLUTION_PREFIX}} \
114+
--parameters aiDeploymentLocation=${{ env.AZURE_LOCATION }}
114115
115116
116117
- name: Extract AI Services and Key Vault Names

0 commit comments

Comments
 (0)