Unable to create AKS service- see error below

Pinakster 25 Reputation points
2025-01-04T13:40:57+00:00

{"code":"InvalidTemplateDeployment","details":[{"code":"ErrCode_InsufficientVCPUQuota","message":"Preflight validation check for resource(s) for container service cna-demo-ak???? in resource group learn-cna-rg failed. Message: Insufficient regional vcpu quota left for location australiaeast. left regional vcpu quota 0, requested quota 8. Details: "}],"message":"The template deployment 'microsoft.aks-17359974???????' is not valid according to the validation procedure. The tracking id is '?????????????????????'. See inner errors for details."}

Azure | Azure Training
{count} vote

1 answer

Sort by: Most helpful
  1. Shruthi Thalari 280 Reputation points Microsoft External Staff Moderator
    2025-01-06T09:38:45.39+00:00

    Hi Pinakster,

    Thank you for reaching out to us on the Microsoft Q&A forum.

    The error that you are experiencing is that you do not have enough vCPU quota in the "australiaeast" region to deploy a container service within your resource group.

    Quotas are enforced at various levels, such as resource groups, subscriptions, and accounts. For instance, your subscription might have a limit on the number of cores available in a specific region. If you try to deploy a resource with more cores than allowed, you'll receive an error stating that the quota has been exceeded.

    For full details on quotas, refer to: see Azure subscription and service limits, quotas, and constraints.

    How to Request a Quota Increase:

    1.Go to the Azure Portal and navigate to Subscriptions, then go to Usage + quotas. 2.Check for resource limits like vCPUs under Kubernetes Service in your selected region.

    Refer: https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/error-resource-quota#solution

    If you have any more concerns in future, please do not hesitate to reach out to us we are here to help you.

    If you have found the answer provided to be helpful, please click on the "Accept Answer and Upvote" button so that it is useful for other members in 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.