Log Analytics: New anyOf() and allOf() search functions

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.