Skip to content

Commit 5ceaed3

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.service: azure-operator-service-manager
1111
# Get started with private link
1212

1313
## Overview
14-
This guide describes the Azure Operator Service Manager (AOSM) private link (PL) feature for artifact stores hosted on Azure Operator Nexus. As part of the AOSM edge registry initiative, PL uses Azure private endpoints, and Azure private link service, to securely backhaul Nexus on-premise artifact store traffic. This traffic is never exposed to the internet, instead it exclusively traverses Microsoft's private network.
14+
This guide describes the Azure Operator Service Manager (AOSM) private link (PL) feature for artifact stores hosted on Azure Operator Nexus. As part of the AOSM edge registry initiative, PL uses Azure private endpoints, and Azure private link service, to securely backhaul Nexus on-premise artifact store traffic. This traffic is never exposed to the internet, instead exclusively traversing Microsoft's private network.
1515

1616
## Introduction
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-
The operations required to link and manage a private endpoint with a Nexus fabric controller (NFC) requires the following non-default role privileges.
20+
The operations required to link and manage a private endpoint with a Nexus fabric controller (NFC) requires the following nondefault role privileges.
2121

2222
#### Remove private endpoint
2323
```
@@ -45,13 +45,13 @@ The operations required to link and manage a private endpoint with a Nexus fabri
4545
> [!NOTE]
4646
> As new NFC permissions are introduced, the recommended role privileges will be updated.
4747
48-
## Use AOSM APIs to setup private link
49-
Before resources can be uploaded securely, the following sequence of operations establshes a PL connection to the artifact store.
48+
## Use AOSM APIs to set up private link
49+
Before resources can be uploaded securely, the following sequence of operations establishes a PL connection to the artifact store.
5050

5151
### Create publisher and artifact store
52-
* Create a new publisher resource with identity type set to 'SystemAssigned'.
52+
* Create a new publisher resource with identity type set to 'SystemAssigned.'
5353
- If the publisher was already created without this property, use a reput operation to update.
54-
* Use the new propery 'backingResourcePublicNetworkAcccess' to disable artifact store public access.
54+
* Use the new property 'backingResourcePublicNetworkAcccess' to disable artifact store public access.
5555
- The property is first added in the 2024-04-15 version.
5656
- If the ArtifactResource was already created without this property, use a reput operation to update.
5757

@@ -94,7 +94,7 @@ resource acrArtifactStore 'Microsoft.HybridNetwork/publishers/artifactStores@202
9494
The following operations enable manual management of an artifact store once the PL is established.
9595

9696
### Manage private endpoint access
97-
By default, when the artifact store is connected to the vnet, the user won't have permissions to the ACR, and the private endpoint will be in the pending state. The following Azure rest commands and payload enable a user to approve, reject and/or list these endpoint.
97+
By default, when the artifact store is connected to the vnet, the user doesn't have permissions to the ACR, so the private endpoint winds up in a pending state. The following Azure rest commands and payload enable a user to approve, reject and/or list these endpoints.
9898

9999
> [!NOTE]
100100
> In this workflow, the vnet is managed by the customer.

0 commit comments

Comments
 (0)