Azure Plan Subscription without access to VM sizes to create AKS Cluster (UK South)

Ana Louro 56 Reputation points
2026-01-22T15:44:52.3266667+00:00

I have an Azure Plan type subscription and I am trying to create a new production AKS Cluster, in the UK South region.

However, when I get to the tab in which I'm meant to select the VM sizes for the user and system node pools, I have no sizes available.

User's image

All of the options say "not available for subscription".

If I change my region, for example, Northern Europe, I get a few available options, but they are all very expensive models for what I need, or they don't support all the availability zones.

However, the main thing is that I'm not on a free trial subscription, all my resources are in the UK South region and I would like to know if there is a way of having VMs available in order to create an AKS Cluster in the same region as all my resources.

I have looked in the quota increase request, but that does not seem to be the issue, as the VMs are simply not available.

Thank you in advance!

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.


Answer accepted by question author
Manish Deshpande 7,975 Reputation points Microsoft External Staff Moderator
2026-01-22T16:04:30.57+00:00

Hello @Ana Louro

Although the subscription is not a Free Trial, Azure is not offering any VM SKUs in UK South for the subscription. This is not a quota issue and not an AKS configuration issue.

The behavior is caused by region‑level compute capacity restrictions combined with subscription‑level SKU eligibility, which directly impacts AKS node pool creation.

1.When you create an AKS cluster, Azure checks two things before showing VM sizes:

  1. Whether the VM family/SKU is allowed for the subscription
  2. Whether capacity is available in the selected region and availability zones

2.In UK South, Microsoft frequently enforces temporary capacity restrictions, especially on:

  • General purpose SKUs (DSv5/ESv5)
  • Cost‑optimized SKUs
  • New or smaller subscriptions under Azure Plan

When no VM family is both allowed and available, the portal shows:

“Not available for subscription” for all VM sizes.

  • Request VM SKU Access for UK South :

This is the only permanent fix if you must deploy AKS in UK South.

Steps:

  1. Go to Azure Portal
  2. Open Help + SupportCreate a support request
  3. Choose:
    • Issue type: Service and subscription limits (quotas)
    • Quota type: Compute
    • Region: UK South
  4. In the description, clearly mention:

VM sizes are showing "Not available for subscription" during AKS creation. This is blocking production AKS deployment in UK South. Requesting SKU access / capacity enablement for standard DSv5/ESv5 SKUs.

  1. Submit the Request.
  • Use a Different Region for AKS :

If production timelines are tight:

  • Deploy AKS in West Europe or North Europe
  • Keep supporting resources (ACR, Key Vault, Storage) in UK South if needed

This works because:

  • VM capacity pools are region‑specific
  • Your subscription is already eligible in other regions.

Final Conclusion :

If AKS must be deployed in UK South:

  • Open a support request for VM SKU enablement
  • Clearly state it is blocking AKS production deployment

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

Thanks,
Manish Deshpande.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.