Skip to content

Commit c49c8f5

Browse files
author
AbhishekMallick-MS
committed
Migrate VM backup to enhanced policy
1 parent 5509728 commit c49c8f5

File tree

7 files changed

+64
-0
lines changed

7 files changed

+64
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Move VM backup- standard to enhanced policy in Azure Backup
3+
description: Learn how to trigger Azure VM backups migration from standard policy to enhanced policy, and then monitor the configuration backup migration job.
4+
ms.topic: references
5+
ms.date: 05/02/2024
6+
ms.service: backup
7+
author: AbhishekMallick-MS
8+
ms.author: v-abhmallick
9+
ms.custom: engagement-fy24
10+
---
11+
12+
# Migrate Azure VM backups from standard to enhanced policy (preview)
13+
14+
This article describes how to migrate Azure VM backups from standard to enhanced policy using Azure Backup.
15+
16+
Azure Backup now supports the migration of Azure VM backups using standard policy to enhanced policy. The migration of VM backups to enhanced policy enables you to trigger multiple backups per day (up to every 4 hours), retain snapshots for longer duration, and use multi-disk crash consistency for VM backups. Snapshot-tier recovery points created using enhanced policy is zonally resilient. The migration of VM backups to enhanced policy also allows you to migrate your VMs to Trusted Launch and use Premium SSD v2 and Ultra-disks for the VMs without disrupting the existing backups.
17+
18+
## Considerations
19+
20+
- Before you start the migration, ensure that there are no ongoing backup jobs for the VM that you plan to migrate.
21+
- Migration is supported for Managed VMs only, and isn’t supported for Classic or Unmanaged VMs.
22+
- Once the migration is complete, you can’t change the backup policy back to standard policy.
23+
- Migration operations trigger a backup job as part of the migration process and might take up to several hours to complete for large VMs.
24+
- The change from standard policy to enhanced policy can result in additional costs. Learn More.
25+
26+
27+
## Trigger the backup migration operation
28+
29+
To do the policy migration, follow these steps:
30+
31+
1. Sign in to the [Azure portal](https://portal.azure.com/).
32+
33+
2. Go to the *Recovery Services vault*.
34+
35+
3. On the **Backup Items** tile, select **Azure Virtual Machine**.
36+
37+
:::image type="content" source="./media/backup-azure-vm-migrate-enhanced-policy/select-backup-item-type.png" alt-text="Screenshot shows the selection of backup type as Azure VM." lightbox="./media/backup-azure-vm-migrate-enhanced-policy/select-backup-item-type.png":::
38+
39+
4. On the **Backup Items** blade, you can view the list of *protected VMs* and *last backup status with latest restore points time*.
40+
41+
Select **View details**.
42+
43+
:::image type="content" source="./media/backup-azure-vm-migrate-enhanced-policy/view-backup-item-details.png" alt-text="Screenshot shows how to view the backup item details.{alt-text}" lightbox="./media/backup-azure-vm-migrate-enhanced-policy/view-backup-item-details.png":::
44+
45+
5. On the **Change Backup Policy** blade, select **Policy subtype** as **Enhanced**, choose a *backup policy* to apply to the virtual machine, and then select **Change**.
46+
47+
:::image type="content" source="./media/backup-azure-vm-migrate-enhanced-policy/change-to-enhanced-policy.png" alt-text="Screenshot shows how to change the Azure VM backup policy to enhanced." lightbox="./media/backup-azure-vm-migrate-enhanced-policy/change-to-enhanced-policy.png":::
48+
49+
## Monitor the policy migration job
50+
51+
To monitor the migration job, on the **Backup Items** blade, select **View jobs**.
52+
53+
:::image type="content" source="./media/backup-azure-vm-migrate-enhanced-policy/view-backup-migration-job-progress.png" alt-text="{alt-text}" lightbox="./media/backup-azure-vm-migrate-enhanced-policy/view-backup-migration-job-progress.png":::
54+
55+
The migration job is listed with Operation type Configure backup (Migrate policy)
56+
57+
:::image type="content" source="./media/backup-azure-vm-migrate-enhanced-policy/configure-backup-migrate-policy.png" alt-text="Screenshot shows the backup migration policy job listed." lightbox="./media/backup-azure-vm-migrate-enhanced-policy/configure-backup-migrate-policy.png":::
58+
59+
## Next steps
60+
61+
- Learn about [standard VM backup policy](backup-during-vm-creation.md#create-a-vm-with-backup-configured).
62+
- Learn how to [back up an Azure VM using Enhanced policy](backup-azure-vms-enhanced-policy.md).
133 KB
Loading
36.2 KB
Loading
15.7 KB
Loading
29.4 KB
Loading
82.7 KB
Loading

articles/backup/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@
294294
href: backup-azure-manage-vms.md
295295
- name: Manage recovery points
296296
href: manage-recovery-points.md
297+
- name: Migrate backups from standard to enhanced policy
298+
href: backup-azure-vm-migrate-enhanced-policy.md
297299
- name: Modify backup policy with Azure CLI
298300
href: modify-vm-policy-cli.md
299301
- name: SQL Server database on Azure VM backup

0 commit comments

Comments
 (0)