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 7ebda7f commit dc440e5Copy full SHA for dc440e5
infra-as-code/bicep/webapp.bicep
@@ -4,12 +4,13 @@
4
5
@description('This is the base name for each Azure resource name (6-8 chars)')
6
@minLength(6)
7
+@maxLength(8)
8
param baseName string
9
10
@description('The resource group location')
11
param location string = resourceGroup().location
12
-// existing resource name params
13
+// existing resource name params
14
param keyVaultName string
15
param logWorkspaceName string
16
0 commit comments