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 e4cc6a1 commit e9abfeaCopy full SHA for e9abfea
infra/main.bicep
@@ -4,7 +4,7 @@ targetScope = 'resourceGroup'
4
@minLength(3)
5
@maxLength(20)
6
@description('A unique prefix for all resources in this deployment. This should be 3-20 characters long:')
7
-param environmentName string
+param environmentName string = 'env_name'
8
9
@minLength(1)
10
@description('Secondary location for databases creation(example:eastus2):')
0 commit comments