Skip to content

Commit ed2d95a

Browse files
authored
Merge pull request #295271 from MicrosoftDocs/main
Publish to live, Tuesday 4 AM PST, 2/25
2 parents 980d3be + 39517e1 commit ed2d95a

26 files changed

+138
-31
lines changed

articles/backup/backup-azure-arm-userestapi-createorupdatepolicy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create backup policies via REST API in Azure Backup
33
description: In this article, you'll learn how to create and manage backup policies (schedule and retention) using REST API.
44
ms.topic: how-to
5-
ms.date: 02/21/2024
5+
ms.date: 02/25/2025
66
ms.assetid: 5ffc4115-0ae5-4b85-a18c-8a942f6d4870
77
ms.service: azure-backup
88
ms.custom: engagement-fy24
@@ -11,7 +11,7 @@ ms.author: jsuri
1111
---
1212
# Create Azure Recovery Services backup policies by using REST API
1313

14-
This article describes how to create policies for the backup of Azure VM, SQL database in Azure VM, SAP HANA database in Azure VM, and Azure File share.
14+
This article describes how to create policies for the backup of Azure VM, SQL database in Azure VM, SAP HANA database in Azure VM, and Azure Files.
1515

1616
Learn more about [creating or modifying a backup policy for an Azure Recovery Services vault by using REST API](/rest/api/backup/protection-policies/create-or-update).
1717

@@ -38,7 +38,7 @@ For the complete list of definitions in the request body, see the [backup policy
3838

3939
### Example request body
4040

41-
This section provides the example request body to create policies for the backup of Azure VM, SQL database in Azure VM, SAP HANA database in Azure VM, and Azure File share.
41+
This section provides the example request body to create policies for the backup of Azure VM, SQL database in Azure VM, SAP HANA database in Azure VM, and Azure Files.
4242

4343
**Choose a datasource**:
4444

@@ -629,9 +629,9 @@ The following is an example of a policy that takes a full backup once a week and
629629
```
630630

631631

632-
# [Azure File share](#tab/azure-file-share)
632+
# [Azure Files](#tab/azure-file-share)
633633

634-
The following request body defines the policy for Azure File share backup.
634+
The following request body defines the policy for Azure Files backup.
635635

636636
This policy:
637637

articles/backup/restore-azure-backup-server-vmware.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
---
2-
title: Restore VMware VMs with Azure Backup Server
3-
description: Use Azure Backup Server (MABS) to restore VMware VMs running on a VMware vCenter/ESXi server.
2+
title: Restore VMware virtual machines using Azure Backup Server
3+
description: Learn how to use Microsoft Azure Backup Server (MABS) to restore VMware VM recovery points.
44
ms.topic: how-to
5-
ms.date: 02/22/2024
5+
ms.date: 02/25/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
9-
# Restore VMware virtual machines
9+
# Restore VMware virtual machines using Azure Backup Server
1010

11-
This article explains how to use Microsoft Azure Backup Server (MABS) to restore VMware VM recovery points. For an overview on using MABS to recover data, see [Recover protected data](./backup-azure-alternate-dpm-server.md). In the MABS Administrator Console, there are two ways to find recoverable data - search or browse. When recovering data, you may, or may not want to restore data or a VM to the same location. For this reason, MABS supports three recovery options for VMware VM backups:
11+
This article describes how to use Microsoft Azure Backup Server (MABS) to restore VMware VM recovery points. For an overview on using MABS to recover data, see [Recover protected data](./backup-azure-alternate-dpm-server.md). In the MABS Administrator Console, there are two ways to find recoverable data - search or browse. When recovering data, you might choose to restore data or a VM to the same location.
1212

13-
* **Original location recovery (OLR)** - Use OLR to restore a protected VM to its original location. You can restore a VM to its original location only if no disks have been added or deleted, since the backup occurred. If disks have been added or deleted, you must use alternate location recovery.
13+
The following table lists the supported recovery options in MABS for VMware VM restore:
1414

15-
* **Alternate location recovery (ALR)** - When the original VM is missing, or you don't want to disturb the original VM, recover the VM to an alternate location. To recover a VM to an alternate location, you must provide the location of an ESXi host, resource pool, folder, and the storage datastore and path. To help differentiate the restored VM from the original VM, MABS appends "-Recovered" to the name of the VM.
16-
17-
* **Individual file location recovery (ILR)** - If the protected VM is a Windows Server VM, individual files/folders inside the VM can be recovered using MABS’s ILR capability. To recover individual files, see the procedure later in this article.
15+
| Recovery option | Description |
16+
| --- | --- |
17+
| **Original location recovery (OLR)** | This option helps you to restore a protected VM to its original location. You can restore a VM to its original location only if no disks have been added or deleted, since the backup occurred. If disks have been added or deleted, you must use alternate location recovery. |
18+
| **Alternate location recovery (ALR)** | When the original VM is missing, or you don't want to disturb the original VM, recover the VM to an alternate location. To recover a VM to an alternate location, you must provide the location of an ESXi host, resource pool, folder, and the storage datastore and path. To help differentiate the restored VM from the original VM, MABS appends `-Recovered` to the name of the VM. |
19+
| **Individual file location recovery (ILR)** | If the protected VM is a Windows Server VM, individual files/folders inside the VM can be recovered using MABS’s ILR capability. To recover individual files, see the procedure later in this article. |
1820

1921
## Restore a recovery point
2022

23+
To restore a recovery point of a VMware VM, follow these steps:
24+
2125
1. In the MABS Administrator Console, select **Recovery view**.
2226

2327
2. On the **Browse** pane, browse or filter to find the VM you want to recover. Once you select a VM or folder, the Recovery points for pane displays the available recovery points.
@@ -46,7 +50,9 @@ This article explains how to use Microsoft Azure Backup Server (MABS) to restore
4650

4751
## Restore an individual file from a VM
4852

49-
You can restore individual files from a protected VM recovery point. This feature is only available for Windows Server VMs. Restoring individual files is similar to restoring the entire VM, except you browse into the VMDK and find the file(s) you want, before starting the recovery process. To recover an individual file or select files from a Windows Server VM:
53+
You can restore individual files from a protected VM recovery point. This feature is only available for Windows Server VMs. Restoring individual files is similar to restoring the entire VM, except you browse into the VMDK and find the file(s) you want, before starting the recovery process.
54+
55+
To recover an individual file or select files from a Windows Server VM, follow these steps:
5056

5157
>[!NOTE]
5258
>Restoring an individual file from a VM, and from Disk and Online recovery Points.
11.5 KB
Loading
45.2 KB
Loading
9.74 KB
Loading
16.6 KB
Loading
-17.5 KB
Loading
1006 Bytes
Loading
49 KB
Loading
23.7 KB
Loading

0 commit comments

Comments
 (0)