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.
2 parents 1e47ba8 + 49434b6 commit ec23bc8Copy full SHA for ec23bc8
infra/main.bicep
@@ -47,7 +47,7 @@ param gptModelCapacity int = 150
47
@description('Set the image tag for the container images used in the solution. Default is "latest".')
48
param imageTag string = 'latest'
49
50
-param solutionPrefix string = 'macae-${padLeft(take(toLower(uniqueString(subscription().id, environmentName, resourceGroup().location)), 12), 12, '0')}'
+param solutionPrefix string = 'macae-${padLeft(take(toLower(uniqueString(subscription().id, environmentName, resourceGroup().location, resourceGroup().name)), 12), 12, '0')}'
51
52
@description('Optional. The tags to apply to all deployed Azure resources.')
53
param tags object = {
0 commit comments