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 a49782a + 55349fb commit 7c52703Copy full SHA for 7c52703
.github/workflows/deploy-KMGeneric.yml
@@ -120,7 +120,6 @@ jobs:
120
az deployment group create \
121
--resource-group ${{ env.RESOURCE_GROUP_NAME }} \
122
--template-file infra/main.bicep \
123
-
124
--parameters environmentName=${{env.SOLUTION_PREFIX}} contentUnderstandingLocation="swedencentral" secondaryLocation="${{ env.AZURE_LOCATION }}" imageTag=${{ steps.determine_tag.outputs.tagname }} gptDeploymentCapacity=150
125
126
@@ -355,4 +354,4 @@ jobs:
355
354
if: always()
356
run: |
357
az logout
358
- echo "Logged out from Azure."
+ echo "Logged out from Azure."
0 commit comments