Skip to content

Commit 45b3630

Browse files
Merge pull request #229 from microsoft/psl-solutionprefix-cps
fix: fixed open telemetry issue CustomDomainInUse, FlagMustBeSetForRestore
2 parents 41c59c5 + 003353d commit 45b3630

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/main.bicep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ param existingLogAnalyticsWorkspaceId string = ''
8686
param existingFoundryProjectResourceId string = ''
8787

8888
// ========== Variables ========== //
89-
var solutionPrefix = 'cps-${padLeft(take(toLower(uniqueString(subscription().id, environmentName, resourceGroup().location)), 12), 12, '0')}'
90-
89+
var solutionPrefix = 'cps-${padLeft(take(toLower(uniqueString(subscription().id, environmentName, resourceGroup().location, resourceGroup().name)), 12), 12, '0')}'
9190
// ============== //
9291
// Resources //
9392
// ============== //

0 commit comments

Comments
 (0)