You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/tutorial-backup-vm-at-scale.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Tutorial - Back up multiple Azure virtual machines by using Azure Backup
3
3
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: 04/23/2024
4
+
ms.date: 04/30/2025
5
5
ms.topic: tutorial
6
6
ms.custom: mvc, engagement-fy24
7
7
ms.service: azure-backup
@@ -13,7 +13,7 @@ ms.author: jsuri
13
13
14
14
This tutorial describes how to back up multiple virtual machines by using the Azure portal .
15
15
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.
16
+
Azure stores backup data in a Recovery Services vault, which is accessible from the **Settings** menu of most services. This integration simplifies the backup process. However, managing each database or virtual machine separately can be tedious. To streamline backups for multiple virtual machines (for department or location), you can create a backup policy and apply it to the relevant machines.
17
17
18
18
## Sign in to the Azure portal
19
19
@@ -27,7 +27,7 @@ When you create a Recovery Services vault, by default the vault has geo-redundan
27
27
28
28
## Set backup policy to protect VMs
29
29
30
-
After creating the Recovery Services vault, the next step is to configure the vault for the type of data, and to set the backup policy. Backup policy is the schedule for how often and when recovery points are taken. Policy also includes the retention range for the recovery points. For this tutorial, let's assume your business is a sports complex with a hotel, stadium, and restaurants and concessions, and you're protecting the data on the virtual machines. The following steps create a backup policy for the financial data.
30
+
After the Recovery Services vault creation is complete, configure the vault for the data type backup and set the backup policy. The policy defines the schedule for recovery points and their retention period. In this tutorial, let's assume you have a business (a sports complex with a hotel, stadium, and restaurants) that requires virtual machine data protection.
31
31
32
32
To set a backup policy to your Azure VMs, follow these steps:
33
33
@@ -92,7 +92,7 @@ The initial backup will run in accordance with the schedule, but you can run it
92
92
93
93
## Clean up resources
94
94
95
-
If you plan to continue on to work with subsequent tutorials, don't clean up the resources created in this tutorial. If you don't plan to continue, use the following steps to delete all resources created by this tutorial in the Azure portal.
95
+
If you plan to continue on to work with subsequent tutorials, don't clean up the resources created in this tutorial. If you don't plan to continue, then delete all resources created by this tutorial in the Azure portal by following these steps:
96
96
97
97
1. On the **myRecoveryServicesVault** dashboard, select **3** under **Backup Items** to open the Backup Items menu.
0 commit comments