You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/deidentification/configure-private-endpoints.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ For more information, see [What is Azure Private Link?](../../private-link/priva
31
31
32
32
Follow the steps at [Quickstart: Create a private endpoint by using the Azure portal](/azure/private-link/create-private-endpoint-portal).
33
33
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).
35
35
- 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**.
36
36
- 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.
37
37
- 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:
55
55
|--|--|--|
56
56
| None | Pending | Connection is created manually and is pending approval from the target resource owner. |
57
57
| 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. |
| Remove | Disconnected |The target resource owner removed the connection. The private endpoint should be deleted for cleanup. |
60
60
61
61
### Approve, reject, or remove a private endpoint connection
62
62
@@ -89,10 +89,10 @@ There are four provisioning states:
89
89
90
90
- For pricing information, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link/).
91
91
- 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.
93
93
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)
95
95
96
96
## Related content
97
97
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