Share via

Windows server 2025 std version

Handian Sudianto 6,846 Reputation points
2026-02-20T06:36:24.8333333+00:00

I want to build Azure VM with OS Windows Server 2025 Standard Edition but i can't see Azure have this image while creating the VM.

How i can install standard edition and what the reason azure only have datacenter edition?

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.

0 comments No comments
{count} votes

Answer accepted by question author
  1. Ankit Yadav 12,205 Reputation points Microsoft External Staff Moderator
    2026-02-20T07:40:58.7666667+00:00

    Hey @Handian Sudianto

    Yes, your observation is right and as mentioned by TP as well, Windows Server 2025 Standard Edition is not available as a ready-made image in the Azure Marketplace. This is intentional and aligns with Microsoft’s cloud licensing and servicing model.

    If you specifically need Windows Server 2025 Standard Edition, you can use it in Azure by creating a custom image. The process is:

    • Install Windows Server 2025 Standard in your own environment (for example, on a local virtual machine).
    • Prepare the operating system according to Microsoft requirements:
      • Run Sysprep with the Generalize option.
      • Ensure the OS disk is a fixed-size VHD file (VHDX is not supported).
      • Remove persistent routes and configure the appropriate SAN policy.
    • Upload the VHD file to Azure.
    • Create a managed image from the uploaded VHD.
    • Deploy new Azure virtual machines using that custom image.

    For more details, please refer: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/prepare-for-upload-vhd-image


    If you have any further questions, feel free to reach out.

    If this was helpful, please remember to click the "Accept Answer" button.


Answer accepted by question author
  1. TP 151.7K Reputation points Volunteer Moderator
    2026-02-20T06:54:04.3133333+00:00

    Hi,

    In order to use Windows Server 2025 Standard in Azure, you need to have proper license (e.g. Active Software Assurance). If you have the required license (that allows use in Azure), then you are permitted to run Windows Server Datacenter in Azure (instead of Standard), of course subject to the Product Terms, number of core license you own, etc. You get to utilize Azure Hybrid Benefit.

    In regards to why they didn't make Standard available in Azure, my guess is they wanted to simplify/reduce number of images to support/update as well as simplify billing. Features in Datacenter/Standard are almost identical, with Datacenter having all features in Standard.

    Is there a specific reason you want to use Standard instead of Datacenter in Azure?

    For each Azure VM you need to have a minimum of 8 core licenses with Active Software Assurance, even if the VM has less than 8 cores. Please see article below as well as the Product Terms document that applies to your specific licensing program for more details.

    Getting Azure Hybrid Benefit

    https://learn.microsoft.com/en-us/windows-server/get-started/azure-hybrid-benefit?tabs=azure#getting-azure-hybrid-benefit

    -TP


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.