Skip to content

Commit 4603e3c

Browse files
fixed opent telemetry issue CustomDomainInUse, FlagMustBeSetForRestore (#618)
1 parent a8af9fd commit 4603e3c

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
@@ -74,8 +74,7 @@ param aiDeploymentsLocation string
7474
param AZURE_LOCATION string = ''
7575
var solutionLocation = empty(AZURE_LOCATION) ? resourceGroup().location : AZURE_LOCATION
7676

77-
var uniqueId = toLower(uniqueString(environmentName, subscription().id, solutionLocation))
78-
77+
var uniqueId = toLower(uniqueString(environmentName, subscription().id, solutionLocation, resourceGroup().name))
7978
var solutionPrefix = 'ca${padLeft(take(uniqueId, 12), 12, '0')}'
8079

8180
// Load the abbrevations file required to name the azure resources.

0 commit comments

Comments
 (0)