Skip to content

Commit 74e7e88

Browse files
remove length constraints from solutionName parameter in deploy_app_service.bicep
1 parent 7e98a19 commit 74e7e88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

infra/deploy_app_service.bicep

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// ========== Key Vault ========== //
22
targetScope = 'resourceGroup'
33

4-
@minLength(3)
5-
@maxLength(16)
64
@description('Required. Contains Solution Name.')
75
param solutionName string
86

0 commit comments

Comments
 (0)