Skip to content

Commit dd5fd95

Browse files
committed
SHORTTER
1 parent 3848c94 commit dd5fd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ param azureOpenAILocation string = 'eastus2' // The location used for all deploy
3636
param environmentName string
3737

3838
var uniqueId = toLower(uniqueString(subscription().id, environmentName, resourceGroup().location))
39-
var solutionPrefix = 'macae${padLeft(take(uniqueId, 12), 12, '0')}'
39+
var solutionPrefix = 'ma${padLeft(take(uniqueId, 12), 12, '0')}'
4040

4141
@description('Tags to apply to all deployed resources')
4242
param tags object = {}

0 commit comments

Comments
 (0)