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-center-monitor-operate.md
+44-4Lines changed: 44 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Monitor and operate backups using Backup Center
3
3
description: This article explains how to monitor and operate backups at scale using Backup Center
4
4
ms.topic: conceptual
5
-
ms.date: 09/01/2020
5
+
ms.date: 10/20/2021
6
6
---
7
7
8
8
# Monitor and operate backups using Backup center
@@ -63,6 +63,46 @@ Selecting an item in the grid allows you to view more details about the given jo
63
63
64
64
Using the **Backup jobs** tab, you can view jobs up to the last seven days. To view older jobs, use [Backup Reports](backup-center-obtain-insights.md).
65
65
66
+
## Metrics
67
+
68
+
Azure Backup provides a set of built-in metrics via Azure Monitor that allows you to monitor the health of your backups. To view metrics, go to **Backup center** and click **Metrics** from the menu.
69
+
70
+
:::image type="content" source="./media/metrics-overview/metrics-chart-inline.png" alt-text="Screenshot showing the built-in metrics to monitor the health of your backups." lightbox="./media/metrics-overview/metrics-chart-expanded.png":::
71
+
72
+
Azure Backup offers the following key capabilities:
73
+
74
+
* Ability to view out-of-the-box metrics related to backup and restore health of your backup items along with associated trends.
75
+
* Ability to write custom alert rules on these metrics to efficiently monitor the health of your backup items.
76
+
* Ability to route fired metric alerts to different notification channels supported by Azure Monitor, such as email, ITSM, webhook, logic apps, and so on.
77
+
78
+
[Learn more about Azure Backup metrics](metrics-overview.md).
79
+
80
+
## Alerts
81
+
82
+
To view alerts, go to **Backup center** and click the **Alerts** from the menu.
83
+
84
+
You can also see a summary of open alerts in the last 24 hours in the **Overview** dashboard.
85
+
86
+
:::image type="content" source="./media/backup-azure-monitoring-laworkspace/backup-center-azure-monitor-alert-inline.png" alt-text="Screenshot showing alerts in Backup center." lightbox="./media/backup-azure-monitoring-laworkspace/backup-center-azure-monitor-alert-expanded.png":::
87
+
88
+
Currently, the following types of alerts are displayed in Backup center:
89
+
90
+
***Default Azure Monitor alerts for Azure Backup (preview)**: This includes the built-in security alerts and configured alerts that Azure Backup provides via Azure Monitor. [Learn more about the alert scenarios supported by this solution](backup-azure-monitoring-built-in-monitor.md#azure-monitor-alerts-for-azure-backup-preview).
91
+
***Metric alerts for Azure Backup (preview)**: This includes alerts fired based on the metric alert rules you created. [Learn more about Azure Backup metric alerts](metrics-overview.md)
92
+
93
+
>[!NOTE]
94
+
>- Currently, Backup center displays only alerts for Azure-based workloads. To view alerts for on-premises resources, go to the Recovery Services vault and click **Alerts** from the menu.
95
+
>- Backup center displays only Azure Monitor alerts. Alerts raised by the older alerting solution (accessed under the [Backup Alerts](backup-azure-monitoring-built-in-monitor.md#backup-alerts-in-recovery-services-vault) tab in Recovery Services vault) aren't displayed in Backup center.
96
+
97
+
For more details about Azure Monitor alerts, see [Overview of alerts in Azure](../azure-monitor/alerts/alerts-overview.md).
98
+
99
+
### Datasource and Global Alerts
100
+
101
+
The following classes of alerts are displayed:
102
+
103
+
***Datasource Alerts**: Alerts that are tied to a specific datasource being backed up (such as, backup or restore failure for a VM, deleting backup data for a database, and so on) appear under the **Datasource Alerts** section. For metric alerts, if the fired alert has a datasource ID dimension associated with it, the fired alert appears under **Datasource Alerts**.
104
+
***Global Alerts**: Alerts that aren't tied to a specific datasource (such as, disabling soft-delete functionality for a vault) appear under the **Global Alerts** section. For metric alerts, if the fired alert doesn't have a datasource ID associated with it, the fired alert appears under **Global Alerts**.
105
+
66
106
## Vaults
67
107
68
108
Selecting the **Vaults** menu item in Backup center allows you to see a list of all [Recovery Services vaults](backup-azure-recovery-services-vault-overview.md) and [Backup vaults](backup-vault-overview.md) that you have access to. You can filter the list with the following parameters:
@@ -85,12 +125,12 @@ Selecting the **Backup Policies** menu item allows you to view all the policies
85
125

86
126
87
127
88
-
## Resourcecentric views
128
+
## Resource-centric views
89
129
90
-
If your organization backs up multiple resources to a common vault, and each resource owner only wants to see backup information of the resources that they own, you can use the resourcecentric view in Backup center. To use the resourcecentric view, select the checkbox 'Only show information about datasources which I have access to'. This option is currently supported for the following tabs: **Overview**, **Backup Instances**, **Jobs**, **Alerts**. The supported workloads are Azure VMs, SQL in Azure VMs, SAP HANA in Azure VMs, Azure Blobs, Azure Disks.
130
+
If your organization backs up multiple resources to a common vault, and each resource owner only wants to see backup information of the resources that they own, you can use the resource-centric view in Backup center. To use the resource-centric view, select the checkbox 'Only show information about datasources which I have access to'. This option is currently supported for the following tabs: **Overview**, **Backup Instances**, **Jobs**, **Alerts**. The supported workloads are Azure VMs, SQL in Azure VMs, SAP HANA in Azure VMs, Azure Blobs, Azure Disks.
91
131
92
132
> [!NOTE]
93
-
> Users will still need to have the required RBAC permissions to the vault even if they are using resourcecentric view. The purpose of this view is to enable individual users to avoid viewing information for resources (for example, VMs) that they don't own.
133
+
> Users will still need to have the required RBAC permissions to the vault even if they are using resource-centric view. The purpose of this view is to enable individual users to avoid viewing information for resources (for example, VMs) that they don't own.
Copy file name to clipboardExpand all lines: articles/backup/backup-center-support-matrix.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Support matrix for Backup center
3
3
description: This article summarizes the scenarios that Backup center supports for each workload type
4
4
ms.topic: conceptual
5
-
ms.date: 09/22/2021
5
+
ms.date: 10/20/2021
6
6
---
7
7
# Support matrix for Backup center
8
8
@@ -16,24 +16,24 @@ Backup Center provides a single pane of glass for enterprises to [govern, monito
16
16
| Monitoring | View all backup instances | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Same as above |
17
17
| Monitoring | View all backup policies | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Same as above |
18
18
| Monitoring | View all vaults | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Same as above |
19
+
| Monitoring | View Azure Monitor alerts at scale | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Refer [Alerts](./backup-azure-monitoring-built-in-monitor.md#azure-monitor-alerts-for-azure-backup-preview) documentation |
20
+
| Monitoring | View Azure Backup metrics and write metric alert rules | <li>Azure VM </li><li>SQL in Azure VM </li><li> SAP HANA in Azure VM</li><li>Azure Files </li> | You can view metrics for all Recovery Services vaults for a region and subscription simultaneously. Viewing metrics for a larger scope in the Azure portal isn’t currently supported. The same limits are also applicable to configure metric alert rules. Refer to [View metrics in the Azure portal](metrics-overview.md#view-metrics-in-the-azure-portal) for more details.|
19
21
| Actions | Configure backup | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Refer to support matrices for [Azure VM backup](./backup-support-matrix-iaas.md) and [Azure Database for PostgreSQL Server backup](backup-azure-database-postgresql-overview.md#support-matrix)|
20
22
| Actions | Restore Backup Instance | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Refer to support matrices for [Azure VM backup](./backup-support-matrix-iaas.md) and [Azure Database for PostgreSQL Server backup](backup-azure-database-postgresql-overview.md#support-matrix)|
21
23
| Actions | Create vault | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Refer to support matrices for [Recovery Services vault](./backup-support-matrix.md#vault-support)|
22
24
| Actions | Create backup policy | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Refer to support matrices for [Recovery Services vault](./backup-support-matrix.md#vault-support)|
23
25
| Actions | Execute on-demand backup for a backup instance | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Refer to support matrices for [Azure VM backup](./backup-support-matrix-iaas.md) and [Azure Database for PostgreSQL Server backup](backup-azure-database-postgresql-overview.md#support-matrix)|
24
26
| Actions | Stop backup for a backup instance | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Refer to support matrices for [Azure VM backup](./backup-support-matrix-iaas.md) and [Azure Database for PostgreSQL Server backup](backup-azure-database-postgresql-overview.md#support-matrix)|
27
+
| Actions | Execute cross-region restore job from Backup center | <li> Azure Virtual Machine <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM | Refer [cross-region restore](./backup-create-rs-vault.md#set-cross-region-restore) documentation |
25
28
| Insights | View Backup Reports | <li> Azure Virtual Machine <br><br> <li> SQL in Azure Virtual Machine <br><br> <li> SAP HANA in Azure Virtual Machine <br><br> <li> Azure Files <br><br> <li> System Center Data Protection Manager <br><br> <li> Azure Backup Agent (MARS) <br><br> <li> Azure Backup Server (MABS) | Refer to [supported scenarios for Backup Reports](./configure-reports.md#supported-scenarios)|
26
29
| Governance | View and assign built-in and custom Azure Policies under category 'Backup' | N/A | N/A |
27
30
| Governance | View datasources not configured for backup | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server | N/A |
28
-
| Monitoring | View Azure Monitor alerts at scale | <li> Azure Virtual Machine <br><br> <li> Azure Database for PostgreSQL server <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM <br><br> <li> Azure Files<br/><br/> <li>Azure Blobs<br/><br/> <li>Azure Managed Disks | Refer [Alerts](./backup-azure-monitoring-built-in-monitor.md#azure-monitor-alerts-for-azure-backup-preview) documentation |
29
-
| Actions | Execute cross-region restore job from Backup center | <li> Azure Virtual Machine <br><br> <li> SQL in Azure VM <br><br> <li> SAP HANA in Azure VM | Refer [cross-region restore](./backup-create-rs-vault.md#set-cross-region-restore) documentation |
30
31
31
32
## Unsupported scenarios
32
33
33
34
|**Category**|**Scenario**|
34
35
|--------------|---------------|
35
36
| Actions | Configuring vault settings at scale is currently not supported from Backup center |
36
-
| Availability | Backup center is currently not available in national clouds |
0 commit comments