Skip to content

Commit 42b20db

Browse files
authored
Update get-started-with-private-link.md
1 parent 1d928e0 commit 42b20db

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

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

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,33 @@ This guide describes the Azure Operator Service Manager (AOSM) private link (PL)
1717
This document provides a quick start guide to enable private link feature for AOSM artifact store using AOSM Publisher APIs.
1818

1919
### Required permissions
20-
Linking the AOSM artifact store resource to a Nexus fabric controller (NFC) requires the common AOSM resource permissions in addition to the following role privilege.
20+
The operations required to link and manage a private endpoint with a Nexus fabric controller (NFC) requires the following non-default role privileges.
2121

22+
#### Remove private endpoint
2223
```
23-
Microsoft.ManagedNetworkFabric/networkFabricControllers/write
24+
"Microsoft.HybridNetwork/publishers/artifactStores/removePrivateEndPoints/action"
25+
```
26+
#### Approve private endpoints
27+
```
28+
"Microsoft.HybridNetwork/publishers/artifactStores/approvePrivateEndPoints/action"
29+
```
30+
#### Add nfc private endpoints
31+
```
32+
"Microsoft.HybridNetwork/publishers/artifactStores/addNetworkFabricControllerEndPoints/action"
33+
"Microsoft.ManagedNetworkFabric/networkFabricControllers/joinartifactstore/action"
34+
```
35+
#### List nfc private endpoints
36+
```
37+
"Microsoft.HybridNetwork/publishers/artifactStores/listNetworkFabricControllerPrivateEndPoints/action"
38+
```
39+
#### Delete nfc private endpoints
40+
```
41+
"Microsoft.HybridNetwork/publishers/artifactStores/deleteNetworkFabricControllerEndPoints/action"
42+
"Microsoft.ManagedNetworkFabric/networkFabricControllers/disjoinartifactstore/action"
2443
```
2544

2645
> [!NOTE]
27-
> As more fine-grained NFC permissions are introduced, the recommended role privilege will be updated.
46+
> As new NFC permissions are introduced, the recommended role privileges will be updated.
2847
2948
## Use AOSM APIs to setup private link
3049
Before resources can be uploaded securely, the following sequence of operations establshes a PL connection to the artifact store.

0 commit comments

Comments
 (0)