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.
1 parent 11de7a8 commit 308e180Copy full SHA for 308e180
infra/main.bicep
@@ -417,9 +417,9 @@ module applicationInsights 'br/public:avm/res/insights/component:0.6.0' = {
417
disableLocalAuth: true
418
}
419
420
+@description('Tag, Created by user name')
421
+param createdBy string = contains(deployer(), 'userPrincipalName')? split(deployer().userPrincipalName, '@')[0]: deployer().objectId
422
-@description('Optional created by user name')
-param createdBy string = empty(deployer().userPrincipalName) ? '' : split(deployer().userPrincipalName, '@')[0]
423
// ========== Resource Group Tag ========== //
424
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
425
name: 'default'
0 commit comments