Skip to content

Commit 96b4999

Browse files
Merge pull request #545 from microsoft/psl-solutionprefix-kmgen
fix: fixed open telemetry issue CustomDomainInUse, FlagMustBeSetForRestore
2 parents 552fc0e + 10cda78 commit 96b4999

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
@@ -72,7 +72,7 @@ param useLocalBuild string = 'false'
7272
// Convert input to lowercase
7373
var useLocalBuildLower = toLower(useLocalBuild)
7474

75-
var uniqueId = toLower(uniqueString(subscription().id, environmentName, solutionLocation))
75+
var uniqueId = toLower(uniqueString(subscription().id, environmentName, solutionLocation, resourceGroup().name))
7676

7777

7878
@metadata({

0 commit comments

Comments
 (0)