Unable to create AKS Resource - Why?

Taylor H 20 Reputation points
2024-09-06T16:15:07.14+00:00

When attempting to create an AKS resource using default node pool settings settings for AKS free tier, I get the following error:

{"code":"InvalidTemplateDeployment","details":[{"code":"ErrCode_InsufficientVCPUQuota","message":"Preflight validation check for resource(s) for container service $myServiceNameHere in resource group $myResourceGroupHere failed. Message: Insufficient regional vcpu quota left for location westus2. left regional vcpu quota 0, requested quota 824905271464. Details: "}],"message":"The template deployment 'microsoft.aks-1725638389281' is not valid according to the validation procedure. The tracking id is 'fb3c2e9e-cd7a-4543-92f1-4710dda4261e'. See inner errors for details."}

The subscription and account I'm using is newly created and has >$195 in azure credits, and I have not configured any limits. I cannot find this ErrCode_InsufficientVCPUQuota listed anywhere online or any guides towards remediating the issue, and I have no clue where this "824905271464" number is coming from.

What is the issue preventing me from creating a resource at this time?

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,079 questions
0 comments No comments
{count} votes

Accepted answer
  1. hossein jalilian 6,520 Reputation points
    2024-09-06T17:47:07.12+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Azure enforces default quota limits on resources like vCPUs for each subscription and region. This is to prevent accidental over-provisioning and to manage capacity. In your case, the error indicates that you've reached the vCPU quota limit for the West US 2 region.

    To resolve this issue, you have a few options:

    • Attempt to create your AKS cluster in a different region where you may have available quota.
    • If possible, configure your AKS cluster to use smaller node sizes that require fewer vCPUs.
    • Verify if you have any existing resources in the West US 2 region that are consuming your vCPU quota.
    • Open a support ticket with Azure to request an increase in your vCPU quota for the West US 2 region.

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful


0 additional answers

Sort by: Most helpful

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.