How can I create a VM from private image uploaded in mystorage account

Roland Hsu 1 Reputation point
2021-04-17T17:31:14.42+00:00

I made a private image (vhd) for testing on Azure. Loaded the image onto my storage account. When create a new virtual machine, how can I specify the image from my storage account?

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

1 answer

Sort by: Most helpful
  1. Edward Dake 76 Reputation points Microsoft Employee
    2021-04-17T22:12:02.483+00:00

    Here are some articles that may answer your question:

    Create a VM from a VHD by using the Azure portal
    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/create-vm-specialized-portal

    Create a Windows VM from a specialized disk by using PowerShell
    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/create-vm-specialized

    If you need it, there is a quick module on this as well on the Microsoft Learn site:

    Deploy Azure virtual machines from VHD templates
    https://learn.microsoft.com/en-us/learn/modules/deploy-vms-from-vhd-templates/

    Hope this helps!

    Edward

    0 comments No comments

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.