create a VM in azure using iso

WinTechie 281 Reputation points
2021-04-01T15:16:51.393+00:00

Hi,

I have a customized iso image using which I want to provision a VM in Azure, i have been checking VM creation process but i dont find such options available, can anyone confirm if this is supported and can be done in Azure.
OR an alternative would be to create VM using customized iso in hyperV locally and then export VHD and create a new VM using this?

seeking for best option available to have a VM running in Azure using my customized windows 10 image

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,101 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,531 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2021-04-01T15:22:54.873+00:00

    Simplest solution may be to build it local then upload it.
    https://learn.microsoft.com/en-us/azure/virtual-machines/windows/prepare-for-upload-vhd-image

    --please don't forget to Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

  2. kobulloc-MSFT 23,336 Reputation points Microsoft Employee
    2021-04-01T17:18:34.507+00:00

    @Dave Patrick is correct and that would be my first recommendation as well.

    To answer your question regarding whether or not Windows VM images can be installed with an ISO, the answer here is no (Windows custom images typically use a VHD or VHDX).

    Operating System ISOs are usually disc images designed with a dedicated startup and installation process which causes problems in a VM environment as your VM would not boot and write from a disc.

    0 comments No comments