Edit

Share via


Queries for the EdgeActionConsoleLog table

For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.

Top 100 Log Messages by Edge Action Version

Top 100 log messages emitted by an action, grouped by action version.

EdgeActionConsoleLog
| summarize InvocationCount = count() by EdgeActionVersion, LogMessage
| top 100 by InvocationCount