Skip to content

Commit 0760cce

Browse files
committed
fixes
1 parent 78ce880 commit 0760cce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/healthcare-apis/deidentification/configure-private-endpoints.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more information, see [What is Azure Private Link?](../../private-link/priva
3131

3232
Follow the steps at [Quickstart: Create a private endpoint by using the Azure portal](/azure/private-link/create-private-endpoint-portal).
3333

34-
- Instead of a webapp, you will create a private endpoint to a de-identification service (preview).
34+
- Instead of a webapp, create a private endpoint to a de-identification service (preview).
3535
- When you reach [Create a private endpoint](/azure/private-link/create-private-endpoint-portal?tabs=dynamic-ip#create-a-private-endpoint), step 5, enter resource type **Microsoft.HealthDataAIServices/deidServices**.
3636
- Your private endpoint and virtual network must be in the same region. When you select a region for the private endpoint using the portal, it automatically filters virtual networks that are in that region. Your de-identification service can be in a different region.
3737
- When you reach [Test connectivity to the private endpoint](/azure/private-link/create-private-endpoint-portal?tabs=dynamic-ip#test-connectivity-to-the-private-endpoint) steps 8 and 10, use the service URL of your de-identification service plus the `/health` path.
@@ -55,8 +55,8 @@ There are four provisioning states:
5555
|--|--|--|
5656
| None | Pending | Connection is created manually and is pending approval from the target resource owner. |
5757
| Approve | Approved | Connection was automatically or manually approved and is ready to be used. |
58-
| Reject | Rejected | Connection was rejected by the target resource owner. |
59-
| Remove | Disconnected | Connection was removed by the target resource owner. The private endpoint should be deleted for cleanup. |
58+
| Reject | Rejected | The target resource owner rejected the connection. |
59+
| Remove | Disconnected | The target resource owner removed the connection. The private endpoint should be deleted for cleanup. |
6060

6161
### Approve, reject, or remove a private endpoint connection
6262

@@ -89,10 +89,10 @@ There are four provisioning states:
8989

9090
- For pricing information, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link/).
9191
- This feature is available in all Azure public regions.
92-
- The traffic is blocked at the application layer, not at the TCP layer. Therefore, you see TCP connections or `nslookup` operations succeeding against the public endpoint even though public network access is disabled.
92+
- Because network traffic is blocked at the application layer, you can still ping the public endpoint of your service even though public network access is disabled.
9393

94-
For more, see [Azure Private Link service: Limitations](../private-link/private-link-service-overview.md#limitations)
94+
For more, see [Azure Private Link service: Limitations](../../private-link/private-link-service-overview.md#limitations)
9595

9696
## Related content
9797

98-
- Learn more about [Azure Private Link](../private-link/private-link-service-overview.md)
98+
- Learn more about [Azure Private Link](../../private-link/private-link-service-overview.md)

0 commit comments

Comments
 (0)