"Alert processing rule" to disable specific "Azure Monitor Alert Exception Anomalies" emails

Matthew Robinson 5 Reputation points
2025-04-15T00:25:47.28+00:00

Our Azure subscription is configured to send Azure Monitor Alert Exception Anomalies emails when there is an unusual rise in the rate of exceptions thrown by our app.

We don't need to receive email notifications for particular errors, so I configured an "Alert processing rule" to try and prevent emails being sent, with the following configuration:

Filters Alert context (payload) contains 'Voucher number already used. Please try again.' Rule settings Rule type: Suppress notifications Scheduling Apply the rule: Always

However I still receive these Azure Monitor Alert Exception Anomalies emails for the same errors. Is it possible to configure this differently to stop those email notifications?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,578 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Naveena Patlolla 1,805 Reputation points Microsoft External Staff
    2025-04-15T07:37:00.7833333+00:00

    Hi Matthew Robinson If you want to disable specific "Azure Monitor Alert Exception Anomalies" emails. Please follow the below steps.

    Go to Cost Management-->Configuration-->Alert rules

    Click on Alert rule and delete as shown below User's image

    Feel free to reach out if you have any further queries.

    Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.


  2. Madugula Jahnavi 410 Reputation points Microsoft External Staff
    2025-04-28T17:03:48.71+00:00

    Hello Matthew Robinson,

    The "Exception Anomalies" alerts are usually generated by Smart Detection, and these are often do not include full exception text in a way that's mostly filtered using a simple contains match on payload.

    Instead of relying only on the payload context filtering, try adding an alert rule name or ID or any specific signal name to work it efficiently.

    Alternatively, you can create a custom log based alert rule as shown below. Once you write a KQL query, you can click on the New Alert rule and while adding or creating the action group, choose email as no-email to stop receiving them.

    User's image Hope this helps!

    If the answer is helpful, please click on Accept Answer and upvote it. If you still have any queries, please click on Comment.


Your answer

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