Azure Monitor alert Search results not in email

Copper Contributor

I would like the Azure monitor alert email to simply return the results of the query to the email not a link to the results.

 

Is this possible?

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.