Build Azure Win10 Enterprise OS VM with ISO Image

MS Techie 2,751 Reputation points
2022-11-25T13:41:39.777+00:00

1) If i have an ISO image of windows 10 OS Enterprise edition, can i build an Azure VM with it ?

2) If we create azure VM with VHD file, then will that VM will have unmanaged disk , i think. Can we make it to have managed disk with the VHD file ?

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

1 answer

Sort by: Most helpful
  1. Michael Durkan 12,236 Reputation points MVP
    2022-11-25T15:18:40.72+00:00

    Hi

    You cannot create an Azure VM from an ISO file. you can only create VMs from VHDs, Managed Disks or Managed Disk Images/Snapshots.

    If you want to use this ISO in Azure you would need to use something like HyperV on premises to create a VM and then export the VHD and upload to Azure. Make sure you follow this guide to create the VHD in a format Azure can understand:

    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/upload-generalized-managed

    The article below shows how to convert VMs to use managed disks:

    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/migrate-to-managed-disks

    Hope this helps,

    Thanks

    Michael Durkan

    • If the reply was helpful please upvote and/or accept as answer as this helps others in the community with similar questions. Thanks!
    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.