Log Analytics: New conditional functions for eval and where commands

Log Analytics now supports new conditional functions startsWith() and endsWith() for eval and where commands. This is in addition to the existing support for the function contains(). The new functions allow you to search for matches where the specified string is placed in the beginning or end of the field.

See eval and where commands documentation.