Field Conditions in a policy - Using Wildcards #1783
Unanswered
MikaelJcSoderberg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can "like" be used against a field?
More specific like this, against an array?
"if": { "allOf": [ { "field": "type", "equals": "Microsoft.Network/privateEndpoints" }, { "count": { "field": "Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].groupIds[*]", "where": { "field": "Microsoft.Network/privateEndpoints/privateLinkServiceConnections[*].groupIds[*]", "like": "sites-*" } }, "greaterOrEquals": 1 } ] }
Beta Was this translation helpful? Give feedback.
All reactions