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 ccc16de commit a0f3944Copy full SHA for a0f3944
infra/main.bicep
@@ -177,13 +177,15 @@ param tags resourceInput<'Microsoft.Resources/resourceGroups@2025-04-01'>.tags =
177
178
var aiFoundryAiServicesAiProjectResourceName = 'proj-${solutionSuffix}'
179
180
+var deployerInfo = deployer()
181
// ========== Resource Group Tag ========== //
182
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
183
name: 'default'
184
properties: {
185
tags: {
186
...tags
187
TemplateName: 'Client Advisor'
188
+ CreatedBy: split(deployerInfo.userPrincipalName, '@')[0]
189
}
190
191
0 commit comments