Skip to content

Commit 83e0b02

Browse files
authored
Update get-started-with-private-link.md
1 parent 5ceaed3 commit 83e0b02

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/operator-service-manager/get-started-with-private-link.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,26 @@ This document provides a quick start guide to enable private link feature for AO
1919
### Required permissions
2020
The operations required to link and manage a private endpoint with a Nexus fabric controller (NFC) requires the following nondefault role privileges.
2121

22-
#### Remove private endpoint
22+
#### Permissions for linking and managing manual private endpoint
23+
Remove private endpoint
2324
```
2425
"Microsoft.HybridNetwork/publishers/artifactStores/removePrivateEndPoints/action"
2526
```
26-
#### Approve private endpoints
27+
Approve private endpoint
2728
```
2829
"Microsoft.HybridNetwork/publishers/artifactStores/approvePrivateEndPoints/action"
2930
```
30-
#### Add nfc private endpoints
31+
#### Permissions for linking and managing a private endpoint with NFC
32+
Add NFC private endpoints
3133
```
3234
"Microsoft.HybridNetwork/publishers/artifactStores/addNetworkFabricControllerEndPoints/action"
3335
"Microsoft.ManagedNetworkFabric/networkFabricControllers/joinartifactstore/action"
3436
```
35-
#### List nfc private endpoints
37+
List NFC private endpoints
3638
```
3739
"Microsoft.HybridNetwork/publishers/artifactStores/listNetworkFabricControllerPrivateEndPoints/action"
3840
```
39-
#### Delete nfc private endpoints
41+
Delete NFC private endpoints
4042
```
4143
"Microsoft.HybridNetwork/publishers/artifactStores/deleteNetworkFabricControllerEndPoints/action"
4244
"Microsoft.ManagedNetworkFabric/networkFabricControllers/disjoinartifactstore/action"

0 commit comments

Comments
 (0)