Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
I'm creating an Application Insight Alert rule using a log search.
The query looks like:
exceptions
| where outerMessage !has 'Specific Exception';
This query works fine, but in the "Configure Signal Logic" log query, it's giving this error:
BadArgumentError- Query could not be parsed at '|' on line [3,0]
Any ideas what might be going on here?
Simply remove the command break " ; " from the end of the query.
kind regards
Alistair Ross
Thank you! That worked.