An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Hello Micah Nagel,
Thank you for sharing the error details. The AKSCapacityHeavyUsage error you’re encountering indicates that API Server VNet Integration is currently unavailable in the centralus region due to high demand and limited capacity.
API Server VNet Integration is generally available across all public cloud regions, including centralus (with the exception of qatarcentral). However, in rare cases, temporary capacity constraints in a region can prevent new requests from being fulfilled. This is what you’re experiencing. This condition is transient and originates from platform-side capacity limits, not from your subscription, account, or cluster configuration.
At this time, there is no active public incident or estimated time for when capacity will become available again in centralus.
What you should know about capacity behavior
When enabling API Server VNet Integration on an existing AKS cluster, the platform checks for regional capacity at the time of the operation. This validation does not reserve capacity. If there is a delay before completing required follow-up actions (such as a restart), capacity might no longer be available, which can prevent the API server from starting.
In your case, whether this is a new cluster creation or an update operation, the error you’re seeing reflects a temporary capacity limitation rather than a configuration issue.
Recommended next steps
- Retry the
az aks createoraz aks updateoperation after some time. These capacity conditions are typically short-lived.
If possible, run your workload in a different region where API Server VNet Integration is available.
If the issue continues for more than 24 hours and is blocking progress, please reach out to us so we can investigate potential underlying platform constraints.
Important notes
- Once API Server VNet Integration is enabled, it cannot be disabled.
- Enabling this feature on an existing cluster changes the API server IP address and requires a cluster restart.
- No changes are required on your subscription or account-this issue is not caused by tenant-level configuration.
We understand this is blocking your testing. While there’s currently no ETA for capacity availability in centralus, retrying the operation or using an alternate region are the supported paths forward at this time. References: