How to check Alerts triggered on App Services

Priyanka Mahadik 21 Reputation points
2023-05-23T13:41:02.46+00:00

We are currently getting too many alerts on our APP SERVICES which is informational level but it was triggered for the whole day till I did not disable it, need to find out why are we getting those and the alerts are of All Admin Tasks which is configured on Azure Monitor over our Production Environment.

Below is the screenshot of the alerts triggered through email.

User's image

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,968 questions
Azure FastTrack
Azure FastTrack
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.FastTrack: This tag is no longer in use. Please use 'Azure Startups' instead.
75 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 21,236 Reputation points
    2023-05-23T14:48:37.35+00:00

    @Priyanka Mahadik , the alert was triggered based on Activity Log. I would suggest looking at the alerting criteria of the rule whcih is creating the alert. You can get the rule by followig the steps below:

    1. In Azure, search for "Monitor" --> Alerts.
    2. Click on the Alert in portal --> This would open a blade with details of alert, like criteria, time, description etc.
    3. On the bottom right of the blade, look for "Alert rule"
    4. Clicking it would take you to the rule generating the alert. Click on "Edit" command and review the criteria.

    Based on the symptom, either of the following 2 things are happening:

    1. The activity for which this alert rule was configured happened multiple times throughout the day
    2. The filter used in the criteria is too broad and the criteria is also selecting additional activities which are not even relevant.

    Please review the alert criteria and rectify it as required.

    Hope it helps. Please let us know if you have any questions.