Create VM from a snapshot is disabled

Manju 110 Reputation points
2023-04-19T07:59:56.8533333+00:00

Hi, I am following this https://dev.to/icebeam7/cloning-azure-vms-1889. to create a snapshot, so that I can use that snapshot to create VMs later. However at step 5, I see that 'Create VM' is not enabled for me. Is this due to the subscription type ? Let me know what I need to do to enable creating VMs using a snapshot image. Thankyou.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,015 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.
668 questions
{count} votes

Accepted answer
  1. Prrudram-MSFT 28,201 Reputation points Moderator
    2023-04-19T10:31:40.2333333+00:00

    Hello Manju,

    Thank you for reaching out to the Microsoft Q&A platform.

    I just tested this in my 2 different subscriptions, one pay as you go model, and another is a visual studio subscription with azure credits and I can see the create VM button on the disk that I have created out of a snapshot of my another VM's OS disk.

    I don't think this is a limitation on the subscription type. What type of subscription are you using?

    User's image

    The 3 important steps involved in creating a VM from a snapshot are

    1. Create a snapshot of the disk.
    2. Create a managed disk out of the snapshot.
    3. Create an azure VM out of that managed disk created. After you have the disk that you want to use, you can create the VM in the portal:
      1. In the search box, enter disks and then select Disks to display the list of available disks.
      2. Select the disk that you have created and would like to use. The Disk page for that disk opens.
      3. In the Essentials section, ensure that Disk state is listed as Unattached. If it isn't, you might need to either detach the disk from the VM or delete the VM to free up the disk.
      4. In the menu at the top of the page, select Create VM.

    Microsoft Document Source: https://learn.microsoft.com/en-us/azure/virtual-machines/attach-os-disk?tabs=portal

    Let me know if you are still stuck at the same step. I will help you.

    Please don’t forget to Accept Answer and hit Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members for remediation for similar issues.

    1 person found this answer helpful.

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.