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 a3bfca4 commit d1e9d25Copy full SHA for d1e9d25
infra/main.bicep
@@ -8,7 +8,7 @@ param environmentName string
8
9
@minLength(1)
10
@description('Secondary location for databases creation(example:eastus2):')
11
-param secondaryLocation string
+param secondaryLocation string = 'eastus2'
12
13
@metadata({
14
azd: {
0 commit comments