An Azure service that is used to provision Windows and Linux virtual machines.
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