Skip to content

Commit 880cd2f

Browse files
added new 'type' tag
1 parent 6a24adb commit 880cd2f

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
@@ -269,7 +269,8 @@ resource resourceGroupTags 'Microsoft.Resources/tags@2021-04-01' = {
269269
properties: {
270270
tags: {
271271
... tags
272-
TemplateName: enablePrivateNetworking ? 'DocGen-WAF' : 'DocGen'
272+
TemplateName: 'DocGen'
273+
Type: enablePrivateNetworking ? 'WAF' : 'Non-WAF'
273274
CreatedBy: createdBy
274275
}
275276
}

0 commit comments

Comments
 (0)