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.
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.