(ErrCode_InsufficientVCPUQuota) Insufficient regional vcpu

Rahul Kurkure 40 Reputation points
2024-10-05T16:46:13.62+00:00

I just created and azure free trail account, upgraded it to pay as you go, I m trying to create a basic, aks cluster but i m always getting this error : i havent used anything, there is a classic computer limit of 20 vms , i have used 0 of them in quota, basically i have done nothing so far yet, please update the documentation, i m trying to raise a support ticket but it is not giving me option to select after vcpu

, (ErrCode_InsufficientVCPUQuota) Insufficient regional vcpu quota left for location eastus. left regional vcpu quota 0, requested quota 6

Code: ErrCode_InsufficientVCPUQuota

Message: Insufficient regional vcpu quota left for location eastus. left regional vcpu quota 0, requested quota 6

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

Accepted answer
  1. Andreas Baumgarten 120.2K Reputation points MVP
    2024-10-05T18:47:09.8933333+00:00

    Hi @Rahul Kurkure ,

    the quota you need for vCPU is "Compute".

    In your screenshot with the filter on provider Compute you see the error message The selected provider isn't registered. You need to register the Resource Provider Microsoft.Compute in your Azure Subscription first.

    User's image

    If the Resource Provider is registered you should check the quota on your subscription again.

    User's image

    Please be aware you can't increase a quota in a Free Trial Azure Subscription.

    Free Trial subscriptions aren't eligible for limit or quota increases

    Source: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#managing-limits

    If you are running in a vCPU quota limit you have to choose a Node size with less vCPUs matching the vCPU quota in your Free Trial Azure Subscription.


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    11 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Manu Philip 20,196 Reputation points MVP
    2024-10-05T17:55:34.6733333+00:00

    Hi,

    It is evident that the allocated vCPU quota is not sufficient in the region East US to deploy the resources you are trying to.

    You can check the quota in the region using the following PowerShell Script and to find it as below

    az vm list-usage --location "East US" -o table

    User's image

    After verifying the available quota, if this is due to the non-availability of resources, you can request for an increase in the quota. Please follow the link to request this to Microsoft Support

    Request an increase for regional vCPU quotas

    Hope this helps.


    --please don't forget to upvote and Accept as answer if the reply is 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.