Skip to content

Commit d1e9d25

Browse files
changed the param name
1 parent a3bfca4 commit d1e9d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ param environmentName string
88

99
@minLength(1)
1010
@description('Secondary location for databases creation(example:eastus2):')
11-
param secondaryLocation string
11+
param secondaryLocation string = 'eastus2'
1212

1313
@metadata({
1414
azd: {

0 commit comments

Comments
 (0)