You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/action-groups.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ ms.custom: references_regions
11
11
12
12
When Azure Monitor data indicates that there might be a problem with your infrastructure or application, an alert is triggered. Alerts can contain action groups, which are a collection of notification preferences. Azure Monitor, Azure Service Health, and Azure Advisor use action groups to notify users about the alert and take an action.
13
13
14
-
This article shows you how to create and manage action groups. Depending on your requirements, you can configure various alerts to use the same action group or different action groups.
14
+
This article shows you how to create and manage action groups.
15
15
16
-
Each action is made up of the following properties:
16
+
Each action is made up of:
17
17
18
18
-**Type**: The notification that's sent or action that's performed. Examples include sending a voice call, SMS, or email. You can also trigger various types of automated actions.
19
19
-**Name**: A unique identifier within the action group.
@@ -22,6 +22,10 @@ Each action is made up of the following properties:
22
22
In general, an action group is a global service. Efforts to make them more available regionally are in development.
23
23
Global requests from clients can be processed by action group services in any region. If one region of the action group service is down, the traffic is automatically routed and processed in other regions. As a global service, an action group helps provide a disaster recovery solution. Regional requests rely on availability zone redundancy to meet privacy requirements and offer a similar disaster recovery solution.
24
24
25
+
- You can add up to five action groups to an alert rule.
26
+
- Action groups are executed concurrently, in no specific order.
27
+
- Multiple alert rules can use the same action group.
28
+
25
29
## Create an action group in the Azure portal
26
30
27
31
1. Go to the [Azure portal](https://portal.azure.com/).
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-manage-alert-instances.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
title: Manage your alert instances
3
3
description: The alerts page summarizes all alert instances in all your Azure resources generated in the last 30 days and allows you to manage your alert instances.
4
4
ms.topic: conceptual
5
-
ms.date: 08/03/2022
5
+
ms.date: 07/11/2023
6
6
ms.reviewer: harelbr
7
7
---
8
8
# Manage your alert instances
9
-
The **Alerts** page summarizes all alert instances in all your Azure resources generated in the last 30 days. You can see all types of alerts from multiple subscriptions in a single pane. You can search for a specific alert and manage alert instances.
9
+
The **Alerts** page summarizes all alert instances in all your Azure resources generated in the last 30 days. You can search for a specific alert and manage alert instances.
10
10
11
-
There are a few ways to get to the **Alerts** page:
11
+
You can get to the **Alerts** page in a few ways:
12
12
13
13
- From the home page in the [Azure portal](https://portal.azure.com/), select **Monitor** > **Alerts**.
14
14
@@ -24,8 +24,21 @@ The **Alerts** summary pane summarizes the alerts fired in the last 24 hours. Yo
24
24
25
25
To see more information about a specific alert instance, select the alert instance to open the **Alert details** page.
26
26
27
-
:::image type="content" source="media/alerts-managing-alert-instances/alerts-page.png" alt-text="Screenshot that shows the Alerts summary page in the Azure portal.":::
27
+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-page.png" alt-text="Screenshot that shows the Alerts summary page in the Azure portal.":::
28
28
29
+
30
+
31
+
## View alerts as a timeline (preview)
32
+
33
+
You can see your alerts in a timeline view. In this view, you can see the number of alerts fired in a specific time range.
34
+
35
+
To see the alerts in a timeline view, select **View as timeline** at the top of the Alerts summary page.
36
+
37
+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-view-timeline.png" alt-text="Screenshot that shows the view timeline button in the Alerts summary page in the Azure portal.":::
38
+
39
+
The timeline shows you which resource the alerts were fired on to give you context of the alert in your Azure hierarchy. The alerts are grouped by the time they were fired. You can filter the alerts by severity, resource, and more. You can also select a specific time range to see the alerts fired in that time range.
40
+
41
+
:::image type="content" source="media/alerts-managing-alert-instances/alerts-timeline.png" alt-text="Screenshot that shows the Alerts timeline page in the Azure portal.":::
29
42
## Alert details page
30
43
31
44
The **Alert details** page provides more information about the selected alert:
0 commit comments