Skip to content

Commit 049253f

Browse files
Merge pull request #303306 from AbhishekMallick-MS/Jul-25-2025-UUF
Addressed UUF #320549
2 parents 27c8760 + 714844e commit 049253f

File tree

1 file changed

+16
-31
lines changed

1 file changed

+16
-31
lines changed

articles/backup/quick-backup-vm-portal.md

Lines changed: 16 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart - Back up a VM with the Azure portal by using Azure Backup
33
description: In this Quickstart, learn how to create a Recovery Services vault, enable protection on an Azure VM, and back up the VM, with the Azure portal.
4-
ms.date: 01/30/2025
4+
ms.date: 07/25/2025
55
ms.topic: quickstart
66
ms.devlang: azurecli
77
ms.custom: mvc, mode-ui, engagement-fy24
@@ -32,28 +32,31 @@ Sign in to the [Azure portal](https://portal.azure.com).
3232

3333
To apply a backup policy to your Azure VMs, follow these steps:
3434

35-
1. Go to **Backup center** and select **+Backup** from the **Overview** tab.
35+
1. Go to **Business Continuity Center** and select **+ Configure protection**.
3636

37-
![Screenshot showing the Backup button.](./media/backup-azure-arm-vms-prepare/backup-button.png)
37+
:::image type="content" source="./media/backup-azure-arm-vms-prepare/configure-protection.png" alt-text="Screenshot shows how to start configuring system backup." lightbox="./media/backup-azure-arm-vms-prepare/configure-protection.png":::
3838

39-
1. On the **Start: Configure Backup** blade, select **Azure Virtual machines** as the **Datasource type** and select the vault you have created. Then select **Continue**.
39+
1. On the **Configure protection** pane, select **Resource managed by** as **Azure**, **Datasource type** as **Azure Virtual machines**, **Solution** as **Azure Backup**, and then select **Continue**.
4040

41-
![Screenshot showing Backup and Backup Goal blades.](./media/backup-azure-arm-vms-prepare/select-backup-goal-1.png)
41+
:::image type="content" source="./media/backup-azure-arm-vms-prepare/configure-system-protection.png" alt-text="Screenshot shows how to set the system backup." lightbox="./media/backup-azure-arm-vms-prepare/configure-system-protection.png":::
4242

43-
1. Assign a Backup policy.
4443

45-
- The default policy backs up the VM once a day. The daily backups are retained for _30 days_. Instant recovery snapshots are retained for two days.
44+
1. On the **Start: Configure Backup** pane, select **Azure Virtual machines** as the **Datasource type** and select the vault you have created. Then select **Continue**.
4645

47-
![Screenshot showing the default backup policy.](./media/backup-azure-arm-vms-prepare/default-policy.png)
46+
:::image type="content" source="./media/backup-azure-arm-vms-prepare/select-backup-goal-1.png" alt-text="Screenshot showing Backup and Backup Goal panes." lightbox="./media/backup-azure-arm-vms-prepare/select-backup-goal-1.png":::
4847

49-
- If you don't want to use the default policy, select **Create New**, and create a custom policy as described in the next procedure.
48+
1. On the **Configure backup** pane, select the **Policy sub type** as **Enhanced**, **Standard**.
5049

51-
> [!Note]
52-
> With Enhanced policy, you can now back up Azure VMs multiple times a day that helps to perform hourly backups. [Learn more](backup-azure-vms-enhanced-policy.md).
50+
- **Enhanced Backup policy**: [This policy](backup-azure-vms-enhanced-policy.md) allows multiple daily backups, enabling hourly backups. To enable Azure Backup on Azure VMs in Azure Extended Zones, you can only use the Enhanced policy.
51+
- **Standard Backup policy**: [This policy](backup-instant-restore-capability.md) allows VM backup once a day. The daily backups are retained for 30 days. Instant recovery snapshots are retained for two days.
52+
53+
:::image type="content" source="./media/backup-azure-arm-vms-prepare/default-policy.png" alt-text="Screenshot showing the default backup policy." lightbox="./media/backup-azure-arm-vms-prepare/default-policy.png":::
54+
55+
If you don't want to use the default policy, select **Create New**, and create a custom policy as described in the next procedure.
5356

5457
## Select a VM to back up
5558

56-
Create a simple scheduled daily backup to a Recovery Services vault.
59+
Create a scheduled daily backup to a Recovery Services vault.
5760

5861
1. Under **Virtual Machines**, select **Add**.
5962

@@ -159,25 +162,7 @@ Azure Backup backs up Azure VMs by installing an extension to the Azure VM agent
159162

160163
When no longer needed, you can disable protection on the VM, remove the restore points and Recovery Services vault, then delete the resource group and associated VM resources
161164

162-
If you're going to continue on to a Backup tutorial that explains how to restore data for your VM, skip the steps in this section and go to [Next steps](#next-steps).
163-
164-
1. Select the **Backup** option for your VM.
165-
166-
2. Choose **Stop backup**.
167-
168-
![Screenshot showing to stop VM backup from the Azure portal.](./media/quick-backup-vm-portal/stop-backup.png)
169-
170-
3. Select **Delete Backup Data** from the drop-down menu.
171-
172-
4. In the **Type the name of the Backup item** dialog, enter your VM name, such as *myVM*. Select **Stop Backup**.
173-
174-
Once the VM backup has been stopped and recovery points removed, you can delete the resource group. If you used an existing VM, you may want to leave the resource group and VM in place.
175-
176-
5. In the menu on the left, select **Resource groups**.
177-
6. From the list, choose your resource group. If you used the sample VM quickstart commands, the resource group is named *myResourceGroup*.
178-
7. Select **Delete resource group**. To confirm, enter the resource group name, then select **Delete**.
179-
180-
![Screenshot showing to delete the resource group from the Azure portal.](./media/quick-backup-vm-portal/delete-resource-group-from-portal.png)
165+
Learn how to [stop protection and delete VM backups](backup-azure-manage-vms.md#stop-protection-and-delete-backup-data).
181166

182167
## Next steps
183168

0 commit comments

Comments
 (0)