Quota issue during AKS creation

Pankaj Zade 5 Reputation points
2024-09-19T22:16:40.6733333+00:00

I am trying to create AKS for learning, I am not able to create AKS cluster got below error.

As per the solution to increase quota I tried but I don't any listed computes on quota screen.

I have pay-as-go subscription.

Error:----

{"code":"InvalidTemplateDeployment","details":[{"code":"ErrCode_InsufficientVCPUQuota","message":"Preflight validation check for resource(s) for container service aks-dev-westus01 in resource group rg-kubernetwest failed. Message: Insufficient regional vcpu quota left for location eastus. left regional vcpu quota 0, requested quota 824875817816. Details: "}],"message":"The template deployment 'microsoft.aks-1726783480409' is not valid according to the validation procedure. The tracking id is '02e01f39-f93b-4d55-949e-5ac8e5904b6a'. See inner errors for details."}

Thanks,

Pankaj

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

2 answers

Sort by: Most helpful
  1. Pankaj Zade 5 Reputation points
    2024-09-19T22:37:35.84+00:00

    I found the issue, It was disabled. by the resource provider. I did go to the resource provider and register it. issue resolve.

    reference link : https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types

    1 person found this answer helpful.

  2. Nikhil Duserla 2,265 Reputation points Microsoft Vendor
    2024-09-20T05:19:00.01+00:00

    Hi @Pankaj Zade

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    As an original poster cannot accept their own answer, I am reposting it so that you can accept it an answer. Accepted answer will help other community members navigate to the appropriate solutions. 

    Issue:  I'm trying to create an AKS cluster for learning but I'm encountering an error and am unable to complete the creation.

    Solution: The issue is resolved by registering to the resource provider. User's image


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.