Insufficient vcpu quota requested 6, remaining 0 for family standardNCSv3Family for region eastasia

2025-05-16T17:18:45.79+00:00

I'm trying to create a GPU-enabled AKS node pool using the Standard_NC6s_v3 VM size. Although my subscription has the required quota available in the East Asia region, I'm still unable to create the node pool.I have attached the screenshot for your reference. Here is the error details:

{"code":"InvalidTemplateDeployment","details":[{"code":"ErrCode_InsufficientVCPUQuota","message":"Preflight validation check for resource(s) for container service modeltraininggpu in resource group dapr-demos failed. Message: Insufficient vcpu quota requested 6, remaining 0 for family standardNCSv3Family for region eastasia. If you want to increase the quota, please follow this instruction: https://learn.microsoft.com/en-us/azure/quotas/view-quotas. Surge nodes would also consume vcpu quota, please consider use smaller maxSurge or use maxUnavailable to proceed upgrade without surge nodes, details: aka.ms/aks/maxUnavailable.. Details: "}],"message":"The template deployment 'microsoft.aks-1747414681433' is not valid according to the validation procedure. The tracking id is 'e7e31e25-3667-418e-b036-60120279a3f5'. See inner errors for details."}

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,431 questions
{count} votes

Accepted answer
  1. Anusree Nashetty 4,175 Reputation points Microsoft External Staff Moderator
    2025-05-16T18:28:37.1066667+00:00

    Hi Varma, Patsamatla Ravindra (Cognizant),

    You're trying to create an AKS node pool using the VM size Standard_NC6s_v3 in the East Asia region. Despite your subscription showing available vCPU quota overall, you're getting the error: "ErrCode_InsufficientVCPUQuota", "message":"...Insufficient vcpu quota requested 6, remaining 0 for family standardNCSv3Family for region eastasia..."

    The Standard_NC6s_v3 VM belongs to the standardNCSv3Family, which typically starts with 0 vCPU quota by default, even if your general quota is higher.

    User's image Go to Azure Portal → Subscriptions → Your subscription → Usage + quotas. Then Filter by Region: East Asia, Service: "Compute", Look for Standard NCSv3 Family vCPUs. This will show both limit and usage. How to view Quota

    Request a Quota increase specifically for standardNCSv3Family in East Asia Request a quota increase in the Azure portal

    After quota increase is approved: Retry creating your AKS node pool with Standard_NC6s_v3 in East Asia.

    If you have any further queries, please do let us know. If the answer is helpful, please click "Accept Answer" and "Upvote it" as it can be helpful to others in the community.

    User's image


0 additional answers

Sort by: Most 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.