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.
2 parents 8519fa8 + 232cfe1 commit 7537fddCopy full SHA for 7537fdd
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