Microsoft Azure

Daniel John Brosman 66 Reputation points
2023-06-11T19:59:51.4833333+00:00

How do I customize my own ISO's like from disc's and upload them to the virtual machine?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,043 questions
Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Server | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2023-06-11T20:09:25.0866667+00:00

    Creating Virtual machine from ISO files are not supported in Azure premises.

    You may create and customize the virtual machine in your on-premises Hyper-V setup and then export the VHD. Upload the VHD to Azure and create the Virtual machine out of it. Following guide is helpful !

    Upload a VHD to Azure or copy a managed disk to another region - Azure PowerShell


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

    1 person found this answer helpful.
    0 comments No comments

  2. Khaled Elsayed Mohamed 1,335 Reputation points
    2023-06-13T08:11:42.9566667+00:00

    Hi DJ

    kindly check this:

    https://learn.microsoft.com/en-us/azure/databox-online/azure-stack-edge-gpu-prepare-windows-generalized-image-iso

    There is a theory that says the following can be followed:

    You can create a virtual machine (VM) from ISO files in Azure. Azure provides a feature called "Azure Custom Images" that allows you to create custom VM images from an ISO file and then use those images to create new VMs.

    Here's a step-by-step guide on how to create a VM from an ISO file in Azure:

    1. Upload the ISO file: First, you need to upload the ISO file to an Azure storage account. You can use the Azure portal, Azure Storage Explorer, Azure CLI, or Azure PowerShell to upload the file.
    2. Create a custom image: Once the ISO file is uploaded, you can create a custom image from it. In the Azure portal, navigate to the "Virtual machines" section and click on "Create a resource." Search for "Images" and select "Create a virtual machine image."
    3. Configure the image: Provide the necessary information, such as the name and resource group for the custom image. Select the storage account and container where the uploaded ISO file resides. Specify the operating system type and other relevant details.
    4. Create a VM from the custom image: After the custom image is created, you can use it to create a new VM. In the Azure portal, navigate to the "Virtual machines" section and click on "Create a resource." Search for "Windows Server" or "Linux" and select the appropriate VM image.
    5. Configure the VM: Provide the required information for the VM, such as the name, resource group, region, and size. In the "Disks" section, select the custom image you created in step 3 as the source.
    6. Complete the VM creation: Continue through the wizard, providing any additional settings required for your VM, such as networking and authentication options. Finally, click on "Create" to create the VM.

    Azure will then provision the virtual machine using the custom image you created from the ISO file. This process allows you to create VMs with your desired configurations and software setups directly from ISO files in Azure.

    1 person found this answer helpful.
    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.