Share via

quota error

Gowtham SSD 0 Reputation points
2024-11-25T06:06:12.8566667+00:00

{"code":"InvalidTemplateDeployment","details":[{"code":"ErrCode_InsufficientVCPUQuota","message":"Preflight validation check for resource(s) for container service aksdemo1 in resource group aks-rg1 failed. Message: Insufficient regional vcpu quota left for location eastus. left regional vcpu quota 0, requested quota 2. Details: "}],"message":"The template deployment 'microsoft.aks-1732514362245' is not valid according to the validation procedure. The tracking id is '6c5a4b80-a26f-4fd2-8659-1523d328aaf4'. See inner errors for details."}

I am a free trial user,whichever location I am selecting i am getting this error in all azure regions.Please help to fix it.

Azure Kubernetes Service
Azure Kubernetes Service

An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Abiola Akinbade 30,490 Reputation points Volunteer Moderator
    2024-11-25T06:28:04.11+00:00

    Hello Gowtham SSD,

    Thanks for your question.

    This is because you are not having any vCPUs allocated in your subscription as vCPU resources were not registered.

    You need to register the Resource Provider Microsoft.Compute in your Azure Subscription first.

    To do this, navigate to Subscriptions >> resource providers.

    From there, click Microsoft.Compute and click register. That should resolve the issue.

    If If the Resource Provider is registered you would need to check quota on your subscription

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

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

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.