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/backup/backup-azure-monitor-alert-faq.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,12 @@ sections:
46
46
47
47
In case of built-in Azure Monitor alerts, as alerts already generate by default, you don't need to create an alert rule. To route these alerts to a notification channel, you should create an alert processing rule and an action group for these alerts. [See example](backup-azure-monitor-alerts-notification.md#configure-notifications-for-alerts)
48
48
49
-
In case of metric alerts, as alerts don't generate by default, you need to first create an alert rule to specify the condition for which an alert should be fired. To route these alerts to a notification channel, you can directly link the alert rule to an action group, or use an alert processing rule. [See example](metrics-overview.md#configure-alerts-and-notifications-on-your-metrics)
49
+
In case of metric alerts, as alerts don't generate by default, you need to first create an alert rule to specify the condition for which an alert should be fired. To route these alerts to a notification channel, you can directly link the alert rule to an action group, or use an alert processing rule. [See example](backup-azure-monitor-alerts-notification.md#configure-alerts-and-notifications-on-your-metrics)
50
50
51
51
- question: |
52
52
Can I configure alerts for successful backup jobs?
53
53
answer: |
54
-
Yes, you can use metric alerts to configure alerts for successful backups. [Learn more](metrics-overview.md#configure-alerts-and-notifications-on-your-metrics)
54
+
Yes, you can use metric alerts to configure alerts for successful backups. [Learn more](backup-azure-monitor-alerts-notification.md#configure-alerts-and-notifications-on-your-metrics)
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-monitor-alerts-notification.md
+51-6Lines changed: 51 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,21 +17,20 @@ This article describes how to configure and manage Azure Monitor based alert not
17
17
18
18
To configure notifications for Azure Monitor alerts, create an [alert processing rule](/azure/azure-monitor/alerts/alerts-action-rules). To create an alert processing rule (earlier called *action rule*) to send email notifications to a given email address, follow these steps. Also, follow these steps to route these alerts to other notification channels, such as ITSM, webhook, logic app, and so on.
19
19
20
-
1.Go to **Backup center**in the Azure portal.
20
+
1.In the [Azure portal](https://portal.azure.com/), go to **Business Continuity Center**> **Monitoring + Reporting** > **Alerts**.
21
21
22
-
1.Select **Alerts**from the menu and select **Alert processing rules**.
22
+
1.On the **Alerts**pane, select **Manage alert processing rules**.
23
23
24
-
:::image type="content" source="./media/backup-azure-monitoring-laworkspace/backup-center-manage-alert-processing-rules-inline.png" alt-text="Screenshot for Manage Actions in Backup center." lightbox="./media/backup-azure-monitoring-laworkspace/backup-center-manage-alert-processing-rules-expanded.png":::
25
24
26
-
1.Select**Create**.
25
+
1.On the **Alert processing rules** pane, select**Create**.
27
26
28
-
:::image type="content" source="./media/backup-azure-monitoring-laworkspace/backup-center-create-alert-processing-rule.png" alt-text="Screenshot for creating a new action rule.":::
27
+
:::image type="content" source="./media/backup-azure-monitoring-laworkspace/backup-center-create-alert-processing-rule.png" alt-text="Screenshot for creating a new action rule." lightbox="./media/backup-azure-monitoring-laworkspace/backup-center-create-alert-processing-rule.png":::
29
28
30
29
1. Select the scope for which the alert processing rule should be applied.
31
30
32
31
You can apply the rule for all resources within a subscription. Optionally, you can also apply filters on the alerts; for example, to only generate notifications for alerts of a certain severity.
33
32
34
-
:::image type="content" source="./media/backup-azure-monitoring-laworkspace/alert-processing-rule-scope-inline.png" alt-text="Screenshot for setting the action rule scope." lightbox="./media/backup-azure-monitoring-laworkspace/alert-processing-rule-scope-expanded.png":::
33
+
:::image type="content" source="./media/backup-azure-monitoring-laworkspace/alert-processing-rule-scope.png" alt-text="Screenshot for setting the action rule scope." lightbox="./media/backup-azure-monitoring-laworkspace/alert-processing-rule-scope.png":::
35
34
36
35
1. Under **Rule Settings**, create an action group (or use an existing one).
37
36
@@ -94,5 +93,51 @@ To create a suppression alert processing rule, follow these steps:
94
93
95
94
If your suppression windows are one-off scenarios and not recurring, you can **Disable** the alert processing rule once you don't need it anymore. You can enable it again in future when you have a new maintenance window in the future.
96
95
96
+
## Configure alerts and notifications on your metrics
97
+
98
+
To configure alerts and notifications on your metrics, follow these steps:
99
+
100
+
1. Click **New Alert Rule** at the top of the metric charts.
101
+
102
+
1. Select the scope for which you want to create alerts. <br><br> The scope limits are the same as the limits described in the [View metrics](metrics-overview.md#view-metrics-in-the-azure-portal) section.
103
+
104
+
1. Select the condition on which the alert should be fired.
105
+
106
+
- By default, some fields are pre-populated based on the selections in the metric chart. You can edit the parameters as needed.
107
+
- Choose the threshold type and value to set the trigger condition for the alert. Learn more [about the alert conditions for alert rules](/azure/azure-monitor/alerts/alerts-create-metric-alert-rule).
108
+
- To generate individual alerts for each datasource in the vault, use the **dimensions** selection in the metric alerts rule. Following are some scenarios:
109
+
110
+
- Firing alerts on failed backup jobs for each datasource:
111
+
112
+
**Alert Rule: Fire an alert if Backup Health Events > 0 in the last 24 hours for**:
:::image type="content" source="./media/metrics-overview/metric-alert-condition-inline.png" alt-text="Screenshot showing the option to select the condition on which the alert should be fired." lightbox="./media/metrics-overview/metric-alert-condition-expanded.png":::
122
+
123
+
>[!NOTE]
124
+
>If you select more dimensions as part of the alert rule condition, the cost increases (that's proportional to the number of unique combinations of dimension values possible). Selection of more dimensions allows you to get more context on a fired alert.
125
+
126
+
127
+
1. To configure notifications for these alerts using Action Groups, configure an Action Group as part of the alert rule, or create a separate action rule.
128
+
129
+
We support various notification channels, such as email, ITSM, webhook, Logic App, SMS. [Learn more about Action Groups](/azure/azure-monitor/alerts/action-groups).
130
+
131
+
:::image type="content" source="./media/metrics-overview/action-group-inline.png" alt-text="Screenshot showing the process to configure notifications for these alerts using Action Groups." lightbox="./media/metrics-overview/action-group-expanded.png":::
132
+
133
+
1. Configure auto-resolution behavior - You can configure metric alerts as _stateless_ or _stateful_ as required.
134
+
135
+
- To generate an alert on every job failure irrespective of the failure is due to the same underlying cause (stateless behavior), deselect the **Automatically resolve alerts** option in the alert rule.
136
+
- Alternately, to configure the alerts as stateful, select the same checkbox. Therefore, when a metric alert is fired on the scope, another failure won't create a new metric alert. The alert gets auto-resolved if the alert generation condition evaluates to false for three successive evaluation cycles. New alerts are generated if the condition evaluates to true again.
137
+
138
+
[Learn more about stateful and stateless behavior of Azure Monitor metric alerts](/azure/azure-monitor/alerts/alerts-troubleshoot-metric#the-metric-alert-is-not-triggered-every-time-the-condition-is-met).
139
+
140
+
:::image type="content" source="./media/metrics-overview/auto-resolve-alert-inline.png" alt-text="Screenshot showing the process to configure auto-resolution behavior." lightbox="./media/metrics-overview/auto-resolve-alert-expanded.png":::
141
+
97
142
## Next steps
98
143
Learn more about [Azure Backup monitoring and reporting](monitoring-and-alerts-overview.md).
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-monitoring-alerts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The following table lists some of these solutions:
33
33
34
34
### Supported monitoring platform
35
35
36
-
[Azure Business Continuity Center](../business-continuity-center/business-continuity-center-overview.md) enables you to view the list of all [Built-in alerts and custom alerts written on the metrics](metrics-overview.md#supported-built-in-metrics) that Microsoft offers. To view any custom alerts written on ARG, Log Analytics, Activity Logs, go to **Azure Monitor** > **Alerts**, and then select **Monitor Service** as **Log Alerts V2** and select **Signal Type** as **Log search/ Activity**.
36
+
[Azure Business Continuity Center](../business-continuity-center/business-continuity-center-overview.md) enables you to view the list of all [Built-in alerts and custom alerts written on the metrics](metrics-overview.md#supported-metrics) that Microsoft offers. To view any custom alerts written on ARG, Log Analytics, Activity Logs, go to **Azure Monitor** > **Alerts**, and then select **Monitor Service** as **Log Alerts V2** and select **Signal Type** as **Log search/ Activity**.
37
37
38
38
## Migrate from classic alerts to built-in Azure Monitor alerts
Copy file name to clipboardExpand all lines: articles/backup/metrics-overview.md
+1-47Lines changed: 1 addition & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Azure Backup offers the following key capabilities:
33
33
34
34
- Metrics can be viewed for all Recovery Services vaults in each region and subscription at a time. Viewing metrics for a larger scope in the Azure portal is currently not supported. The same limits are also applicable to configure metric alert rules.
35
35
36
-
## Supported built-in metrics
36
+
## Supported metrics
37
37
38
38
Currently, Azure Backup supports the following metrics:
39
39
@@ -94,52 +94,6 @@ To view metrics in the Azure portal, follow the below steps:
94
94
95
95
:::image type="content" source="./media/metrics-overview/metrics-filters-inline.png" alt-text="Screenshot showing the process to filter metrics by different dimensions." lightbox="./media/metrics-overview/metrics-filters-expanded.png":::
96
96
97
-
## Configure alerts and notifications on your metrics
98
-
99
-
To configure alerts and notifications on your metrics, follow these steps:
100
-
101
-
1. Click **New Alert Rule** at the top of the metric charts.
102
-
103
-
1. Select the scope for which you want to create alerts. <br><br> The scope limits are the same as the limits described in the [View metrics](#view-metrics-in-the-azure-portal) section.
104
-
105
-
1. Select the condition on which the alert should be fired.
106
-
107
-
- By default, some fields are pre-populated based on the selections in the metric chart. You can edit the parameters as needed.
108
-
- Choose the threshold type and value to set the trigger condition for the alert. Learn more [about the alert conditions for alert rules](/azure/azure-monitor/alerts/alerts-create-metric-alert-rule).
109
-
- To generate individual alerts for each datasource in the vault, use the **dimensions** selection in the metric alerts rule. Following are some scenarios:
110
-
111
-
- Firing alerts on failed backup jobs for each datasource:
112
-
113
-
**Alert Rule: Fire an alert if Backup Health Events > 0 in the last 24 hours for**:
:::image type="content" source="./media/metrics-overview/metric-alert-condition-inline.png" alt-text="Screenshot showing the option to select the condition on which the alert should be fired." lightbox="./media/metrics-overview/metric-alert-condition-expanded.png":::
123
-
124
-
>[!NOTE]
125
-
>If you select more dimensions as part of the alert rule condition, the cost increases (that's proportional to the number of unique combinations of dimension values possible). Selection of more dimensions allows you to get more context on a fired alert.
126
-
127
-
128
-
1. To configure notifications for these alerts using Action Groups, configure an Action Group as part of the alert rule, or create a separate action rule.
129
-
130
-
We support various notification channels, such as email, ITSM, webhook, Logic App, SMS. [Learn more about Action Groups](/azure/azure-monitor/alerts/action-groups).
131
-
132
-
:::image type="content" source="./media/metrics-overview/action-group-inline.png" alt-text="Screenshot showing the process to configure notifications for these alerts using Action Groups." lightbox="./media/metrics-overview/action-group-expanded.png":::
133
-
134
-
1. Configure auto-resolution behavior - You can configure metric alerts as _stateless_ or _stateful_ as required.
135
-
136
-
- To generate an alert on every job failure irrespective of the failure is due to the same underlying cause (stateless behavior), deselect the **Automatically resolve alerts** option in the alert rule.
137
-
- Alternately, to configure the alerts as stateful, select the same checkbox. Therefore, when a metric alert is fired on the scope, another failure won't create a new metric alert. The alert gets auto-resolved if the alert generation condition evaluates to false for three successive evaluation cycles. New alerts are generated if the condition evaluates to true again.
138
-
139
-
[Learn more about stateful and stateless behavior of Azure Monitor metric alerts](/azure/azure-monitor/alerts/alerts-troubleshoot-metric#the-metric-alert-is-not-triggered-every-time-the-condition-is-met).
140
-
141
-
:::image type="content" source="./media/metrics-overview/auto-resolve-alert-inline.png" alt-text="Screenshot showing the process to configure auto-resolution behavior." lightbox="./media/metrics-overview/auto-resolve-alert-expanded.png":::
142
-
143
97
## Manage Alerts
144
98
145
99
To view your fired metric alerts, follow these steps:
Copy file name to clipboardExpand all lines: articles/backup/protect-backups-from-ransomware-faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ sections:
42
42
43
43
- **Set-up alerts and notifications for critical backup operations**.
44
44
45
-
Azure Backup provides multiple monitoring and notification capabilities for a wide range of [scenarios](monitoring-and-alerts-overview.md#monitoring-and-reporting-scenarios). Ensure they're configured correctly for timely alerts and required actions. [Learn more](metrics-overview.md#configure-alerts-and-notifications-on-your-metrics)
45
+
Azure Backup provides multiple monitoring and notification capabilities for a wide range of [scenarios](monitoring-and-alerts-overview.md#monitoring-and-reporting-scenarios). Ensure they're configured correctly for timely alerts and required actions. [Learn more](backup-azure-monitor-alerts-notification.md#configure-alerts-and-notifications-on-your-metrics)
46
46
47
47
We recommend you to use [Azure Monitor for Alerts to receive alerts/notifications on critical operations](monitoring-and-alerts-overview.md#azure-monitor-alerts-for-azure-backup).
0 commit comments