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 76e1baa commit 73d708bCopy full SHA for 73d708b
src/InfrastructureAsCode/main.bicep
@@ -2,7 +2,7 @@
2
param environment string = 'dev'
3
4
@description('Location of services')
5
-param location string = resourceGroup().location
+param location string = 'GermanyWestCentral'
6
7
var webAppName = '${uniqueString(resourceGroup().id)}-${environment}'
8
var appServicePlanName = '${uniqueString(resourceGroup().id)}-mpnp-asp'
0 commit comments