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/private-link/rbac-permissions.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,16 @@ Microsoft.Network and the specific resource provider you are deploying, for exam
30
30
31
31
## Private endpoint
32
32
33
-
This section lists the granular permissions required to deploy a private endpoint.
33
+
This section lists the granular permissions required to deploy a private endpoint, manage [private endpoint subnet policies](../private-link/disable-private-endpoint-network-policy.md), and deploy dependent resources
34
34
35
35
| Action | Description |
36
36
| --------- | ------------- |
37
37
| Microsoft.Resources/deployments/*| Create and manage a deployment |
38
38
| Microsoft.Resources/subscriptions/resourcegroups/resources/read | Read the resources for the resource group |
39
39
| Microsoft.Network/virtualNetworks/read | Read the virtual network definition |
40
40
| Microsoft.Network/virtualNetworks/subnets/read | Read a virtual network subnet definition |
41
-
| Microsoft.Network/virtualNetworks/subnets/write | Creates a virtual network subnet or updates an existing virtual network subnet|
42
-
| Microsoft.Network/virtualNetworks/subnets/join/action |Joins a virtual network |
41
+
| Microsoft.Network/virtualNetworks/subnets/write | Creates a virtual network subnet or updates an existing virtual network subnet. <br/> *Not explicitly needed to deploy a private endpoint, but necessary for managing private endpoint subnet policies*|
42
+
| Microsoft.Network/virtualNetworks/subnets/join/action |Allow a private endpoint to join a virtual network|
43
43
| Microsoft.Network/privateEndpoints/read | Read a private endpoint resource |
44
44
| Microsoft.Network/privateEndpoints/write | Creates a new private endpoint, or updates an existing private endpoint |
45
45
| Microsoft.Network/locations/availablePrivateEndpointTypes/read | Read available private endpoint resources |
@@ -78,22 +78,22 @@ Here is the JSON format of the above permissions. Input your own roleName, descr
78
78
79
79
## Private link service
80
80
81
-
This section lists the granular permissions required to deploy a private link service.
81
+
This section lists the granular permissions required to deploy a private link service, manage [private link service subnet policies](../private-link/disable-private-link-service-network-policy.md), and deploy dependent resources
82
82
83
83
| Action | Description |
84
84
| --------- | ------------- |
85
85
| Microsoft.Resources/deployments/*| Create and manage a deployment |
86
86
| Microsoft.Resources/subscriptions/resourcegroups/resources/read | Read the resources for the resource group |
87
87
| Microsoft.Network/virtualNetworks/read | Read the virtual network definition |
88
88
| Microsoft.Network/virtualNetworks/subnets/read | Read a virtual network subnet definition |
89
-
| Microsoft.Network/virtualNetworks/subnets/write | Creates a virtual network subnet or updates an existing virtual network subnet|
90
-
| Microsoft.Network/privateLinkServices/read | Read a private link service resource|
91
-
| Microsoft.Network/privateLinkServices/write | Creates a new private link service, or updates an existing private link service|
89
+
| Microsoft.Network/virtualNetworks/subnets/write | Creates a virtual network subnet or updates an existing virtual network subnet. <br/> *Not explicitly needed to deploy a private link service, but necessary for managing private link subnet policies*|
90
+
| Microsoft.Network/privateLinkServices/read | Read a private link service resource|
91
+
| Microsoft.Network/privateLinkServices/write | Creates a new private link service, or updates an existing private link service|
92
92
| Microsoft.Network/privateLinkServices/privateEndpointConnections/read | Read a private endpoint connection definition |
93
93
| Microsoft.Network/privateLinkServices/privateEndpointConnections/write | Creates a new private endpoint connection, or updates an existing private endpoint connection|
94
-
| Microsoft.Network/networkSecurityGroups/join/action | Joins a network security group |
95
-
| Microsoft.Network/loadBalancers/read | Read a load balancer definition |
96
-
| Microsoft.Network/loadBalancers/write | Creates a load balancer or updates an existing load balancer |
94
+
| Microsoft.Network/networkSecurityGroups/join/action | Joins a network security group |
95
+
| Microsoft.Network/loadBalancers/read | Read a load balancer definition |
96
+
| Microsoft.Network/loadBalancers/write | Creates a load balancer or updates an existing load balancer |
97
97
98
98
```JSON
99
99
{
@@ -136,7 +136,7 @@ Typically, a network administrator creates a private endpoint. Depending on your
0 commit comments