Skip to content

Commit e2beb26

Browse files
authored
Merge pull request #291799 from MicrosoftDocs/main
Publish to Live Wednesday 4AM PST, 12/11
2 parents 714818d + afbd05c commit e2beb26

File tree

79 files changed

+1373
-1301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1373
-1301
lines changed

articles/azure-resource-manager/management/move-support-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ Before starting your move operation, review the [checklist](./move-resource-grou
700700
> [!div class="mx-tableFixed"]
701701
> | Resource type | Resource group | Subscription | Region move |
702702
> | ------------- | ----------- | ---------- | ---------- |
703-
> | backupvaults | [**Yes**](../../backup/create-manage-backup-vault.md#use-azure-portal-to-move-backup-vault-to-a-different-resource-group) | [**Yes**](../../backup/create-manage-backup-vault.md#use-azure-portal-to-move-backup-vault-to-a-different-subscription) | No |
703+
> | backupvaults | [**Yes**](../../backup/manage-backup-vault.md#use-azure-portal-to-move-backup-vault-to-a-different-resource-group) | [**Yes**](../../backup/manage-backup-vault.md#use-azure-portal-to-move-backup-vault-to-a-different-subscription) | No |
704704
705705
## Microsoft.DataShare
706706

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: 09/09/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-backup-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-arm-restore-vms.md

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

articles/backup/backup-azure-diagnostic-events.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Use diagnostics settings for Recovery Services vaults and Backup vault in Azure Backup
2+
title: Diagnostic Events for Azure Backup users
33
description: This article describes how to use the old and new diagnostics events for Azure Backup.
44
ms,service: backup
55
ms.topic: how-to
6-
ms.date: 04/30/2024
6+
ms.date: 12/30/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
ms.custom: engagement-fy2
1010
---
1111

12-
# Use diagnostics settings for Recovery Services vaults and Backup vaults
12+
# Diagnostic Events for Azure Backup users
1313

1414
This article describes how to use diagnostics settings for Recovery Services vaults and Backup vaults for Azure Backup.
1515

@@ -136,28 +136,7 @@ You might choose to have separate diagnostics settings for *Azure Backup Report*
136136
> [!NOTE]
137137
> The toggle for **Azure diagnostics** or **Resource specific** appears only if the user selects **Send to Log Analytics**. To send data to a storage account or an event hub, a user selects the required destination and selects the check boxes for any of the desired events, without any additional inputs. Again, we recommend that you don't choose the legacy event Azure Backup Reporting Data going forward.
138138
139-
140-
141-
## Send Azure Site Recovery events to Log Analytics
142-
143-
Azure Backup and Azure Site Recovery events are sent from the same Recovery Services vault. Azure Site Recovery offers two resource-specific tables - *Azure Site Recovery Jobs* and *Azure Site Recovery Replicated Items Details*. Users must choose resource specific for the two tables mentioned. Choosing the resource-specific mode for Azure Site Recovery events for any other table for site recovery prevents the required data from being sent to the Log Analytics workspace. Azure Site Recovery Jobs is available as both resource specific and legacy table.
144-
145-
![Site Recovery events](./media/backup-azure-diagnostics-events/site-recovery-settings.png)
146-
147-
> [!NOTE]
148-
> When you create a Log Analytics workspace, it does not matter if the Recovery Services vault is located in a different region.
149-
150-
151-
To summarize:
152-
153-
* If you already have Log Analytics diagnostics set up with Azure Diagnostics and have written custom queries on top of it, keep that setting *intact* until you migrate your queries to use data from the new events.
154-
* If you also want to onboard onto new tables, as we recommend, create a **new** diagnostics setting, select **Resource specific**, and select the six new events.
155-
* If you're currently sending Azure Site Recovery events to Log Analytics, *do not* choose the resource-specific mode for these events. Otherwise, data for these events won't flow into your Log Analytics workspace. Instead, create an additional diagnostic setting, select **Azure diagnostics**, and select the relevant Azure Site Recovery events.
156-
157-
The following image shows an example of a user who has three diagnostics settings for a vault. The first setting, named **Setting1**, sends data from an Azure Backup Reporting Data event to a Log Analytics workspace in Azure diagnostics mode. The second setting, named **Setting2**, sends data from the six new Azure Backup events to a Log Analytics workspace in the resource-specific mode. The third setting, named **Setting3**, sends data from the Azure Site Recovery events to a Log Analytics workspace in Azure diagnostics mode.
158-
159-
![Three settings](./media/backup-azure-diagnostics-events/three-settings-example.png)
160-
161139
## Next steps
162140
163-
[Learn the Log Analytics data model for the diagnostics events](./backup-azure-reports-data-model.md)
141+
- [Learn the Log Analytics data model for the diagnostics events](./backup-azure-reports-data-model.md).
142+
- [Learn how to send Azure Site Recovery events to Log Analytics](../site-recovery/report-site-recovery.md#send-azure-site-recovery-events-to-log-analytics).

articles/backup/backup-azure-diagnostics-mode-data-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Azure Monitor logs data model
2+
title: Data Model for Legacy diagnostic events
33
description: In this article, learn about the Azure Monitor Log Analytics data model details for Azure Backup data.
44
ms.topic: how-to
5-
ms.date: 06/29/2024
5+
ms.date: 12/30/2024
66
ms.service: azure-backup
77
ms.custom: engagement-fy24
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
1010
---
1111

12-
# Log Analytics data model for Azure Backup data
12+
# Data Model for Legacy diagnostic events
1313

1414
This article describes the Log Analytics data model for Azure Backup that's added to the Azure Diagnostics table (if your vaults are configured with diagnostics settings to send data to a Log Analytics workspace in Azure Diagnostics mode). You can use this data model to write queries on Log Analytics data to create custom alerts or reporting dashboards.
1515

articles/backup/backup-azure-files-faq.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
metadata:
33
title: Back up Azure Files FAQ
44
description: In this article, discover answers to common questions about how to protect your Azure file shares with the Azure Backup service.
5-
ms.date: 11/28/2024
5+
ms.date: 12/11/2024
66
ms.topic: faq
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -277,6 +277,16 @@ sections:
277277
- If daily retention is extended, the expiration date of the existing daily recovery points is updated according to the daily retention value configured in the new policy.
278278
- If daily retention is reduced, the existing daily recovery points and snapshots are marked for deletion in the next cleanup run job according to the daily retention value configured in the new policy, and then deleted.
279279
280+
- question: |
281+
Why the expiry time for latest recovery points doesn't appear in the Azure portal?
282+
answer: |
283+
Expiry Time of recovery points are updated when Garbage Collector (GC) runs, which is every 24 hours. After you update the backup policy, it can take up to 24 hours to show the updates in the Expiry Time, if there're no delays in GC jobs.
284+
285+
- question: |
286+
How is the expiry date shown when both snapshot and vaulted backups are configured?
287+
answer: |
288+
When both snapshot and vaulted backups are configured, the expiry date initially reflects the retention period of the snapshot backup. After the snapshot backup expires, the expiry date will update to reflect the retention period of the vaulted backup.
289+
280290
- name: Lease snapshots
281291
questions:
282292
- question: |

articles/backup/backup-azure-manage-windows-server.md

Lines changed: 15 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage Azure Recovery Services vaults and servers
33
description: In this article, learn how to use the Recovery Services vault Overview dashboard to monitor and manage your Recovery Services vaults.
44
ms.topic: how-to
5-
ms.date: 09/11/2024
5+
ms.date: 10/10/2024
66
author: AbhishekMallick-MS
77
ms.author: v-abhmallick
88
---
@@ -42,6 +42,8 @@ The Recovery Services vault **Overview** dashboard provides tiles for Monitoring
4242

4343
![Backup dashboard tasks](./media/backup-azure-manage-windows-server/monitor-dashboard-tiles-warning.png)
4444

45+
[!INCLUDE [Classic alerts deprecation for Azure Backup.](../../includes/backup-azure-classic-alerts-deprecation.md)]
46+
4547
The Monitoring section shows the results of predefined **Backup Alerts** and **Backup Jobs** queries. The Monitoring tiles provide up-to-date information about:
4648

4749
* Critical and Warning alerts for Backup jobs (in the last 24 hours)
@@ -53,11 +55,14 @@ The Usage tiles provide:
5355
* The number of Backup items configured for the vault.
5456
* The Azure storage (separated by LRS and GRS) consumed by the vault.
5557

56-
Select the tiles (except Backup Storage) to open the associated menu. In the image above, the Backup Alerts tile shows three Critical alerts. Selecting the Critical alerts row in the Backup Alerts tile, opens the Backup Alerts filtered for Critical alerts.
58+
Select the tiles (except Backup Storage) to open the associated menu. In the image above, the Backup Alerts tile shows three Critical alerts. Select the Critical alerts row in the Backup Alerts tile to open the Backup Alerts filtered for Critical alerts.
5759

5860
![Backup alerts menu filtered for critical alerts](./media/backup-azure-manage-windows-server/critical-backup-alerts.png)
5961

60-
The Backup Alerts menu, in the image above, is filtered by: Status is Active, Severity is Critical, and time is the previous 24 hours.
62+
You can see the details of classic alerts by selecting the **Backup Alerts** tile.
63+
64+
>[!Important]
65+
>Classic alerts for Azure Backup will be deprecated on 31 March 2026. We recommend you to [migrate to Azure Monitor Alerts](backup-azure-monitoring-alerts.md#migrate-from-classic-alerts-to-built-in-azure-monitor-alerts) for a seamless experience. View **Azure Monitor alerts** on the **Alerts** blade in the Recovery Services Vault.
6166
6267
### Backup Pre-Check Status
6368

@@ -85,80 +90,8 @@ The Backup Alerts report lists the alerts for the vault.
8590

8691
![Backup alerts report](./media/backup-azure-manage-windows-server/backup-alerts.png)
8792

88-
### Alerts
89-
90-
The Backup Alerts list displays the selected information for the filtered alerts. In the Backup Alerts menu, you can filter for Critical or Warning alerts.
91-
92-
| Alert Level | Events that generate alerts |
93-
| ----------- | ----------- |
94-
| Critical | You receive critical alerts when: Backup jobs fail, recovery jobs fail, and when you stop protection on a server, but retain the data.|
95-
| Warning | You receive warning alerts when: Backup jobs complete with warnings. For example, when fewer than 100 files aren't backed up because of corruption issues, or when greater than 1,000,000 files are successfully backed up). |
96-
| Informational | currently, no informational alerts are in use. |
97-
98-
### Viewing alert details
99-
100-
The Backup Alerts report tracks eight details about each alert. Use the **Choose columns** button to edit the details in the report.
101-
102-
![Backup alerts choose columns button](./media/backup-azure-manage-windows-server/backup-alerts.png)
103-
104-
By default, all details, except **Latest Occurrence Time**, appear in the report.
105-
106-
* Alert
107-
* Backup Item
108-
* Protected Server
109-
* Severity
110-
* Duration
111-
* Creation Time
112-
* Status
113-
* Latest Occurrence Time
114-
115-
### Change the details in alerts report
116-
117-
1. To change the report information, in the **Backup Alerts** menu, select **Choose columns**.
118-
119-
![Select choose columns](./media/backup-azure-manage-windows-server/alerts-menu-choose-columns.png)
120-
121-
The **Choose columns** menu opens.
122-
123-
2. In the **Choose columns** menu, choose the details you want to appear in the report.
124-
125-
![Choose columns menu](./media/backup-azure-manage-windows-server/choose-columns-menu.png)
126-
127-
3. Select **Done** to save your changes and close the Choose columns menu.
128-
129-
If you make changes, but don't want to keep the changes, select **Reset** to return the selected to the last saved configuration.
130-
131-
### Change the filter in alerts report
132-
133-
Use the **Filter** menu to change the Severity, Status, Start time and End time for the alerts.
134-
135-
> [!NOTE]
136-
> Editing the Backup Alerts filter doesn't change the Critical or Warning alerts in the vault Overview dashboard.
137-
>
138-
139-
1. To change the Backup Alerts filter, in the Backup Alerts menu, select **Filter**.
140-
141-
![Choose filter menu](./media/backup-azure-manage-windows-server/alerts-menu-choose-filter.png)
142-
143-
The Filter menu appears.
144-
145-
![Filter alert menu](./media/backup-azure-manage-windows-server/filter-alert-menu.png)
146-
147-
2. Edit the Severity, Status, Start time, or End time, and select **Done** to save your changes.
148-
149-
## Configuring notifications for alerts
150-
151-
Configure notifications to generate emails when a Warning or Critical alert occurs. You can send email alerts each hour, or when a particular alert occurs.
152-
153-
![Filter alerts](./media/backup-azure-manage-windows-server/configure-notification.png)
154-
155-
By default, Email notifications are **On**. Select **Off** to stop the email notifications.
156-
157-
On the **Notify** control, choose **Per Alert** if don't want grouping or don't have many items that could generate alerts. Every alert results in one notification (the default setting), and a resolution email is sent immediately.
158-
159-
If you select **Hourly Digest**, an email is sent to the recipients explaining the unresolved alerts generated in the last hour. A resolution email is sent out at the end of the hour.
160-
161-
Choose the alert severity (Critical or Warning) used to generate email. Currently there are no Information alerts.
93+
>[!Important]
94+
>Backup Alerts (Classic) will be deprecated by 31st March, 2026. Migrate to Azure Monitor alerts for a seamless experience. View **Azure Monitor Alerts** on the **Alerts** tab.
16295
16396
## Manage Backup items
16497

@@ -170,11 +103,11 @@ The list of Backup Items, organized by Backup Management Type, opens.
170103

171104
![List of Backup items](./media/backup-azure-manage-windows-server/list-backup-items.png)
172105

173-
To explore a specific type of protected instance, select the item in the Backup Management Type column. For example, in the above image, there are two Azure virtual machines protected in this vault. Selecting **Azure Virtual Machine**, opens the list of protected virtual machines in this vault.
106+
To explore a specific type of protected instance, select the item in the Backup Management Type column. For example, in the above image, there are two Azure virtual machines protected in this vault. Select **Azure Virtual Machine** to open the list of protected virtual machines in this vault.
174107

175108
![List of protected virtual machines](./media/backup-azure-manage-windows-server/list-of-protected-virtual-machines.png)
176109

177-
The list of virtual machines has helpful data: the associated Resource Group, previous [Backup Pre-Check](#backup-pre-check-status), Last Backup Status, and date of the most recent Restore Point. The ellipsis, in the last column, opens the menu to trigger common tasks. The helpful data provided in columns, is different for each backup type.
110+
The list of virtual machines has helpful data: the associated Resource Group, previous [Backup Pre-Check](#backup-pre-check-status), Last Backup Status, and date of the most recent Restore Point. The ellipsis, in the last column, opens the menu to trigger common tasks. The helpful data provided in columns is different for each backup type.
178111

179112
![Open ellipsis menu for common tasks](./media/backup-azure-manage-windows-server/ellipsis-menu.png)
180113

@@ -266,22 +199,8 @@ The Backup Storage tile in the dashboard shows the storage consumed in Azure. St
266199
* Cloud LRS storage usage associated with the vault
267200
* Cloud GRS storage usage associated with the vault
268201

269-
## Troubleshooting monitoring issues
270-
271-
**Issue:** Jobs and/or alerts from the Azure Backup agent don't appear in the portal.
272-
273-
**Troubleshooting steps:** The process, ```OBRecoveryServicesManagementAgent```, sends the job and alert data to the Azure Backup service. Occasionally this process can become stuck or shutdown.
274-
275-
1. To verify the process isn't running, open **Task Manager**, and check ```OBRecoveryServicesManagementAgent``` is running.
276-
277-
2. If the process isn't running, open **Control Panel**, and browse the list of services. Start or restart **Microsoft Azure Recovery Services Management Agent**.
278-
279-
For further information, browse the logs at:<br/>
280-
`<AzureBackup_agent_install_folder>\Microsoft Azure Recovery Services Agent\Temp\GatewayProvider*`
281-
For example:<br/>
282-
`C:\Program Files\Microsoft Azure Recovery Services Agent\Temp\GatewayProvider0.errlog`
283-
284202
## Next steps
285203

286-
* [Restore Windows Server or Windows Client from Azure](backup-azure-restore-windows-server.md)
287-
* To learn more about Azure Backup, see [Azure Backup Overview](./backup-overview.md)
204+
* [Restore Windows Server or Windows Client from Azure](backup-azure-restore-windows-server.md).
205+
* [Troubleshoot monitoring issues](backup-azure-monitor-troubleshoot.md).
206+
* To learn more about Azure Backup, see [Azure Backup Overview](./backup-overview.md).

0 commit comments

Comments
 (0)