Share via

Unable to Create Windows Server VM in any Location

VMTester 0 Reputation points
2026-04-07T14:28:31.0466667+00:00

I am attempting to create a Windows Server VM. I receive this message when I create attempt to create one: "Your subscription doesn't support virtual machine creation in West US. Choose a different location." I have tried creating one with all available locations and receive the same sort of message with each one.

Azure Virtual Machines
Azure Virtual Machines

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


1 answer

Sort by: Most helpful
  1. Alex Burlachenko 19,770 Reputation points MVP Volunteer Moderator
    2026-04-08T09:41:16.07+00:00

    VMTester hi and thx for join us at q&a,

    this is not capacity, this is subscription restriction, in short term, it is not Azure bug ur subscription is restricted or has zero quota. Message like “subscription doesnt support VM creation in region” across ALL regions > ur sub is limited, not the region & usually happens with

    free trial / student / sponsorship subs

    disabled compute provider

    quota = 0 for cores

    policy blocking VM creation, u can quick check

    az vm list-usage --location eastus
    

    if cores = 0 so thats it

    and check providers

    az provider show -n Microsoft.Compute --query registrationState
    

    if not Registered, pls register it

    most common fix tbh open support and ask to enable VM creation / increase quota. bc if its blocked in every region, u cant bypass it from portal

    rgds,

    Alex

    0 comments No comments

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.