Azure Migrate - how to use for failover

Zachary Hamilton 201 Reputation points
2020-05-20T13:34:01.547+00:00

Hello,

We have a number of on-premise Hyper-V VMs. We are looking to backup a few of them to our Azure cloud in case our building would face a true disaster and be destroyed.

Would Azure VM "migration" be the ticket? We're not really looking to "migrate" as I understand the term, but rather, make a copy of the machine in Azure that we could spin up and fail over to if necessary.

I'm having difficulty sifting through the voluminous Microsoft documentation to get a clear answer on this. All I want is to know what time it is, and Microsoft wants to teach me how to build a clock.

Thanks for your help.

Zachary Hamilton

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,290 questions
0 comments No comments
{count} votes

Accepted answer
  1. Stephane Budo 426 Reputation points
    2020-05-20T21:44:39.087+00:00

    Hi Zachary,

    I know what you mean, the number of services in Azure (and the documentation) is huge these days, so hard to sift through the weeds to find what you need.

    From what you describe above, you are after "Azure Site Recovery".
    This service will continuously replicate your existing Virtual Machines to an encrypted Recovery Services Vault. From there, you can then fail over (for testing or during a real disaster) to Azure.

    Process at a high level:

    General overview of the service and all related documentation can be found here:
    https://learn.microsoft.com/en-us/azure/site-recovery/site-recovery-overview

    Hope this helps, but let us know if you have any questions/problems,
    Stephane

    3 people found this answer helpful.
    0 comments No comments

7 additional answers

Sort by: Most helpful
  1. Zachary Hamilton 201 Reputation points
    2020-06-02T19:53:23.973+00:00

    Another question if I may: I set up the virtual network with a different subnet. I did a test failover of the VM and it seems to be working according to the Azure dashboard. However, I can't connect to it through either RDP or Bastion (didn't try SSH). Is there a secret to this that will get me going quickly? I found some RDP troubleshooting docs, but again, it's quite a lot to go through for what I'm guessing would be a simple fix if I knew where to look.

    Thanks,

    Zach

    0 comments No comments

  2. Stephane Budo 426 Reputation points
    2020-06-03T00:40:55.867+00:00

    Hey Zach,

    The RDP connection should work, but there are a few things to watch out for:

    • Since the IP addresses of the servers have changed, is Windows Firewall blocking the connection?
    • How do you connect to the VNet? Are you using a VPN gateway or a public IP assigned to each VMs? If you are using a VPN Gateway, make sure that the server knows the route back to your workstation. If you are using Public IP, make sure the Windows Firewall allows the connection and that there is the appropriate NSG in place on the Subnet and NIC to allow the RDP connection.
    • Are you allowing pings in Windows Firewall? If so, can you ping the VM? (i.e. is the network connectivity working and it's only RDP that doesn't work?)

    In most cases that I see, Windows Firewall is the culprit in those situation...

    Cheers,

    Stephane

    0 comments No comments

  3. Zachary Hamilton 1 Reputation point
    2020-06-03T19:59:49.05+00:00

    I didn't have a public IP assigned to the NIC. I got connected. Thanks for all your help.

    Zachary Hamilton

    0 comments No comments