Skip to content

Commit f27bd5d

Browse files
authored
Merge pull request #12084 from weinong/aks-networking-permission
Aks networking permission
2 parents 004edd3 + a5b4fac commit f27bd5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/aks/networking-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ 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 by the AKS cluster must have at least [Network Contributor](https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#network-contributor) permissions on the subnet within your VNet. If you wish to define a [custom role](https://docs.microsoft.com/en-us/azure/role-based-access-control/custom-roles) instead of using the built-in Network Contributor (or Contributor) role, the following permissions are required:
51+
* Microsoft.Network/virtualNetworks/subnets/join/action
52+
* Microsoft.Network/virtualNetworks/subnets/read
5153

5254
## Plan IP addressing for your cluster
5355

0 commit comments

Comments
 (0)