Skip to content

Commit 7e249fb

Browse files
Change solutionName parameter value to 'Macae1'
1 parent 27025e6 commit 7e249fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata description = '''This module contains the resources required to deploy
1010
@description('Optional. A unique application/solution name for all resources in this deployment. This should be 3-16 characters long.')
1111
@minLength(3)
1212
@maxLength(16)
13-
param solutionName string = 'macae1'
13+
param solutionName string = 'Macae1'
1414

1515
@maxLength(5)
1616
@description('Optional. A unique text value for the solution. This is used to ensure resource names are unique for global resources. Defaults to a 5-character substring of the unique string generated from the subscription ID, resource group name, and solution name.')

0 commit comments

Comments
 (0)