Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -417,13 +417,14 @@ module applicationInsights 'br/public:avm/res/insights/component:0.6.0' = {
disableLocalAuth: true
}
}

var deployerInfo = deployer()
// ========== Resource Group Tag ========== //
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
name: 'default'
properties: {
tags: {
TemplateName: 'Content Processing'
CreatedBy: split(deployerInfo.userPrincipalName, '@')[0]
}
}
}
Expand Down