Unable To Run 32-bit OS on Azure IaaS

Find what OSs Windows Azure IaaS can run on.

John Savill

April 23, 2013

1 Min Read
Unable To Run 32-bit OS on Azure IaaS

Q: I'm trying to run a 32-bit OS on Windows Azure IaaS but the virtual machine (VM) won't start--why?

A: Only 64-bit operating systems can run in Windows Azure IaaS--32-bit OSs will fail to start and aren't supported. Microsoft has a lit of supported OSs to be uploaded in a VHD. 

Also remember that at time of writing, Azure IaaS doesn't support VHDX, so any VMs you upload must be in VHD format. You can convert VHDX to VHD using the Hyper-V Manager Edit Disk action or use this PowerShellcmdlet:

Convert-VHD PowerShell

 

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like