You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/networking-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Advanced networking provides the following benefits:
47
47
* Do not create more than one AKS cluster in the same subnet.
48
48
* Advanced networking for AKS does not support VNets that use Azure Private DNS Zones.
49
49
* AKS clusters may not use `169.254.0.0/16`, `172.30.0.0/16`, or `172.31.0.0/16` for the Kubernetes service address range.
50
-
* The service principal used for the AKS cluster must have `Contributor`permissions to the resource group containing the existing VNet.
50
+
* The service principal used for the AKS cluster must have `Microsoft.network/virtualNetworks/subnets/join/action` and `Microsoft.network/virtualNetworks/subnets/read` allowed actions such as `Contributor`role or `Network Contributor` role to the existing Subnet.
0 commit comments