Skip to content

Commit 4aebd5c

Browse files
authored
Merge pull request #305433 from MicrosoftDocs/release-asr-h2a-deprecation
release-asr-h2a-deprecation -> main
2 parents ce9875b + 5c5e157 commit 4aebd5c

3 files changed

Lines changed: 45 additions & 1 deletion

File tree

articles/site-recovery/hyper-v-azure-tutorial.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Set up Hyper-V disaster recovery by using Azure Site Recovery
33
description: Learn how to set up disaster recovery of on-premises Hyper-V VMs (without SCVMM) to Azure by using Site Recovery and MARS.
44
ms.service: azure-site-recovery
55
ms.topic: tutorial
6-
ms.date: 05/04/2023
6+
ms.date: 09/16/2025
77
ms.custom: MVC, engagement-fy23
88
ms.author: jsuri
99
author: jyothisuri
@@ -160,6 +160,50 @@ You can track progress in your Azure portal notifications. When the job finishes
160160
:::image type="content" source="./media/hyper-v-azure-tutorial/enable-replication-policy.png" alt-text="Screenshot that shows the replication policy pane.":::
161161
1. On the **Review** tab, review your selections, and then select **Enable Replication**.
162162
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+
163207
## Next steps
164208
165209
Learn more about [running a disaster recovery drill](tutorial-dr-drill-azure.md).
95.5 KB
Loading
52.4 KB
Loading

0 commit comments

Comments
 (0)