Skip to content

Commit bcb015a

Browse files
added new 'type' tag
1 parent 1f49149 commit bcb015a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/main.bicep

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
425425
name: 'default'
426426
properties: {
427427
tags: {
428-
TemplateName: enablePrivateNetworking ? 'Content Processing-WAF' : 'Content Processing'
428+
TemplateName: 'Content Processing'
429+
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
429430
CreatedBy: createdBy
430431
}
431432
}

0 commit comments

Comments
 (0)