Skip to content

Commit c31a047

Browse files
Merge pull request #320 from microsoft/rc-templatetag-macae-main
feat: Added templateName tag on rg
2 parents f2a8a5a + ff81b0c commit c31a047

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

infra/main.bicep

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,16 @@ param webSiteConfiguration webSiteConfigurationType = {
232232
environmentResourceId: null //Default value set on module configuration
233233
}
234234

235+
// ========== Resource Group Tag ========== //
236+
resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
237+
name: 'default'
238+
properties: {
239+
tags: {
240+
...tags
241+
TemplateName: 'Macae'
242+
}
243+
}
244+
}
235245

236246
// ========== Log Analytics Workspace ========== //
237247
// WAF best practices for Log Analytics: https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-log-analytics

0 commit comments

Comments
 (0)