Skip to content

Commit 7c888bb

Browse files
Merge pull request #90994 from SeanGreenbaum/patch-1
Add missing custom role
2 parents bb835b7 + cb11309 commit 7c888bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/aks/configure-azure-cni.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This article shows you how to use Azure CNI networking to create and use a virtu
2626
* The cluster identity used by the AKS cluster must have at least [Network Contributor](../role-based-access-control/built-in-roles.md#network-contributor) permissions on the subnet within your virtual network. If you wish to define a [custom role](../role-based-access-control/custom-roles.md) instead of using the built-in Network Contributor role, the following permissions are required:
2727
* `Microsoft.Network/virtualNetworks/subnets/join/action`
2828
* `Microsoft.Network/virtualNetworks/subnets/read`
29+
* `Microsoft.Authorization/roleAssignments/write`
2930
* The subnet assigned to the AKS node pool cannot be a [delegated subnet](../virtual-network/subnet-delegation-overview.md).
3031
* AKS doesn't apply Network Security Groups (NSGs) to its subnet and will not modify any of the NSGs associated with that subnet. If you provide your own subnet and add NSGs associated with that subnet, you must ensure the security rules in the NSGs allow traffic within the node CIDR range. For more details, see [Network security groups][aks-network-nsg].
3132

0 commit comments

Comments
 (0)