Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit b1e3767

Browse files
committed
better detail on Private link id
1 parent 39a29f6 commit b1e3767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cloud/project/privatelink-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ Enabling PrivateLink can take up to _five_ business days. Providing incomplete o
6969

7070
Additional prerequisites for Azure enablement:
7171

72-
- {:.fix}A list of cluster ID numbers intended for PrivateLink set up
72+
- {:.fix}A list of cluster ID numbers intended for Azure Private Link set up
7373
- {:.fix}To connect to the cluster, you need:
7474
- A list of ports on the cluster to expose to the new external Private Endpoint
7575
- The Azure subscription ID for the Private Endpoint connection
7676
- {:.fix}To connect the cluster to an external service, you need:
77-
- The external PrivateLink service resource ID, which looks similar to the following:
77+
- The external Private Link service ID, which looks similar to the following:
7878

7979
```text
80-
/subscriptions/e1111dca-6e20-4bcc-998c-1234c11c81d3/resourceGroups/57rrnkocp6mvm-group/providers/Microsoft.Network/privateLinkServices/57rrnkocp6mvm-pl-svc
80+
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateLinkServices/{svcNameID}
8181
```
8282
8383
### Enablement workflow

0 commit comments

Comments
 (0)