We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41c59c5 + 003353d commit 45b3630Copy full SHA for 45b3630
1 file changed
infra/main.bicep
@@ -86,8 +86,7 @@ param existingLogAnalyticsWorkspaceId string = ''
86
param existingFoundryProjectResourceId string = ''
87
88
// ========== Variables ========== //
89
-var solutionPrefix = 'cps-${padLeft(take(toLower(uniqueString(subscription().id, environmentName, resourceGroup().location)), 12), 12, '0')}'
90
-
+var solutionPrefix = 'cps-${padLeft(take(toLower(uniqueString(subscription().id, environmentName, resourceGroup().location, resourceGroup().name)), 12), 12, '0')}'
91
// ============== //
92
// Resources //
93
0 commit comments