Skip to content

Commit 626da71

Browse files
(AzureCXP) Update Missing Quotes
Based on customer feedback on this thread https://github.com/MicrosoftDocs/azure-docs/issues/51509, raised this PR. Understanding is that the policy rules is executed with a if condition and aligns with other rules in some of the other documentation https://docs.microsoft.com/en-us/azure/governance/policy/tutorials/create-custom-policy-definition#policy-rule.
1 parent b7043f6 commit 626da71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/governance/policy/concepts/definition-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ This policy rule example uses **value** to check if the result of multiple neste
447447
"policyRule": {
448448
"if": {
449449
"value": "[less(length(field('tags')), 3)]",
450-
"equals": true
450+
"equals": "true"
451451
},
452452
"then": {
453453
"effect": "deny"

0 commit comments

Comments
 (0)