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.
2 parents e4a7bc0 + 6d6c27f commit 60076ccCopy full SHA for 60076cc
.github/workflows/deploy-KMGeneric.yml
@@ -120,7 +120,7 @@ jobs:
120
az deployment group create \
121
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
122
--template-file infra/main.bicep \
123
- --parameters environmentName=${{env.SOLUTION_PREFIX}} contentUnderstandingLocation="swedencentral" secondaryLocation="${{ env.AZURE_LOCATION }}" imageTag=${{ steps.determine_tag.outputs.tagname }} gptDeploymentCapacity=150
+ --parameters environmentName=${{env.SOLUTION_PREFIX}} contentUnderstandingLocation="swedencentral" secondaryLocation="${{ env.AZURE_LOCATION }}" imageTag=${{ steps.determine_tag.outputs.tagname }} gptDeploymentCapacity=150 aiDeploymentsLocation="${{ env.AZURE_LOCATION }}"
124
125
126
0 commit comments