Restoring a VM that was failedover to Azure back down to a physical server.

Arthur Kutepov 0 Reputation points
2026-06-12T15:12:34.58+00:00

Good day, everyone,

Me and my IT services team have been experimenting with ASR and have a pretty solid grasp on how it's configured and performed at this point, but, one part we're struggling with is the act of moving a failedover VM that was brought up to Azure back down to the original server, or MORE IDEALLY, a new physical server. We're working with Hyper-V. We have this project where we want to move a client's VMs from VMWare to Hyper-V. Each time I failover, the option to fail back never appears, always greyed out. I feel like I'm doing something wrong. Any advice any professionals can offer would be appreciated.

Azure Site Recovery
Azure Site Recovery

An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.


2 answers

Sort by: Most helpful
  1. Lakshma Reddy Vattijonnala 1,005 Reputation points Microsoft External Staff Moderator
    2026-06-12T16:08:24.8766667+00:00

    Hi @Arthur Kutepov

    The behavior you're observing (the Failback / Planned Failover option being greyed out) is expected in ASR when reverse replication hasn’t been configured yet. After a VM is failed over from Hyper‑V to Azure, it runs in Azure but must first be reprotected (Azure → on‑premises) before failback becomes available.

    Recommended Approach:

    To enable failback, please follow the sequence below:

    1. Ensure failover is completed and committed
      • Failback will not be available until the failover has been finalized.

    Run Reprotect (critical step)

    • Navigate to: Recovery Services Vault → Replicated items → Select VM
      • Click Reprotect and choose your on‑premises Hyper‑V environment as the target

    This step reverses replication so the Azure VM starts syncing back to on‑premises.

    Wait for replication to complete

    • Once reprotect finishes and the VM is healthy, the replication direction will be Azure → Hyper‑V

    Perform Failback

    • The Planned Failover option will now be enabled
      • Use this to fail the VM back from Azure to your Hyper‑V environment

    Microsoft confirms that failback is performed using a planned failover from Azure to on‑premises, and that this requires failover to be completed beforehand. Additionally, reprotect is required so that the VM begins replicating back before failback can proceed.

    This article describes how to fail back Azure VMs that were created after failover of Hyper-V VMs from an on-premises site to Azure Fail back Hyper-V VMs from Azure with Azure Site Recovery - Azure Site Recovery | Microsoft Learn

    Failback to a New Hyper‑V Server

    For your migration scenario (VMware → Hyper‑V), this is supported with some considerations:

    • You can fail back to a different Hyper‑V host (not just the original one)
    • The target host must:
      • Be part of the same Hyper‑V site / VMM (if used)
      • Be registered with the same Recovery Services vault
      • Have sufficient capacity and proper configuration

    You can refer to the official Reprotect Azure virtual machines to the primary region with Azure Site Recovery - Azure Site Recove…

    • The greyed-out failback option is expected until Reprotect is completed
    • The required flow is: Failover → Commit → Reprotect → Planned Failover (Failback)
    • Once reprotect completes successfully, failback will be automatically enabled

    If you find the answer helpful, please click "upvote" and accept it. This will help others in the community with similar questions easily find the solution.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. AI answer

    2026-06-12T15:12:53+00:00

    For physical or VMware machines that have failed over to Azure using Azure Site Recovery, failback is supported only to VMware virtual machines, not directly to physical servers or to Hyper‑V.

    Key points from the supported flow:

    1. Physical servers replicated to Azure can only fail back as VMware VMs
      • A VMware infrastructure is required on‑premises to perform failback.
      • This is explicitly called out in the failback preparation guidance: physical servers replicated to Azure using Site Recovery can only fail back as VMware VMs.
    2. Why the Fail back option is greyed out
      • Failback depends on:
        • An on‑premises configuration server that knows about the original machine.
        • A master target server and vCenter/ESXi environment that meet the VMware failback requirements.
      • If the configuration server, master target, vCenter, or required discovery is not in place or not connected, failback will not be available and options will appear disabled.
      • Additionally, there are explicit scenarios where failback is not possible, including:
        • Using ESXi 5.5 free edition or vSphere 6 Hypervisor free edition.
        • Certain OS versions (for example, Windows Server 2008 R2 SP1 physical server).
        • VMs that have been migrated or moved to another resource group.
        • Replica Azure VM deleted or not protected back to on‑premises.
    3. Required components for failback To see and use failback, the following must be in place and healthy:
      • On‑premises configuration server running and connected to Azure.
      • On‑premises master target server (VMware) and process server configured per the VMware failback preparation article.
      • Site‑to‑site VPN or ExpressRoute private peering between Azure and on‑premises for failback traffic.
      • vCenter Server connected and discovered with appropriate permissions so datastores and VMs are visible.
      • No snapshots on the master target server VMs.
      • Correct UUID configuration and no UUID clashes if templates were used.
    4. Original vs alternate location recovery
      • Original Location Recovery (OLR): fail back to the same on‑premises VMware VM if it still exists and its datastore is accessible to the master target host.
      • Alternate location recovery: if the original VM does not exist, fail back to a new VMware VM on a datastore accessible to the master target.
      • Failback is only supported to the original vCenter and configuration server; a new configuration server or new vCenter cannot be used for failback of existing Azure replicas.
    5. How this relates to a Hyper‑V migration
      • ASR’s physical/VMware‑to‑Azure scenario does not support direct failback to Hyper‑V or to bare‑metal physical servers.
      • To move workloads ultimately to Hyper‑V, a typical pattern is:
        1. Use ASR for DR between on‑premises VMware/physical and Azure.
        2. Fail back from Azure to VMware (supported path).
        3. Perform a separate migration from VMware to Hyper‑V (outside ASR’s physical/VMware failback flow).
    6. High‑level failback sequence once prerequisites are met
      • Prepare for reprotection and failback:
        • Ensure configuration server, master target, vCenter, connectivity, and permissions are correct.
        • Remove snapshots and resolve any unsupported scenarios listed in the documentation.
      • Reprotect Azure VMs to on‑premises (Azure → on‑premises direction) so data starts replicating back.
      • When replication is healthy, run failover from Azure to on‑premises (planned/unplanned as appropriate), choosing the desired recovery point.
      • Commit the failover to finalize and remove the Azure replicas.

    Because of these platform constraints, failing a VM over to Azure and then directly restoring it to a new physical server or to Hyper‑V is not supported with this ASR scenario; failback targets must be VMware VMs managed through the supported VMware/physical‑to‑Azure failback path.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.