Skip to content

Commit b095979

Browse files
authored
Merge pull request #291381 from AbhishekMallick-MS/Dec-4-2024-Monitor1
Alerts - doc restructure
2 parents 365cc97 + e8839f8 commit b095979

11 files changed

+57
-58
lines changed

articles/backup/backup-azure-monitor-alert-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ sections:
4646
4747
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)
4848
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)
5050
5151
- question: |
5252
Can I configure alerts for successful backup jobs?
5353
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)
5555
5656
- question: |
5757
Can I configure notifications programmatically?

articles/backup/backup-azure-monitor-alerts-notification.md

Lines changed: 51 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,20 @@ This article describes how to configure and manage Azure Monitor based alert not
1717

1818
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.
1919

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**.
2121

22-
1. Select **Alerts** from the menu and select **Alert processing rules**.
22+
1. On the **Alerts** pane, select **Manage alert processing rules**.
2323

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":::
2524

26-
1. Select **Create**.
25+
1. On the **Alert processing rules** pane, select **Create**.
2726

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":::
2928

3029
1. Select the scope for which the alert processing rule should be applied.
3130

3231
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.
3332

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":::
3534

3635
1. Under **Rule Settings**, create an action group (or use an existing one).
3736

@@ -94,5 +93,51 @@ To create a suppression alert processing rule, follow these steps:
9493

9594
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.
9695

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**:
113+
- Dimensions["HealthStatus"]= “Persistent Unhealthy / Transient Unhealthy”
114+
- Dimensions["DatasourceId"]= “All current and future values”
115+
116+
- Firing alerts if all backups in the vault were successful for the day:
117+
118+
**Alert Rule: Fire an alert if Backup Health Events < 1 in the last 24 hours for**:
119+
- Dimensions["HealthStatus"]="Persistent Unhealthy / Transient Unhealthy / Persistent Degraded / Transient Degraded"
120+
121+
:::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+
97142
## Next steps
98143
Learn more about [Azure Backup monitoring and reporting](monitoring-and-alerts-overview.md).

articles/backup/backup-azure-monitoring-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following table lists some of these solutions:
3333
3434
### Supported monitoring platform
3535

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**.
3737

3838
## Migrate from classic alerts to built-in Azure Monitor alerts
3939

142 KB
Loading
-17 KB
Loading
-15.2 KB
Loading

articles/backup/metrics-overview.md

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Azure Backup offers the following key capabilities:
3333

3434
- 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.
3535

36-
## Supported built-in metrics
36+
## Supported metrics
3737

3838
Currently, Azure Backup supports the following metrics:
3939

@@ -94,52 +94,6 @@ To view metrics in the Azure portal, follow the below steps:
9494

9595
:::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":::
9696

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**:
114-
- Dimensions["HealthStatus"]= “Persistent Unhealthy / Transient Unhealthy”
115-
- Dimensions["DatasourceId"]= “All current and future values”
116-
117-
- Firing alerts if all backups in the vault were successful for the day:
118-
119-
**Alert Rule: Fire an alert if Backup Health Events < 1 in the last 24 hours for**:
120-
- Dimensions["HealthStatus"]="Persistent Unhealthy / Transient Unhealthy / Persistent Degraded / Transient Degraded"
121-
122-
:::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-
14397
## Manage Alerts
14498

14599
To view your fired metric alerts, follow these steps:

articles/backup/protect-backups-from-ransomware-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sections:
4242

4343
- **Set-up alerts and notifications for critical backup operations**.
4444

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)
4646

4747
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).
4848

0 commit comments

Comments
 (0)