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.
1 parent 368ef37 commit a363310Copy full SHA for a363310
articles/governance/policy/samples/pattern-tags.md
@@ -62,7 +62,7 @@ subscription even though it gets the value from a resource group. For more infor
62
63
:::code language="json" source="~/policy-templates/patterns/pattern-tags-2.json" range="19-29" highlight="3-4,7-8":::
64
65
-The **policyRule.if** uses `concat` like [Sample #1](#sample-1-parameterized-tags) to evaluate the
+The **policyRule.if** uses `concat` like [Sample #1](#sample-1-parameterize-tags) to evaluate the
66
**tagName**'s value, but uses the `resourceGroup()` function to compare it to the value of the same
67
tag on the parent resource group. The second clause here checks that the tag on the resource group
68
has a value and isn't null.
0 commit comments