Skip to content

Commit 3cd90f4

Browse files
Merge pull request #267258 from AbhishekMallick-MS/Feb-26-2024-Freshness1
Freshness - Multiple VM backup via portal tutorial
2 parents b25d9d7 + ca18465 commit 3cd90f4

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

articles/backup/tutorial-backup-vm-at-scale.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
---
2-
title: Tutorial - Back up multiple Azure virtual machines
2+
title: Tutorial - Back up multiple Azure virtual machines by using Azure Backup
33
description: In this tutorial, learn how to create a Recovery Services vault, define a backup policy, and simultaneously back up multiple virtual machines.
4-
ms.date: 02/27/2023
4+
ms.date: 02/26/2024
55
ms.topic: tutorial
6-
ms.custom: mvc
6+
ms.custom: mvc, engagement-fy24
77
ms.service: backup
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
1010
---
1111

12-
# Use Azure portal to back up multiple virtual machines
12+
# Tutotial: Back up multiple virtual machines by using the Azure portal
1313

14-
When you back up data in Azure, you store that data in an Azure resource called a Recovery Services vault. The Recovery Services vault resource is available from the Settings menu of most Azure services. The benefit of having the Recovery Services vault integrated into the Settings menu of most Azure services is the ease of backing up data. However, working individually with each database or virtual machine in your business is tedious. What if you want to back up the data for all virtual machines in one department, or in one location? It's easy to back up multiple virtual machines by creating a backup policy and applying that policy to the desired virtual machines. This tutorial explains how to:
14+
This tutorial describes how to back up multiple virtual machines by using the Azure portal .
1515

16-
> [!div class="checklist"]
17-
>
18-
> * Create a Recovery Services vault
19-
> * Define a backup policy
20-
> * Apply the backup policy to protect multiple virtual machines
21-
> * Trigger an on-demand backup job for the protected virtual machines
16+
When you back up data in Azure, you store that data in an Azure resource called a Recovery Services vault. The Recovery Services vault resource is available from the Settings menu of most Azure services. The benefit of having the Recovery Services vault integrated into the Settings menu of most Azure services is the ease of backing up data. However, working individually with each database or virtual machine in your business is tedious. What if you want to back up the data for all virtual machines in one department, or in one location? It's easy to back up multiple virtual machines by creating a backup policy and applying that policy to the desired virtual machines.
2217

2318
## Sign in to the Azure portal
2419

@@ -40,9 +35,9 @@ To set a backup policy to your Azure VMs, follow these steps:
4035

4136
![Screenshot showing the Backup button.](./media/backup-azure-arm-vms-prepare/backup-button.png)
4237

43-
1. Select **Azure Virtual machines** as the **Datasource type** and select the vault you have created. Then click **Continue**.
38+
1. On the **Start: Configure Backup** blade, select **Azure Virtual machines**, as the **Datasource type**, and then select the vault you have created. Then click **Continue**.
4439

45-
![Screenshot showing the Backup and Backup Goal panes.](./media/backup-azure-arm-vms-prepare/select-backup-goal-1.png)
40+
![Screenshot showing the Backup and Backup Goal blades.](./media/backup-azure-arm-vms-prepare/select-backup-goal-1.png)
4641

4742
1. Assign a Backup policy.
4843

@@ -56,13 +51,13 @@ To set a backup policy to your Azure VMs, follow these steps:
5651

5752
![Screenshot showing to add virtual machines.](./media/backup-azure-arm-vms-prepare/add-virtual-machines.png)
5853

59-
1. The **Select virtual machines** pane will open. Select the VMs you want to back up using the policy. Then select **OK**.
54+
1. The **Select virtual machines** blade will open. Select the VMs you want to back up using the policy. Then select **OK**.
6055

6156
* The selected VMs are validated.
6257
* You can only select VMs in the same region as the vault.
6358
* VMs can only be backed up in a single vault.
6459

65-
![Screenshot showing the Select virtual machines pane.](./media/backup-azure-arm-vms-prepare/select-vms-to-backup.png)
60+
![Screenshot showing the Select virtual machines blade.](./media/backup-azure-arm-vms-prepare/select-vms-to-backup.png)
6661

6762
>[!NOTE]
6863
> All the VMs in the same region and subscription as that of the vault are available to configure backup. When configuring backup, you can browse to the virtual machine name and its resource group, even though you don’t have the required permission on those VMs. If your VM is in soft deleted state, then it won't be visible in this list. If you need to re-protect the VM, then you need to wait for the soft delete period to expire or undelete the VM from the soft deleted list. For more information, see [the soft delete for VMs article](soft-delete-virtual-machines.md#soft-delete-for-vms-using-azure-portal).

0 commit comments

Comments
 (0)