Azure Alerts - not able to set severity level for Activity Alert logs

MS Techie 2,701 Reputation points
2023-04-26T12:13:22.65+00:00

Not able to set severity level for Azure activity logs. It comes as Sev4 by default. Only few alerts, we can change severity , but not all . how to change severity Level for Azure Alerts ? Once azure alert rules are created , can we change the severity level of the rule ? because when i go to edit alert rule option , i dont see any option to change the severity. Please advise.

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,272 questions
{count} votes

1 answer

Sort by: Most helpful
  1. tbgangav-MSFT 10,416 Reputation points
    2023-04-26T17:31:15.3633333+00:00

    Hi @MS Techie ,

    Service Health alerts are one type of activity log alerts and Activity logs alerts are always SEV 4 by design. We cannot change the severity of activity log alerts.

    If you need to define a different severity, then you need to create log search alerts. 

    You can forward the activity logs to log analytics workspace by enabling diagnostic settings.

    Then you can query "AzureActivity" table with category service Health and create a log search alert and can keep a severity they need.

    AzureActivity| where  CategoryValue == "ServiceHealth"
    

    Please note that these alerts will be chargeable then as Log search alerts have cost associated with them, but Activity log alerts are free of any cost.

    Also if you like, you can provide feedback to our product team regarding your requirement:

    Here is the link for the same:

    Azure Monitor: https://feedback.azure.com/forums/913690-azure-monitor

    Our product team reviews this regularly and based on number of votes and feasibility, they try to incorporate the suggestion in next release. Your feedback and ideas are valuable to us to make our product better. Please feel free to submit the suggestions in this forum. 

    1 person found this answer helpful.
    0 comments No comments

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.