Are there any scalable VMs in East US region?

Pete Raleigh 30 Reputation points
2025-05-05T23:21:12.06+00:00

Are there any D4 servers (v4, v5, v6) available at all in East US? I have tried multiple server types (SKUs) and multiple (single) Zone locations without success - adding a new Node Pool. Is there an issue provisioning AKS Nodes in East US? Or is the availability just very limited here? Do I need to move and recreate my resources in another Region?

It would be nice to be able to run a script such as the following to show if there is actual capacity available rather than whether an SKU can exist in that region:

az vm list-available-skus --location eastus --size Standard_D4 --all --output table

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,392 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anusree Nashetty 3,355 Reputation points Microsoft External Staff Moderator
    2025-05-06T00:42:04.4033333+00:00

    Hi Pete Raleigh,

    It looks like you're having trouble provisioning D4-series VMs (v4, v5, v6) in the East US region for your AKS Node Pool. Availability can fluctuate based on demand, this issue is likely due to regional capacity constraints.

    The East US region in Azure is one of its most heavily used locations, which can sometimes restrict the availability of specific VM sizes, particularly in-demand options like the D4 series. Although these SKUs are officially supported in East US, high demand may cause intermittent shortages. While D4-series VMs are listed as available in the region, capacity constraints frequently occur. This is primarily a supply-and-demand issue rather than a lack of SKU support.

    If you’ve selected a specific availability zone, testing others in East US may help, as capacity fluctuates across zones. If immediate provisioning is critical, a nearby region with better availability, such as East US 2 or Central US could be a viable alternative, provided it meets your compliance and data residency needs.

    SKU availability is not same as capacity. The command you provided confirms if the VM type is supported in that region but doesn't mean Azure can provision one right now. Currently, there’s no direct CLI or API that returns live capacity information.

    For your information: Resolve errors for SKU not available

    If you have any further queries, let me know. If the information is helpful, please click on Upvote and Accept Answer on it.

    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.