We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 271e3a1 + 1094c57 commit 20fd8daCopy full SHA for 20fd8da
1 file changed
infra/main.bicep
@@ -417,13 +417,14 @@ module applicationInsights 'br/public:avm/res/insights/component:0.6.0' = {
417
disableLocalAuth: true
418
}
419
420
-
+var deployerInfo = deployer()
421
// ========== Resource Group Tag ========== //
422
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
423
name: 'default'
424
properties: {
425
tags: {
426
TemplateName: 'Content Processing'
427
+ CreatedBy: split(deployerInfo.userPrincipalName, '@')[0]
428
429
430
0 commit comments