|
1 | 1 | ---
|
2 | 2 | title: Quickstart - Back up a VM with the Azure portal by using Azure Backup
|
3 | 3 | 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 |
5 | 5 | ms.topic: quickstart
|
6 | 6 | ms.devlang: azurecli
|
7 | 7 | ms.custom: mvc, mode-ui, engagement-fy24
|
@@ -32,28 +32,31 @@ Sign in to the [Azure portal](https://portal.azure.com).
|
32 | 32 |
|
33 | 33 | To apply a backup policy to your Azure VMs, follow these steps:
|
34 | 34 |
|
35 |
| -1. Go to **Backup center** and select **+Backup** from the **Overview** tab. |
| 35 | +1. Go to **Business Continuity Center** and select **+ Configure protection**. |
36 | 36 |
|
37 |
| -  |
| 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"::: |
38 | 38 |
|
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**. |
40 | 40 |
|
41 |
| -  |
| 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"::: |
42 | 42 |
|
43 |
| -1. Assign a Backup policy. |
44 | 43 |
|
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**. |
46 | 45 |
|
47 |
| -  |
| 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"::: |
48 | 47 |
|
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**. |
50 | 49 |
|
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. |
53 | 56 |
|
54 | 57 | ## Select a VM to back up
|
55 | 58 |
|
56 |
| -Create a simple scheduled daily backup to a Recovery Services vault. |
| 59 | +Create a scheduled daily backup to a Recovery Services vault. |
57 | 60 |
|
58 | 61 | 1. Under **Virtual Machines**, select **Add**.
|
59 | 62 |
|
@@ -159,25 +162,7 @@ Azure Backup backs up Azure VMs by installing an extension to the Azure VM agent
|
159 | 162 |
|
160 | 163 | 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
|
161 | 164 |
|
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 |
| -  |
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 |
| -  |
| 165 | +Learn how to [stop protection and delete VM backups](backup-azure-manage-vms.md#stop-protection-and-delete-backup-data). |
181 | 166 |
|
182 | 167 | ## Next steps
|
183 | 168 |
|
|
0 commit comments