Unable to deploy a AKS cluster in Azure

Ramanujam Mahadevan Srinivasan 25 Reputation points
2025-02-19T16:50:45.0066667+00:00

I'm trying to create a AKS cluster and the "Cluster configuration" is "Production Economy" but the deployment fails with this error message.. I also tried the default "Standard_D8ds_v4" for the nodes and tried changing the configuration to "DevTest" too but no luck. I would appreciate if someone could help me resolve this issue.

"The requested VM size for resource 'Following SKUs have failed for Capacity Restrictions: Standard_D8pds_v6' is currently not available in location 'eastus'. Please try another size or deploy to a different location or different zone. See https://aka.ms/azureskunotavailable 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,281 questions
0 comments No comments
{count} votes

Accepted answer
  1. Manu Philip 19,681 Reputation points MVP
    2025-02-19T18:23:20.04+00:00

    Hi Ramanujam Mahadevan Srinivasan

    You may check the availability of the SKU Standard_D8pds_v6 by using the azure cli command as below

    az vm list-skus --location eastus --size Standard_D8pds_v6 --all --output table

    For me, it reports as below:

    User's image

    Have a look from your subscription also and see if you have the sku available.

    If the SKU isn't available for your subscription, you can submit a SKU request to Azure Support.

    If the SKU is available, please check, if the compute resource has registered in your subscription something like see below:

    User's image

    If you see that the resource is unregistered, you can register and try creating the resource again

    Another check point is to verify the quota availability in your subscription. Check, if sufficient quota is available for the sku as below

    User's image

    Hope this helps.


    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

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.