We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6a064 commit 9ad3f9bCopy full SHA for 9ad3f9b
infra/main.bicep
@@ -43,7 +43,7 @@ param sqlAdminPassword string
43
param appUserPassword string
44
param appUser string = 'appUser'
45
var abbrs = loadJsonContent('./abbreviations.json')
46
-var resourceToken = toLower(uniqueString(subscription().id, environmentName, location))
+var resourceToken = toLower(uniqueString(resourceGroup().id, environmentName, location))
47
var tags = { 'azd-env-name': environmentName }
48
49
// Organize resources in a resource group
0 commit comments