Skip to content

Commit 7537fdd

Browse files
authored
Merge pull request #51 from Azure-Samples/fix-tag
Update main.bicep
2 parents 8519fa8 + 232cfe1 commit 7537fdd

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)