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 7f325ba commit 538dbacCopy full SHA for 538dbac
infra/main.bicep
@@ -36,7 +36,7 @@ param azureOpenAILocation string = 'eastus2' // The location used for all deploy
36
param environmentName string
37
38
var uniqueId = toLower(uniqueString(subscription().id, environmentName, resourceGroup().location))
39
-var solutionPrefix = 'macae${padLeft(take(uniqueId, 12), 12, '0')}'
+var solutionPrefix = 'ma${padLeft(take(uniqueId, 12), 12, '0')}'
40
41
@description('Tags to apply to all deployed resources')
42
param tags object = {}
0 commit comments