Skip to content

Commit a35e530

Browse files
authored
Merge pull request #12 from sayedpfe/New-Branch01
Update location parameter to 'GermanyWestCentral'
2 parents d755a0b + 73d708b commit a35e530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InfrastructureAsCode/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
param environment string = 'dev'
33

44
@description('Location of services')
5-
param location string = resourceGroup().location
5+
param location string = 'GermanyWestCentral'
66

77
var webAppName = '${uniqueString(resourceGroup().id)}-${environment}'
88
var appServicePlanName = '${uniqueString(resourceGroup().id)}-mpnp-asp'

0 commit comments

Comments
 (0)