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/site-recovery/hyper-v-azure-tutorial.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Set up Hyper-V disaster recovery by using Azure Site Recovery
3
3
description: Learn how to set up disaster recovery of on-premises Hyper-V VMs (without SCVMM) to Azure by using Site Recovery and MARS.
4
4
ms.service: azure-site-recovery
5
5
ms.topic: tutorial
6
-
ms.date: 05/04/2023
6
+
ms.date: 09/16/2025
7
7
ms.custom: MVC, engagement-fy23
8
8
ms.author: jsuri
9
9
author: jyothisuri
@@ -160,6 +160,50 @@ You can track progress in your Azure portal notifications. When the job finishes
160
160
:::image type="content" source="./media/hyper-v-azure-tutorial/enable-replication-policy.png" alt-text="Screenshot that shows the replication policy pane.":::
161
161
1. On the **Review** tab, review your selections, and then select **Enable Replication**.
162
162
163
+
## Unmanaged disk deprecation
164
+
165
+
Azure [retires unmanaged disks](/azure/virtual-machines/unmanaged-disks-deprecation) and you will no longer be able to start IaaS VMs using unmanaged disks. Any running or allocated VMs with unmanaged disks are stopped and deallocated.
166
+
167
+
This change impacts Azure Site Recovery (ASR) operations, especially for failover scenarios. If your target disks are configured as unmanaged, failovers fail after unmanaged disks deprecation as ASR attempts to create unmanaged VMs that are no longer supported.
168
+
169
+
### What’s changing for Hyper-V-to-Azure (H2A)
170
+
171
+
#### New ASR Enablement
172
+
173
+
All new ASR configurations for H2A from Azure portal creates target disks as Managed disks. When you enable replication of a Hyper-V VM from Azure portal, the target disk is always a Managed disk, regardless of whether the replica is a blob or a Managed disk.
174
+
175
+
On the Azure portal, during enable replication, **Replica Storage Account** setting is selected as **Managed Disk** by default. In that case, both your replica and target are of Managed disk type. You can also select **Storage Account** from the dropdown menu, where your replica is unmanaged disk type, and target disk is Managed disk type.
176
+
177
+
:::image type="content" source="./media/hyper-v-azure-tutorial/enable-replication.png" alt-text="Screenshot of Enable replication page.":::
178
+
179
+
### Existing ASR Configurations
180
+
181
+
If you have an existing H2A configuration with unmanaged disks as the target, we recommended you update your protection settings to use Managed disks as the target to ensure failover after the deprecation of unmanaged disks.
182
+
183
+
To do this, navigate to **Protected Items** page > **Compute and Network** and change **Use managed disks** from **No** to **Yes**.
184
+
185
+
:::image type="content" source="./media/hyper-v-azure-tutorial/compute-network.png" alt-text="Screenshot of Compute and Network page.":::
186
+
187
+
>[!NOTE]
188
+
>Changing **Use managed disks** from **No** to **Yes** means disks created after failover are *Managed*, with their type (Standard SSD LRS or Premium SSD LRS) based on the replica's storage account. Standard accounts result in Standard SSD LRS disks; Premium accounts yield Premium SSD LRS disks.
189
+
190
+
### Failback
191
+
192
+
Failback from Azure to on-premises is possible when the target disk is Managed, regardless of whether the replica uses unmanaged or managed disks. MARS (Recovery Services agent) version [2.0.9214 or higher](#update-the-microsoft-azure-recovery-services-mars-agent) is required for failback.
193
+
194
+
### Update the Microsoft Azure Recovery Services (MARS) Agent
195
+
196
+
To update the MARS Agent, follow these steps:
197
+
198
+
1. [Download the latest version of the MARS agent](https://aka.ms/downloadmarsagent).
199
+
2. Double-click the downloaded file to run the installer.
200
+
3. If the MARS agent is already installed, you are prompted with a dialog box if you want to update the MARS agent. Select **Yes**.
201
+
202
+
>[!NOTE]
203
+
>Don't re-register the server, as it is already associated with the vault.
204
+
205
+
This process updates the existing MARS agent to the latest available version without requiring re-registration.
206
+
163
207
## Next steps
164
208
165
209
Learn more about [running a disaster recovery drill](tutorial-dr-drill-azure.md).
0 commit comments