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 484d6c2 commit 2d4bb88Copy full SHA for 2d4bb88
infra/bicep/main.bicep
@@ -16,12 +16,14 @@ var subscriptionId = subscription().subscriptionId
16
var solutionLocation = resourceGroupLocation
17
var baseUrl = 'https://raw.githubusercontent.com/microsoft/Build-your-own-copilot-Solution-Accelerator/byoc-researcher/'
18
19
+var deployerInfo = deployer()
20
// ========== Resource Group Tag ========== //
21
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
22
name: 'default'
23
properties: {
24
tags: {
25
TemplateName: 'Research Assistant'
26
+ CreatedBy: split(deployerInfo.userPrincipalName, '@')[0]
27
}
28
29
0 commit comments