Skip to content

Commit d2a37ee

Browse files
committed
add clarification to SP requirement for custom vnet
1 parent dc646da commit d2a37ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/networking-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Advanced networking provides the following benefits:
4747
* Do not create more than one AKS cluster in the same subnet.
4848
* Advanced networking for AKS does not support VNets that use Azure Private DNS Zones.
4949
* 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.
5151

5252
## Plan IP addressing for your cluster
5353

0 commit comments

Comments
 (0)