Why are so many VM sizes unavailable in West US 2 Availability Zones 2 and 3?

Andrew 25 Reputation points
2025-04-04T18:15:54.2666667+00:00

West US 2 is an Azure recommended region, yet all of the most common VM types and sizes are not available in West US 2 Availability Zones 2 and 3. I'm trying to add redundancy to my VMs but I can't because 80% of the VM types aren't available in Zones 2 and 3.

How are people supposed to build redundant services with Azure if all of the most commonly used VMs are unavailable? Do I need to request access to these?User's image

User's image

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

1 answer

Sort by: Most helpful
  1. Markapuram Sudheer Reddy 1,590 Reputation points Microsoft External Staff
    2025-04-04T22:00:43.98+00:00

    Hi Andrew,

    The limited availability of VM types in Zones 2 and 3 can indeed be due to computing resource constraints as the same VM size SKU may not be available in all availability zones within a region. https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-sku-not-available?tabs=azure-cli

    To determine which SKUs are available in a location or zone, use the az vm list-skus command. https://learn.microsoft.com/en-us/cli/azure/vm?view=azure-cli-latest#az-vm-list-skus

    If a SKU isn't available for your subscription in a location or zone that meets your business needs, submit a SKU request to Azure Support.

    Check for alternative VM sizes that are supported across all three zones (1, 2, 3) in your region.

    Try to check with below documentation for high availability with Azure virtual machines and managed disks

    https://learn.microsoft.com/en-us/azure/virtual-machines/disks-high-availability?source=recommendations

    If the information is helpful, please click on "Accept Answer" and "Upvote"

    If you have any queries, please do let us know, we will help you.

    1 person found this answer helpful.
    0 comments No comments

Your answer

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