When we try to create AKS in azure, we get the following error

Berna Bulgurcu 0 Reputation points
2024-11-11T08:14:31.1666667+00:00

AKS Error:

 

Preflight validation check for resource(s) for container service smartsearch in resource group smartsearch failed. Message: Insufficient regional vcpu quota left for location eastus. left regional vcpu quota 0, requested quota 16. Details:  (Code: ErrCode_InsufficientVCPUQuota)

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,224 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
514 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sai Krishna Katakam 1,685 Reputation points Microsoft Vendor
    2024-11-11T10:47:55.3833333+00:00

    Hi Berna Bulgurcu,

    Thank you for reaching out to us on 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 EASTUS 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 EASTUS region that are consuming your vCPU quota.
    • Open a support ticket with Azure to request an increase in your vCPU quota for the EASTUS region.

    For complete quota information, see Azure subscription and service limits, quotas, and constraints.

    To request a quota increase, go to the portal and file a support issue. In the support issue, request an increase in your quota for the region.

    The step-by-step instructions for creating a support issue are provided here: https://zcusa.951200.xyz/en-us/azure/azure-resource-manager/templates/error-resource-quota#solution

    If you have any further queries, do let us know in the comment.

    If an answer has been helpful, please consider accepting the answer and "Upvote" to help increase visibility of this question for other members of the Microsoft Q&A community. 


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.