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!