Azure monitor email alerts.

Copper Contributor

I have a monitor for a query.

 

How do I show the result of the query into the monitor email?

1 Reply

@CrabAppleCakePromise with the current API you can't get the results in the alert. To get detailed context information about the alert so that you can decide on the appropriate action:

  • The recommended best practice it to use Dimensions. Dimensions provide the column value that fired the alert, giving you context for why the alert fired and how to fix the issue.
  • When you need to investigate in the logs, use the link in the alert to the search results in Logs.
  • If you need the raw search results or for any other advanced customizations, use Logic Apps.