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.
2 parents f2a8a5a + ff81b0c commit c31a047Copy full SHA for c31a047
infra/main.bicep
@@ -232,6 +232,16 @@ param webSiteConfiguration webSiteConfigurationType = {
232
environmentResourceId: null //Default value set on module configuration
233
}
234
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
+}
245
246
// ========== Log Analytics Workspace ========== //
247
// WAF best practices for Log Analytics: https://learn.microsoft.com/en-us/azure/well-architected/service-guides/azure-log-analytics
0 commit comments