Log Analytics: New anyOf() and allOf() search functions
- Services: Log Analytics
- Release Date: July 11, 2025
Log Analytics now offers new search functions anyOf()
and allOf()
to include in your log search queries.
anyOf()
: This is equivalent of (condition1 OR condition2 OR ... conditionN
).allOf()
: This is equivalent of (condition1 AND condition2 AND ... conditionN
).
Both the above functions can also be used with eval
and where
commands.
See Search Functions.