Skip to content

Commit 232cfe1

Browse files
committed
Update main.bicep
1 parent 8519fa8 commit 232cfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ param useApplicationInsights bool = false
7171

7272
var abbrs = loadJsonContent('abbreviations.json')
7373
var resourceToken = toLower(uniqueString(subscription().id, environmentName, location))
74-
var tags = { 'azd-env-name': environmentName }
74+
var tags = { 'azd-env-name': environmentName, 'assignedTo': environmentName }
7575

7676
// Organize resources in a resource group
7777
resource resourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' = {

0 commit comments

Comments
 (0)