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

Commit 39a29f6

Browse files
committed
create note
1 parent ce656e1 commit 39a29f6

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/cloud/project/privatelink-service.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,22 @@ Enabling PrivateLink can take up to _five_ business days. Providing incomplete o
6363
- **Connection type**–Specify unidirectional or bidirectional for connection type
6464
- **Endpoint service**–For bidirectional PrivateLink connections, provide the DNS URL for the VPC endpoint service that Adobe must connect to, for example: `com.amazonaws.vpce.<cloud-region>.vpce-svc-<service-id>`
6565
- **Endpoint service access granted**-Provide the Adobe account principal with access to this endpoint service: `arn:aws:iam::402592597372:root`
66-
67-
If access to the endpoint service is not provided, the bidirectional PrivateLink connection to the service in your VPC is **not** added, which delays the setup.
66+
67+
{:.bs-callout-warning}
68+
If access to the endpoint service is not provided, then the bidirectional PrivateLink connection to the service in your VPC is **not** added, which delays the setup.
69+
70+
Additional prerequisites for Azure enablement:
71+
72+
- {:.fix}A list of cluster ID numbers intended for PrivateLink set up
73+
- {:.fix}To connect to the cluster, you need:
74+
- A list of ports on the cluster to expose to the new external Private Endpoint
75+
- The Azure subscription ID for the Private Endpoint connection
76+
- {:.fix}To connect the cluster to an external service, you need:
77+
- The external PrivateLink service resource ID, which looks similar to the following:
78+
79+
```text
80+
/subscriptions/e1111dca-6e20-4bcc-998c-1234c11c81d3/resourceGroups/57rrnkocp6mvm-group/providers/Microsoft.Network/privateLinkServices/57rrnkocp6mvm-pl-svc
81+
```
6882
6983
### Enablement workflow
7084

0 commit comments

Comments
 (0)