Skip to content

Commit 1013b0d

Browse files
Merge pull request #308780 from AbhishekMallick-MS/Nov-26-2025-AiOptimization
AI optimization - Azure Monitor Logs
2 parents 4a5e8ee + 5558c9e commit 1013b0d

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Monitor Logs in Azure Backup
33
description: Monitor Azure Backup workloads and create custom alerts by using Azure Monitor.
44
ms.topic: how-to
5-
ms.date: 12/30/2024
5+
ms.date: 11/26/2025
66
ms.assetid: 01169af5-7eb0-4cb0-bbdb-c58ac71bf48b
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -14,14 +14,14 @@ ms.custom:
1414

1515
# Azure Monitor Logs
1616

17-
Azure Backup provides [built-in monitoring and alerting capabilities](backup-azure-monitoring-built-in-monitor.md) in a Recovery Services vault. These capabilities are available without any additional management infrastructure. The only pre-requisite for this capability is to have Log Analytics workspace configured. This feature is supported in the following scenarios:
17+
Azure Backup provides [built-in monitoring and alerting capabilities](backup-azure-monitoring-built-in-monitor.md) in a Recovery Services vault. These capabilities are available without any extra management infrastructure. The only prerequisite for this capability is to have Log Analytics workspace configured. This feature is supported in the following scenarios:
1818

1919
- Monitoring data from multiple Recovery Services vaults across Subscriptions
2020
- Visibility into custom scenarios
2121
- Configuring alerts for custom scenarios
22-
- 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)
22+
- 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)
2323

24-
## Using Log Analytics workspace
24+
## Monitor backup jobs using Log Analytics workspace
2525

2626
### Prerequisites for using Log Analytics workspace
2727

@@ -42,7 +42,7 @@ Open the **Logs** section of the Log Analytics workspace and create a query for
4242

4343
![Create an alert in a Log Analytics workspace](media/backup-azure-monitoring-laworkspace/custom-alert.png)
4444

45-
Here the resource is already marked as the Log Analytics workspace, and action group integration is provided.
45+
Here, the resource is already marked as the Log Analytics workspace, and action group integration is provided.
4646

4747
![The Log Analytics alert-creation page](media/backup-azure-monitoring-laworkspace/inkedla-azurebackup-createalert.jpg)
4848

@@ -52,7 +52,7 @@ The defining characteristic of an alert is its triggering condition. Select **Co
5252

5353
![Setting up an alert condition](media/backup-azure-monitoring-laworkspace/la-azurebackup-alertlogic.png)
5454

55-
If necessary, you can edit the Kusto query. Choose a threshold, period, and frequency. The threshold determines when the alert will be raised. The period is the window of time in which the query is run. For example, if the threshold is greater than 0, the period is 5 minutes, and the frequency is 5 minutes, then the rule runs the query every 5 minutes, reviewing the previous 5 minutes. If the number of results is greater than 0, you're notified through the selected action group.
55+
If necessary, you can edit the Kusto query. Choose a threshold, period, and frequency. The threshold determines when the alert is raised. The period is the window of time in which the query is run. For example, if the threshold is greater than 0, the period is 5 minutes, and the frequency is 5 minutes, then the rule runs the query every 5 minutes, reviewing the previous 5 minutes. If the number of results is greater than 0, you're notified through the selected action group.
5656

5757
> [!NOTE]
5858
> To run the alert rule once a day, across all the events/logs that were created on the given day, change the value of both 'period' and 'frequency' to 1440, that is, 24 hours.
@@ -71,7 +71,7 @@ For more information, see [Create, view, and manage log alerts by using Azure Mo
7171

7272
The default graphs give you Kusto queries for basic scenarios on which you can build alerts. You can also modify the queries to fetch the data you want to be alerted on. Paste the following sample Kusto queries on the **Logs** page, and then create alerts on the queries.
7373

74-
Recovery Services vaults and Backup vaults send data to a common set of tables that are listed in this article. However, there are slight differences in the schema for Recovery Services vaults and Backup vaults ([learn more](backup-azure-monitoring-built-in-monitor.md)). So, this section is split into multiple sub-sections that helps you to use the right queries depending on which workload or vault types you want to query.
74+
Recovery Services vaults and Backup vaults send data to a common set of tables that are listed in this article. However, there are slight differences in the schema for Recovery Services vaults and Backup vaults ([learn more](backup-azure-monitoring-built-in-monitor.md)). So, this section is split into multiple subsections that helps you to use the right queries depending on which workload or vault types you want to query.
7575

7676
#### Queries common across Recovery Services vaults and Backup vaults
7777

@@ -95,7 +95,7 @@ Recovery Services vaults and Backup vaults send data to a common set of tables t
9595
9696
#### Queries specific to Recovery Services vault workloads
9797
98-
- All successful Azure VM backup jobs
98+
- All successful Azure Virtual Machine (VM) backup jobs
9999
100100
````Kusto
101101
AddonAzureBackupJobs
@@ -198,7 +198,7 @@ Recovery Services vaults and Backup vaults send data to a common set of tables t
198198
199199
### Diagnostic data update frequency
200200
201-
The diagnostic data from the vault is pumped to the Log Analytics workspace with some lag. Every event arrives at the Log Analytics workspace *20 to 30 minutes* after it's pushed from the Recovery Services vault. Here are further details about the lag:
201+
The diagnostic data from the vault is pumped to the Log Analytics workspace with some lag. Every event arrives at the Log Analytics workspace *20 to 30 minutes* after being pushed from the Recovery Services vault. Here are further details about the lag:
202202
203203
- Across all solutions, the backup service's built-in alerts are pushed as soon as they're created. So they usually appear in the Log Analytics workspace after 20 to 30 minutes.
204204
- Across all solutions, on-demand backup jobs and restore jobs are pushed as soon as they *finish*.
@@ -210,7 +210,7 @@ The diagnostic data from the vault is pumped to the Log Analytics workspace with
210210
> [!NOTE]
211211
> The same delay applies to other destinations for diagnostics data, such as Storage accounts and Event Hubs.
212212
213-
## Using the Recovery Services vault's activity logs
213+
## Monitor backup jobs using the Recovery Services vault's activity logs
214214
215215
> [!CAUTION]
216216
> The following steps apply only to *Azure VM backups.* You can't use these steps for solutions such as the Azure Backup agent, SQL backups within Azure, or Azure Files.
@@ -233,11 +233,11 @@ To identify the appropriate log and create an alert:
233233
234234
![New alert rule](media/backup-azure-monitoring-laworkspace/new-alert-rule.png)
235235
236-
Here the resource is the Recovery Services vault itself. Repeat the same steps for all of the vaults in which you want to be notified through activity logs. The condition won't have a threshold, period, or frequency because this alert is based on events. As soon as the relevant activity log is generated, the alert is raised.
236+
Here, the resource is the Recovery Services vault itself. Repeat the same steps for all of the vaults in which you want to be notified through activity logs. The condition doesn't have a threshold, period, or frequency because this alert is based on events. As soon as the relevant activity log is generated, the alert is raised.
237237
238-
## Using Log Analytics to monitor at scale
238+
## Monitor at scale using Log Analytics workspace
239239
240-
You can view all alerts created from activity logs and Log Analytics workspaces in Azure Monitor. Just open the **Alerts** pane on the left.
240+
You can view all alerts created from activity logs and Log Analytics workspaces in Azure Monitor. Just open the **Alerts** pane.
241241
242242
Although you can get notifications through activity logs, we highly recommend using Log Analytics rather than activity logs for monitoring at scale. Here's why:
243243

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: 06/09/2025
5+
ms.date: 11/26/2025
66
ms.reviewer: dapatil
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -365,7 +365,7 @@ You can configure such critical alerts and route them to any preferred notificat
365365

366366
- If you need to **create custom alerts** (for example, alerts of successful jobs) then use Log Analytics. In Azure Monitor, you can create your own alerts in a Log Analytics workspace. Hybrid workloads (DPM/MABS) can also send data to LA and use LA to provide common alerts across workloads supported by Azure Backup.
367367

368-
- You can also get notifications through built-in Recovery Services vault **activity logs**. However, it supports limited scenarios and isn't suitable for operations such as scheduled backup, which aligns better with resource logs than with activity logs. To learn more about these limitations and how you can use Log Analytics workspace for monitoring and alerting at scale for all your workloads that are protected by Azure Backup, refer to this [article](backup-azure-monitoring-use-azuremonitor.md#using-log-analytics-to-monitor-at-scale).
368+
- You can also get notifications through built-in Recovery Services vault **activity logs**. However, it supports limited scenarios and isn't suitable for operations such as scheduled backup, which aligns better with resource logs than with activity logs. To learn more about these limitations and how you can use Log Analytics workspace for monitoring and alerting at scale for all your workloads that are protected by Azure Backup, refer to this [article](backup-azure-monitoring-use-azuremonitor.md#monitor-at-scale-using-log-analytics-workspace).
369369

370370
#### Automatic Retry of Failed Backup Jobs
371371

articles/backup/move-to-azure-monitor-alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Backup Classic Alerts using Azure Backup
33
description: Learn how to back up Classic Alerts in the Azure Recovery Services vault.
44
ms.topic: how-to
5-
ms.date: 03/17/2025
5+
ms.date: 11/26/2025
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -91,7 +91,7 @@ If the frequency was set to an hourly digest, and an alert was raised and resolv
9191

9292
> [!NOTE]
9393
>- If a destructive operation, such as **stop protection with delete data** is performed, an alert is raised and an email is sent to subscription owners, admins, and co-admins even if notifications aren't configured for the Recovery Services vault.
94-
>- To configure notification for successful jobs, use [Log Analytics](backup-azure-monitoring-use-azuremonitor.md#using-log-analytics-workspace).
94+
>- To configure notification for successful jobs, use [Log Analytics](backup-azure-monitoring-use-azuremonitor.md#monitor-backup-jobs-using-log-analytics-workspace).
9595
9696
## Inactivating alerts
9797

0 commit comments

Comments
 (0)