Share via

Unable to deploy VM sizes despite approved quota

kamran 0 Reputation points
2026-04-16T08:26:15.8266667+00:00

My subscription has approved quota (65 vCPUs available) for the following VM families in EAST US:

  • Bsv2
  • Easv5
  • Easv6

However, all VM sizes still show “Size not available” and “Request quota” in the Azure Portal. Deployment fails even though quota is visible and approved.

The Azure Capacity team confirmed that quotas are approved but indicated this is a deployment/capacity availability issue, and advised engaging the VM Performance team.

Request:

  • Please validate actual capacity availability for these VM SKUs
  • Advise specific zones, SKUs, or workarounds that are deployable
  • Confirm whether this is a regional capacity shortage or backend constraint
  • Suggest an alternate VM size or region if required

SR Reference (Quota Case): 2603240050002623

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets

Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Salamat Shah 180 Reputation points MVP
    2026-04-16T11:50:21.1533333+00:00

    Dear Kamran,

    This is not a quota problem

    It is a regional capacity/backend allocation constraint in East US

    Microsoft guidance is to change zone, size, or region, or use capacity reservations

    For more details and troubleshooting use link:

    https://docs.azure.cn/en-us/azure-resource-manager/troubleshooting/error-sku-not-available?tabs=azure-cli

    0 comments No comments

  2. Jilakara Hemalatha 12,915 Reputation points Microsoft External Staff Moderator
    2026-04-16T09:49:18.1033333+00:00

    Hello Kamran,

    Thank you for reaching out to Q/A and for sharing the details regarding the VM deployment issue in the East US region.

    We understand that despite having the required quota approved for Bsv2, Easv5, and Easv6 VM families, you are still encountering “Size not available” and “Request quota” messages during VM creation. We acknowledge the impact and will assist you in isolating the underlying cause.

    At this point, in order to determine whether this behavior is related to regional capacity constraints, zonal limitations, or a potential portal-level mismatch, we would need to gather a few additional details from your environment.

    Could you please share a screenshot of the quota section visible during the VM creation process, specifically the area where the VM size selection and quota availability are displayed? This will help us validate how the SKU availability is being presented from the portal perspective.

    Additionally, we would request you to run the following Azure CLI command from your environment and share the output, which will help us validate SKU availability and any backend restrictions:

    az vm list-skus --location eastus --size Standard_Easv5 --output table
    

    To further validate SKU availability across regions and identify any restrictions, you may also use the following command:

    az vm list-skus \
     --resource-type virtualMachines \
     --all \
     --query "[?name=='Standard_Bsv2'].{
         Name: name,
         Locations: locations,
         Restrictions: restrictions
     }" \
     --output json
    

    In the output, if you see ReasonCode: "NotAvailableForSubscription" then you won't be able to create VM in region

    User's image

    If you observe ReasonCode: "NotAvailableForSubscription" in the output, it generally indicates that the VM SKU is currently not available for deployment in that region for the subscription, which may be due to subscription-level enablement, regional constraints, or backend capacity restrictions.

    Additionally, to further isolate the issue, we recommend checking whether the behavior is specific to a zone by attempting deployments across different availability zones (Zone 1, Zone 2, and Zone 3), as capacity may vary across zones within the same region.

    It would also be helpful to confirm whether the same issue is reproducible in alternative regions such as East US 2 or Central US, which will help determine whether this is a region-specific capacity constraint.


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.