Skip to content

Commit dc440e5

Browse files
authored
Add maxLength
1 parent 7ebda7f commit dc440e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra-as-code/bicep/webapp.bicep

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
@description('This is the base name for each Azure resource name (6-8 chars)')
66
@minLength(6)
7+
@maxLength(8)
78
param baseName string
89

910
@description('The resource group location')
1011
param location string = resourceGroup().location
1112

12-
// existing resource name params
13+
// existing resource name params
1314
param keyVaultName string
1415
param logWorkspaceName string
1516

0 commit comments

Comments
 (0)