|
2 | 2 | title: Back Up and Restore Encrypted Azure VMs |
3 | 3 | description: This article describes how to back up and restore encrypted Azure VMs with Azure Backup. |
4 | 4 | ms.topic: how-to |
5 | | -ms.date: 08/20/2025 |
| 5 | +ms.date: 01/22/2026 |
6 | 6 | ms.service: azure-backup |
7 | 7 | author: AbhishekMallick-MS |
8 | 8 | ms.author: v-mallicka |
@@ -72,22 +72,31 @@ Azure Backup backs up Azure VMs by installing an extension to the Azure VM agent |
72 | 72 | To configure a backup policy, follow these steps: |
73 | 73 |
|
74 | 74 | 1. If you don't have a Recovery Services backup vault, follow [these instructions](backup-create-rs-vault.md) to create one. |
75 | | -1. Go to **Backup center**, and on the **Overview** tab, select **+ Backup**. |
| 75 | +1. Go to **Resiliency**, and then select **+ Configure protection**. |
76 | 76 |
|
77 | | -  |
| 77 | + :::image type="content" source="./media/backup-azure-arm-vms-prepare/configure-protection.png" alt-text="Screenshot that shows the Configure protection option." lightbox="./media/backup-azure-arm-vms-prepare/configure-protection.png"::: |
78 | 78 |
|
79 | | -1. For **Datasource type**, select **Azure Virtual machines**, and select the vault that you created. Then select **Continue**. |
| 79 | +1. On the **Configure protection** pane, fill in the following fields: |
80 | 80 |
|
81 | | -  |
| 81 | + - **Resources managed by**: Select **Azure**. |
| 82 | + - **Datasource type**: Select **Azure Virtual machines**. |
| 83 | + - **Solution**: Select **Azure Backup**. |
82 | 84 |
|
83 | | -1. Select the policy that you want to associate with the vault, and then select **OK**. |
| 85 | + Then select **Continue**. |
84 | 86 |
|
85 | | - - A backup policy specifies when backups are taken and how long they're stored. |
86 | | - - The details of the default policy are listed on the dropdown menu. |
| 87 | + :::image type="content" source="./media/backup-azure-arm-vms-prepare/configure-system-protection.png" alt-text="Screenshot that shows the Configure protection pane." lightbox="./media/backup-azure-arm-vms-prepare/configure-system-protection.png"::: |
87 | 88 |
|
88 | | -  |
| 89 | +1. On the **Start: Configure Backup** pane, for **Datasource type**, select **Azure Virtual machines**, and select the vault that you created. Then select **Continue**. |
89 | 90 |
|
90 | | -1. If you don't want to use the default policy, select **Create New**, and [create a custom policy](backup-azure-arm-vms-prepare.md#create-a-custom-policy). |
| 91 | + :::image type="content" source="./media/backup-azure-arm-vms-prepare/select-backup-goal-1.png" alt-text="Screenshot that shows the Start: Configure Backup pane."::: |
| 92 | + |
| 93 | +1. On the **Configure backup** pane, assign a backup policy. |
| 94 | + |
| 95 | + - 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. |
| 96 | + |
| 97 | + :::image type="content" source="./media/backup-azure-arm-vms-prepare/default-policy.png" alt-text="Screenshot that shows choosing the backup policy." lightbox="./media/backup-azure-arm-vms-prepare/default-policy.png"::: |
| 98 | + |
| 99 | + - If you don't want to use the default policy, select **Create New**, and [create a custom policy](backup-azure-arm-vms-prepare.md#create-a-custom-policy). |
91 | 100 |
|
92 | 101 | 1. Under **Virtual Machines**, select **Add**. |
93 | 102 |
|
@@ -155,13 +164,13 @@ For Azure RBAC-enabled key vaults, you can create a custom role with the followi |
155 | 164 |
|
156 | 165 | The initial backup runs according to the schedule, but you can also run it immediately: |
157 | 166 |
|
158 | | -1. Go to **Backup center** and select the **Backup Instances** menu item. |
159 | | -1. For **Datasource type**, select **Azure Virtual machines**. Then search for the VM that you configured for backup. |
| 167 | +1. Go to **Resiliency** > **Protected items**. |
| 168 | +1. On the **Protected items** pane, for **Datasource type**, select **Azure Virtual machines**. Then search for the VM that you configured for backup. |
160 | 169 | 1. Right-click the relevant row or select **More** (**…**), and then select **Backup Now**. |
161 | 170 | 1. On **Backup Now**, use the calendar control to select the last day that the recovery point should be retained. Then select **OK**. |
162 | 171 | 1. Monitor the portal notifications. |
163 | 172 |
|
164 | | - To monitor the job progress, go to **Backup center** > **Backup Jobs** and filter the list for jobs that are in progress. Depending on the size of your VM, creating the initial backup might take a while. |
| 173 | + To monitor the job progress, go to **Resiliency** > **Jobs** and filter the list for jobs that are in progress. Depending on the size of your VM, creating the initial backup might take a while. |
165 | 174 |
|
166 | 175 | ## Provide permissions |
167 | 176 |
|
|
0 commit comments