Skip to content

Commit 5af6f51

Browse files
authored
Merge pull request #291710 from AbhishekMallick-MS/Dec-10-2024-Alerts
Addressed PM review inputs
2 parents 3ac6c2b + 1e11679 commit 5af6f51

7 files changed

+33
-31
lines changed

articles/backup/azure-backup-glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article defines terms helpful for use with Azure Backup.
44
ms.topic: reference
55
ms.service: azure-backup
66
ms.custom: devx-track-azurepowershell, devx-track-arm-template, devx-track-azurecli, engagement-fy24
7-
ms.date: 11/30/2024
7+
ms.date: 12/30/2024
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
1010
---
@@ -185,7 +185,7 @@ Restoring individual files or folders inside the machine from the recovery point
185185

186186
## Job
187187

188-
A backup-related task that is created by a user or the Azure Backup service. Jobs can be either scheduled or on-demand (ad-hoc). There are different types of jobs - backup, restore, configure protection, and so on. [Learn more about jobs](backup-azure-monitoring-built-in-monitor.md#backup-jobs-in-azure-business-continuity-center).
188+
A backup-related task that is created by a user or the Azure Backup service. Jobs can be either scheduled or on-demand (ad-hoc). There are different types of jobs - backup, restore, configure protection, and so on. [Learn more about jobs](backup-azure-monitoring-built-in-monitor.md#backup-jobs).
189189

190190
## MABS / Azure Backup Server
191191

articles/backup/backup-azure-monitoring-built-in-monitor.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Monitor Azure Backup protected workloads
33
description: In this article, learn about the monitoring and notification capabilities for Azure Backup workloads using the Azure portal.
44
ms.topic: how-to
5-
ms.date: 09/11/2024
5+
ms.date: 12/30/2024
66
ms.assetid: 86ebeb03-f5fa-4794-8a5f-aa5cbbf68a81
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -11,15 +11,17 @@ ms.author: v-abhmallick
1111

1212
# Monitoring Azure Backup workloads
1313

14-
Azure Backup provides multiple backup solutions based on the backup requirement and infrastructure topology (On-premises vs Azure). Any backup user or admin should see what's going on across all solutions and can expect to be notified in important scenarios. This article details the monitoring and notification capabilities provided by Azure Backup service.
14+
Azure Backup provides multiple backup solutions based on the backup requirement and infrastructure topology (On-premises vs Azure). Any backup user or admin should see what's going on across all solutions and can expect to be notified in important scenarios.
15+
16+
Overview of alerts, jobs, security and usage are available by default in the **Overview** pane of Azure Business Continuity Center, Recovery Services Vault and Backup Vault. This article describes the ways to view and configure monitoring capabilities via Business Continuity Center, Recovery Services Vault and Backup Vault.
1517

1618
## Protected and protectable items in Azure Business Continuity Center
1719

1820
You can monitor all your protected and protectable items via Azure Business Continuity Center. Go to the **[Protected Items](../business-continuity-center/tutorial-view-protected-items-and-perform-actions.md)** blade in Azure Business Continuity Center to view your resources protected by one or more solutions and perform actions on them. Go to the **[Protectable resources](../business-continuity-center/tutorial-view-protectable-resources.md)** in Azure Business Continuity Center to view your resources that are not currently protected by any solution.
1921

2022
## Backup Items in Recovery Services vault
2123

22-
You can monitor all your backup items via a Recovery Services vault. Navigating to the **Backup Instances** section in [Azure Business Continuity Center](../business-continuity-center/business-continuity-center-overview.md) opens a view that provides a detailed list of all backup items of the given workload type, with information on the last backup status for each item, latest restore point available, and so on.
24+
You can monitor all your backup items via a Recovery Services vault. Navigating to the **Backup Instances** section in [Recovery Services vault](backup-azure-manage-windows-server.md#manage-backup-items) opens a view that provides a detailed list of all backup items of the given workload type, with information on the last backup status for each item, latest restore point available, and so on. You can also [view the list of backup instances in a Backup vault](manage-backup-vault.md#manage-backup-instances).
2325

2426
>[!NOTE]
2527
>For items backed-up to Azure using DPM, the list will show all the data sources protected (both disk and online) using the DPM server. If the protection is stopped for the datasource with backup data retained, the datasource will be still listed in the portal. You can go to the details of the data source to see if the recovery points are present in disk, online or both. Also, datasources for which the online protection is stopped but data is retained, billing for the online recovery points continue until the data is completely deleted.
@@ -28,9 +30,9 @@ You can monitor all your backup items via a Recovery Services vault. Navigating
2830
>
2931
>For DPM, MABS and MARS, the Backup Item (VM name, cluster name, host name, volume or folder name) and Protection Group cannot include '<', '>', '%', '&', ':', '\', '?', '/', '#' or any control characters.
3032
31-
## Backup Jobs in Azure Business Continuity Center
33+
## Backup Jobs
3234

33-
Learn [how to monitor Backup jobs](../business-continuity-center/tutorial-monitor-operate.md).
35+
Learn how to monitor Backup jobs in [Azure Business Continuity Center](../business-continuity-center/tutorial-monitor-operate.md), [Recovery Services vault](backup-azure-manage-windows-server.md#manage-backup-jobs), and [Backup vault](manage-backup-vault.md#manage-backup-jobs).
3436

3537
## Next steps
3638

articles/backup/backup-azure-monitoring-use-azuremonitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Backup provides [built-in monitoring and alerting capabilities](backup-azu
1616
- Monitoring data from multiple Recovery Services vaults across Subscriptions
1717
- Visibility into custom scenarios
1818
- Configuring alerts for custom scenarios
19-
- Viewing information from an on-premises component. For example, System Center Data Protection Manager information in Azure, which the portal doesn't show in [**Backup Jobs**](backup-azure-monitoring-built-in-monitor.md#backup-jobs-in-azure-business-continuity-center) or [**Backup Alerts**](move-to-azure-monitor-alerts.md#backup-alerts-in-recovery-services-vault)
19+
- Viewing information from an on-premises component. For example, System Center Data Protection Manager information in Azure, which the portal doesn't show in [**Backup Jobs**](backup-azure-monitoring-built-in-monitor.md#backup-jobs) or [**Backup Alerts**](move-to-azure-monitor-alerts.md#backup-alerts-in-recovery-services-vault)
2020

2121
## Using Log Analytics workspace
2222

articles/backup/backup-support-matrix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Backup support matrix
33
description: Provides a summary of support settings and limitations for the Azure Backup service.
44
ms.topic: reference
5-
ms.date: 09/11/2024
5+
ms.date: 12/30/2024
66
ms.custom: references_regions, linux-related-content
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -210,6 +210,8 @@ Azure Backup provides the following monitoring and reporting capabilities on bac
210210
- Backup Alerts are available for all workloads in both Recovery Services vault and Backup vault.
211211
- Backup Alerts view and manage capabilities are available on Azure Monitor, Business Continuity Center, Recovery Services vault, Backup vault.
212212

213+
Learn [about the different backup alerts currently available via Azure Monitor and the supported workload/vault types](monitoring-and-alerts-overview.md#azure-monitor-alerts-for-azure-backup).
214+
213215
## Next steps
214216

215217
- [Review support matrix](backup-support-matrix-iaas.md) for Azure VM backup.

articles/backup/configure-reports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure Azure Backup reports
33
description: Configure and view reports for Azure Backup by using Log Analytics and Azure workbooks
44
ms.topic: how-to
5-
ms.date: 04/25/2024
5+
ms.date: 12/30/2024
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -30,7 +30,7 @@ The following table lists the supported scenarios to configure Azure Backup repo
3030
| **Backup Configuration Status** | Backup | Information on whether all of your VMs are configured for backup. | Azure VM | Out-of-Box |
3131
| **Backup Job History** | Backup | Information on the successful and failed backup jobs over a specified duration of time. | - Azure VM <br> - Backup Agent (MARS) <br> - Backup Server (MABS) <br> - Data Protection Manager (DPM) <br> - Azure Database for PostgreSQL Server <br> - Azure Blobs <br> - Azure Disks | Out-of-Box |
3232
| ** Backup Schedule and Retention** | Backup | Information on schedule and retention of all the backup items so that you can verify if they meet the business requirements. | - Azure VM <br> - Azure Files | Out-of-Box |
33-
| **User Triggered Operations** | Backup | Information on user triggered operations on Recovery Services vaults over a specified period of time. | Recovery Services Vault | Out-of-Box |
33+
| **User Triggered Operations** | Backup | Information on user triggered operations on Recovery Services vaults over a specified period of time. | Recovery Services vault | Out-of-Box |
3434
| **Azure Site Recovery Job History** | Azure Site Recovery | Information on the successful and failed Azure Site Recovery jobs over a specified duration of time. <br><br> Note that only jobs triggered on replicated items and recovery plans currently appear in this report. | - Azure VM <br> - V2A <br> - H2A | Out-of-Box |
3535
| **Azure Site Recovery Replication History** | Azure Site Recovery | Information on the replicated items over a specified duration of time. | - Azure VM <br> - V2A <br> - H2A | Out-of-Box |
3636

articles/backup/guidance-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Guidance and best practices
33
description: Discover the best practices and guidance for backing up cloud and on-premises workload to the cloud
44
ms.topic: overview
5-
ms.date: 11/30/2024
5+
ms.date: 12/30/2024
66
ms.reviewer: dapatil
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -329,7 +329,7 @@ As a backup user or administrator, you should be able to monitor all backup solu
329329

330330
### Monitor
331331

332-
* Azure Backup provides **built-in job monitoring** for operations such as configuring backup, back up, restore, delete backup, and so on. This is scoped to the vault, and ideal for monitoring a single vault. [Learn more here](backup-azure-monitoring-built-in-monitor.md#backup-jobs-in-azure-business-continuity-center).
332+
* Azure Backup provides **built-in job monitoring** for operations such as configuring backup, back up, restore, delete backup, and so on. This is scoped to the vault, and ideal for monitoring a single vault. [Learn more here](backup-azure-monitoring-built-in-monitor.md#backup-jobs).
333333

334334
* If you need to monitor operational activities at scale, then **Backup Explorer** provides an aggregated view of your entire backup estate, enabling detailed drill-down analysis and troubleshooting. It's a built-in Azure Monitor workbook that gives a single, central location to help you monitor operational activities across the entire backup estate on Azure, spanning tenants, locations, subscriptions, resource groups, and vaults. [Learn more here](monitor-azure-backup-with-backup-explorer.md).
335335
* Use it to identify resources that aren't configured for backup, and ensure that you don't ever miss protecting critical data in your growing estate.

0 commit comments

Comments
 (0)