Skip to content

Commit d6d5b5c

Browse files
authored
Merge pull request #88647 from KumudD/patch-23
Update private-link-faq.md
2 parents 87d5634 + 039be24 commit d6d5b5c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/private-link/private-link-faq.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,7 @@ VNet Service Endpoints and Private Endpoints are independent of each other.
3232
- Private Endpoint is a networking resource that acts as an entry point for service traffic in your network and uses Azure Private Link technology.
3333

3434
### What is the relationship between Private Link service and Private Endpoint?
35-
It is a one-to-many relationship. One Private Link service can connect to multiple private endpoints. On the other hand, one private endpoint can only connect to one Private Link service.
36-
37-
### Does the data always stay off the internet?
38-
All data over Azure Private Link stays on the Microsoft network. It doesn’t traverse the internet.
39-
40-
### What is the difference between a VNet service endpoint and a private endpoint?
41-
VNet service endpoints and private endpoints are independent of each other. VNet service endpoints extend your virtual network private address space and the identity of your VNet to the Azure services, over a direct connection. Endpoints allow you to secure your critical Azure service resources to only your virtual networks. On the other hand, a private endpoint is a networking resource that acts as an entry point for service traffic in your network and uses Azure Private Link technology.
35+
It is a one-to-many relationship. One Private Link service can receive connections from multiple private endpoints. On the other hand, one private endpoint can only connect to one Private Link service.
4236

4337
### Will VNet Service Endpoints be deprecated once Private Endpoints are available?
4438
No. VNet Service Endpoints and Private Endpoints are independent technologies/resources. They can complement each other and both will co-exist. Some functionality and use cases may overlap, you can choose the model that fits your needs.

0 commit comments

Comments
 (0)