Azure VM Creation -No image for Standard Edition of Windows Server?

mckr 21 Reputation points
2020-06-08T01:27:28.09+00:00

I am asking because my application specifically states that it does not support Windows Server Datacenter Edition...

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

Accepted answer
  1. Flavio Taguada 176 Reputation points
    2020-06-08T01:50:36.16+00:00

    Alternatively you can upload your own Windows image by doing these steps.

    1 - upload your VHD disk to Azure (https://learn.microsoft.com/en-us/azure/virtual-machines/windows/prepare-for-upload-vhd-image)
    2 - create a VM from your VHD disk (https://learn.microsoft.com/en-us/azure/virtual-machines/windows/create-vm-specialized-portal)

    Have a look at this page for more details https://support.microsoft.com/en-us/help/2721672/microsoft-server-software-support-for-microsoft-azure-virtual-machines. Depends on which version your are looking for, Microsoft does not support operating systems that are past their End of Support date.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dave Patrick 426K Reputation points MVP
    2020-06-08T01:35:50.9+00:00

    Azure only provide DataCenter edition of windows server. I'd expect if it can run on Standard edition it should also run on DataCenter

    https://learn.microsoft.com/en-us/windows-server/get-started-19/editions-comparison-19

    another option may be to use Windows !0 Pro

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

    --------------------------

    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.

    2 people found this answer helpful.