Advanced filtering generally available in Event Grid
Published date: May 29, 2019
Advanced filters used to route messages in Event Grid are now generally available, with no restriction on the number of nested objects in your JSON, expanding the granularity in which customers can perform filtering of their events before passing it to compute services for processing. This means you can now filter on data.key1.key2.key3…keyN.
You can use the following operators to perform filtering based on any field of the event, making the possibilities nearly endless: StringContains, StringBeginsWith, StringEndsWith, StringIn, StringNotIn, NumberGreaterThan, NumberGreaterThanOrEquals, NumberLessThan, NumberLessThanOrEquals, NumberIn, NumberNotIn, BoolEquals.