From 003353d3b5072b74b0b832c63f7ecc8ce02d46ea Mon Sep 17 00:00:00 2001 From: "Vishal Shinde (Persistent Systems Inc)" Date: Wed, 23 Jul 2025 14:46:06 +0530 Subject: [PATCH] fixed opent telemetry issue CustomDomainInUse, FlagMustBeSetForRestore --- infra/main.bicep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/main.bicep b/infra/main.bicep index 36625dc2..fec68cd5 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -86,8 +86,7 @@ param existingLogAnalyticsWorkspaceId string = '' param existingFoundryProjectResourceId string = '' // ========== Variables ========== // -var solutionPrefix = 'cps-${padLeft(take(toLower(uniqueString(subscription().id, environmentName, resourceGroup().location)), 12), 12, '0')}' - +var solutionPrefix = 'cps-${padLeft(take(toLower(uniqueString(subscription().id, environmentName, resourceGroup().location, resourceGroup().name)), 12), 12, '0')}' // ============== // // Resources // // ============== //