Skip to content

Commit e791e43

Browse files
feat: Added templateName tag on rg (#1856)
1 parent e4a3361 commit e791e43

File tree

2 files changed

+258
-272
lines changed

2 files changed

+258
-272
lines changed

infra/main.bicep

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,9 @@ var semanticKernelSystemPrompt = '''You help employees to navigate only private
361361
resource rg 'Microsoft.Resources/resourceGroups@2021-04-01' = {
362362
name: rgName
363363
location: location
364-
tags: tags
364+
tags: union(tags, {
365+
TemplateName: 'CWYD'
366+
})
365367
}
366368

367369
// ========== Managed Identity ========== //

0 commit comments

Comments
 (0)