From 5893ae5c07ddb214184332dc1d85eb62d718b45e Mon Sep 17 00:00:00 2001 From: Sangram Rath Date: Thu, 26 Mar 2026 18:05:33 +0530 Subject: [PATCH] Update API Server VNet Integration reference link Updated API Server VNet Integration reference link. The earlier link is no longer valid as it is now available in all GA public cloud regions except qatarcentral. --- docs/getting-started/aks-automatic.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/aks-automatic.mdx b/docs/getting-started/aks-automatic.mdx index eb051c0d..03fc4856 100644 --- a/docs/getting-started/aks-automatic.mdx +++ b/docs/getting-started/aks-automatic.mdx @@ -47,8 +47,8 @@ az provider register --namespace Microsoft.ServiceLinker As noted in the AKS Automatic [documentation](https://learn.microsoft.com/azure/aks/automatic/quick-automatic-managed-network?pivots=azure-portal), AKS Automatic tries to dynamically select a virtual machine size for the system node pool based on the capacity available in the subscription. Make sure your subscription has quota for 16 vCPUs of any of the following sizes in the region you're deploying the cluster to: [Standard_D4pds_v5](https://learn.microsoft.com/azure/virtual-machines/sizes/general-purpose/dpsv5-series), [Standard_D4lds_v5](https://learn.microsoft.com/azure/virtual-machines/sizes/general-purpose/dldsv5-series), [Standard_D4ads_v5](https://learn.microsoft.com/azure/virtual-machines/sizes/general-purpose/dadsv5-series), [Standard_D4ds_v5](https://learn.microsoft.com/azure/virtual-machines/sizes/general-purpose/ddsv5-series), [Standard_D4d_v5](https://learn.microsoft.com/azure/virtual-machines/sizes/general-purpose/ddv5-series), [Standard_D4d_v4](https://learn.microsoft.com/azure/virtual-machines/sizes/general-purpose/ddv4-series), [Standard_DS3_v2](https://learn.microsoft.com/azure/virtual-machines/sizes/general-purpose/dsv3-series), [Standard_DS12_v2](https://learn.microsoft.com/azure/virtual-machines/sizes/memory-optimized/dv2-dsv2-series-memory). You can [view quotas for specific VM-families and submit quota increase requests](https://learn.microsoft.com/azure/quotas/per-vm-quota-requests) through the Azure portal. -Also, to support the deployment of AKS Automatic in private virtual networks, AKS Automatic is currently limited to regions that support API Server VNet integration. See the [limited availability section of the **Use API Server VNet integration**](https://learn.microsoft.com/azure/aks/api-server-vnet-integration#limited-availability) for more details. - +Also, to support the deployment of AKS Automatic in private virtual networks, AKS Automatic is limited to regions that support API Server VNet integration. See the [availability section of the **Use API Server VNet integration**](https://learn.microsoft.com/en-us/azure/aks/api-server-vnet-integration#availability) for more details. + :::