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 d755a0b + 73d708b commit a35e530Copy full SHA for a35e530
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