Skip to content

Commit a363310

Browse files
committed
Correcting indoc link
1 parent 368ef37 commit a363310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/governance/policy/samples/pattern-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ subscription even though it gets the value from a resource group. For more infor
6262

6363
:::code language="json" source="~/policy-templates/patterns/pattern-tags-2.json" range="19-29" highlight="3-4,7-8":::
6464

65-
The **policyRule.if** uses `concat` like [Sample #1](#sample-1-parameterized-tags) to evaluate the
65+
The **policyRule.if** uses `concat` like [Sample #1](#sample-1-parameterize-tags) to evaluate the
6666
**tagName**'s value, but uses the `resourceGroup()` function to compare it to the value of the same
6767
tag on the parent resource group. The second clause here checks that the tag on the resource group
6868
has a value and isn't null.

0 commit comments

Comments
 (0)