How to create comments in Azure Log Analytics
问题 I'm trying to create comments in my Azure Log Analytics queries and I'm stumped. Part of my challenge I think is treating this system as if it were SQL, which it is clearly not. using "--" for instance results in a syntax error traces | where severityLevel > 1 -- this is an example of a line comment | where message !contains "DiagnosticsLogger.GetMethod contains message 1" | where message !contains "DiagnosticsLogger.GetMethod contains message 2" | summarize by timestamp, message,