Move/copy classic VM data disk to new ARM VM

Curt Broyles 6 Reputation points
2020-11-11T22:37:57.99+00:00

I see a lot of information on migrating a classic VM to ARM VM. Because the classic VM is very old, I'd rather not just convert it, but create a nice clean new ARM VM for my database server. The new ARM will be availability group and best practices that wasn't used when the classic VM was created. But I do need to get the databases moved to the new ARM VM.

I thought I'd create a new disk on the classic VM, backup the databases, detach it, convert to managed disk and attach to the new ARM VM.
I can have the database server down over the period of a weekend to make the move, but I'd rather not spend hours upon hours backing up to an AzureVault then turn around and restore them to the new server. We're having to move close to 150 databases for this migration.

So far I've not been able to find any clear information on migrating just the disk. I'm sure with so many people needing to migrate from classic to ARM getting data from one to the other is a common item.

Any suggestions/guidance would be greatly appreciated.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,203 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,722 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
577 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 97,731 Reputation points MVP
    2020-11-11T23:01:04.673+00:00

    Maybe this is helpful:
    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/create-vm-specialized-portal#copy-a-disk

    It's a description how to create a managed disk from a snapshot of another disk. This way you keep the original disk as a fallback.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten


  2. Steve Hall 1 Reputation point
    2023-02-16T15:59:36.4166667+00:00

    Was there ever a good answer to this problem?