How can we migrate virtual machines from Digital Ocean to Microsoft Azure

Tanusree Chakraborty 1 Reputation point
2020-07-03T15:35:01.477+00:00

We have around 40 Linux Vm's and a Windows Vm that needs to be migrated from Digital ocean to Azure. Can we use Azure migrate to migrate the virtual machines?
Please, let me know if there is any other approach to do that.

Even if we use RSYNC for transferring and synchronizing the files as mentioned in the link how-to-migrate-linux-servers-part-3-final-steps

Will it be a standard process?

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
721 questions
Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
644 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Leon Laude 85,676 Reputation points
    2020-07-03T16:59:30.563+00:00

    Hi,

    Azure Migrate has the capability of migrating VMware, Hyper-V virtual machines and physical machines from other public clouds.

    11314-migrate-tools.png

    You can refer to the following links for more information:

    https://azure.microsoft.com/en-us/pricing/details/azure-migrate
    https://azure.microsoft.com/en-us/migration

    Best regards,
    Leon

    0 comments No comments

  2. Susheel Bhatt 351 Reputation points
    2020-07-05T09:55:30.127+00:00

    AFAIK digitalocean doesn't allow hosting windows servers. And Azure Migrate appliance can only be a windows machine. Which is why you can use below workaround to migrate these servers using Azure Migrate or ASR :

    1.) Create a windows machine on Azure and install Azure Migrate Appliance on this windows machine.
    2.) Setup connectivity between digitalocean servers and this Azure machine. You can use site to site VPN or express route for this connectivity.
    3.) Use physical to azure workflow and configure replication using below article :
    https://learn.microsoft.com/en-us/azure/migrate/tutorial-migrate-physical-virtual-machines

    Hope this helps.

    0 comments No comments