Share via

One of my customers has this question on how to customize the subject of an email alert for Azure Reservations, (append “OPEN Ticket” in the subject)

Susai Alphonse 21 Reputation points Microsoft External Staff
2023-12-12T07:04:37.1533333+00:00

One of my customers has this question on how to customize the subject of an email alert for Azure Reservations, (append “OPEN Ticket” in the subject).

Azure Monitor
Azure Monitor

An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Monalla-MSFT 13,166 Reputation points Moderator
    2023-12-12T20:29:23.1633333+00:00

    @Susai Alphonse - Welcome to Microsoft Q&A and thanks for reaching out to us.

    You can have the action group execute an Automation Runbook or Logic App where you get the alert details through payload and then send an email notification in your own custom way.

    If you would like to leverage the customize actions feature, then please follow this example to create the log alert rule.

    Also, it is possible to fully customize the email notification by using a logic app. In short, the action group would be configured with a webhook action to send the schema data to the logic app. The logic app can be configured to display the emailed content using any format and data you want to use from the alert payload.

    Please follow this doc for more info: https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-logic-apps?tabs=send-email

    Hope this helps. and please feel free to reach out if you have any further questions.


    If the above response was helpful, please feel free to "Accept as Answer" and click "Yes" so it can be beneficial to the community.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.