Skip to content

Commit 975e1f4

Browse files
authored
Merge pull request #79277 from iainfoulds/patch-2
[AKS] Add subnet write permission for SP
2 parents b57d979 + a85c83f commit 975e1f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/kubernetes-service-principal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ You may use advanced networking where the virtual network and subnet or public I
100100
- Create a [custom role][rbac-custom-role] and define the following role permissions:
101101
- *Microsoft.Network/virtualNetworks/subnets/join/action*
102102
- *Microsoft.Network/virtualNetworks/subnets/read*
103+
- *Microsoft.Network/virtualNetworks/subnets/write*
104+
- *Microsoft.Network/publicIPAddresses/join/action*
103105
- *Microsoft.Network/publicIPAddresses/read*
104106
- *Microsoft.Network/publicIPAddresses/write*
105-
- *Microsoft.Network/publicIPAddresses/join/action*
106107
- Or, assign the [Network Contributor][rbac-network-contributor] built-in role on the subnet within the virtual network
107108

108109
### Storage

0 commit comments

Comments
 (0)