How to create a snapshot of Disks (classic) ?

Laine Eetu 0 Reputation points
2023-01-24T08:06:35.74+00:00

I appreciate any help or guidance anyone might have to offer.

We have a production environment running a classic VM on Azure that has classic managed disks and the classic VM naturally needs to be migrated to ARM deployment before it is fully deprecated.

I am trying to create snapshots of the OS disk and the data disks attached to the classic VM, so that I may create a new VM using them, but using the Create snapshot -utility in the Azure portal, the classic disks do not come up as options in the Source disk category when I follow these instructions: [https://learn.microsoft.com/en-us/azure/virtual-machines/snapshot-copy-managed-disk?tabs=portal

Is it possible to create snapshots of classic disks on Azure? If so, are there any special considerations I need to make?

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

1 answer

Sort by: Most helpful
  1. Prrudram-MSFT 23,211 Reputation points
    2023-01-24T08:43:01.0233333+00:00

    Hi @Laine Eetu ,

    Did you check this documentation that has detailed walk through on Classic to ARM migration of Azure VMs, using PowerShell method as well as CLI

    Links here :
    [https://learn.microsoft.com/en-us/azure/virtual-machines/migration-classic-resource-manager-ps

    [https://learn.microsoft.com/en-us/azure/virtual-machines/migration-classic-resource-manager-ps

    Hope this helps.

    Please "Accept as Answer" and Upvote with "Thumbs up" if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.