azure site Recovery -failback from azure to vmware

jihad majed 500 Reputation points
2025-05-20T10:34:34.1033333+00:00

I’m currently facing an issue with Azure Site Recovery (ASR). I performed a failover to Azure, but did not commit. I now need to fail back to my on-premises VMware environment. However, when I try to perform a Re-Protect, the on-premises datastore is not appearing in the options.

Additionally, I currently do not have a Site-to-Site VPN or ExpressRoute connection active between Azure and my on-premises environment, which may be contributing to the problem.

Could you please advise on how I can:

  1. Fail back to VMware without a Site-to-Site VPN.
  2. Make the on-premises datastore visible in the Re-Protect step.
  3. Understand whether I need to commit the failover first or can still go back without data loss.

User's image

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
824 questions
{count} votes

Accepted answer
  1. Jose Benjamin Solis Nolasco 3,511 Reputation points
    2025-05-20T12:22:32.2+00:00

    @jihad majed

    1. You should NOT commit the failover if you plan to fail back.
    2. Committing destroys recovery points in Azure.
    3. You're fine — since the failover is not committed, the recovery points are still usable for failback.

    To fail back safely, you should:

    Re-establish a Site-to-Site VPN or ExpressRoute between your Azure VNet and on-premises network.

    Once network connectivity is restored:

    The on-prem Configuration Server will be contactable.

      You can proceed to **Re-Protect** and **Failback** to VMware.
      
         The **datastore will become visible** in the wizard.
         
    

    This is the recommended and supported approach.

    Export and Manually Restore (Not recommend )

    If you cannot restore network connectivity:

    • You would need to manually export the Azure VM (VHDs) and import into VMware using tools like:
      • Azure Storage Explorer to download VHDs
      • VMware Converter to create a VM
    • This approach:
      • Breaks the ASR failback chain
      • Requires manual sync of any changed data
      • Should only be used if you accept data loss risk or downtime

    See https://learn.microsoft.com/en-us/azure/site-recovery/vmware-azure-failback

    https://learn.microsoft.com/en-us/azure/site-recovery/vmware-azure-reprotect

    https://learn.microsoft.com/en-us/azure/site-recovery/vmware-azure-prepare-failback

    https://learn.microsoft.com/en-us/azure/site-recovery/vmware-azure-troubleshoot-failback-reprotect

    😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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