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 8519fa8 commit 232cfe1Copy full SHA for 232cfe1
infra/main.bicep
@@ -71,7 +71,7 @@ param useApplicationInsights bool = false
71
72
var abbrs = loadJsonContent('abbreviations.json')
73
var resourceToken = toLower(uniqueString(subscription().id, environmentName, location))
74
-var tags = { 'azd-env-name': environmentName }
+var tags = { 'azd-env-name': environmentName, 'assignedTo': environmentName }
75
76
// Organize resources in a resource group
77
resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {
0 commit comments