Skip to content

Commit f0d3e50

Browse files
authored
Merge pull request #88650 from KumudD/patch-24
Update private-link-faq.md
2 parents 822e064 + df3c556 commit f0d3e50

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@ ms.author: kumud
1616

1717
### What is Azure Private Link service and Private Endpoint?
1818

19-
- **Azure Private Endpoint**: Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link.
19+
- **Azure Private Endpoint**: Azure Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. You can use Private Endpoints to connect to an Azure PaaS service that supports Private Link or to your own Private Link Service.
2020
- **Azure Private Link service**: Azure Private Link service is a service created by a service provider. Currently, a Private Link service can be attached to the frontend IP configuration of a Standard Load Balancer. You can also connect to Azure services via Private Endpoints.
2121

2222
### Can I connect my service to multiple Private Endpoints?
23-
Yes. One Private Link service can connect to multiple Private Endpoints. However one Private Endpoint can only connect to one Private Link service.
23+
Yes. One Private Link service can receive connections from multiple Private Endpoints. However one Private Endpoint can only connect to one Private Link service.
2424

2525
### Is data transferred over Private Link always private?
2626
Yes. All data over Azure Private Link stays on the Microsoft backbone. It doesn’t traverse the internet.
2727

2828
### What is the difference between a VNet Service Endpoint and a Private Endpoint?
2929
VNet Service Endpoints and Private Endpoints are independent of each other.
30-
31-
- 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.
32-
- Private Endpoint is a networking resource that acts as an entry point for service traffic in your network and uses Azure Private Link technology.
30+
- VNet Service Endpoints extend your virtual network private address space and the identity of your VNet to the Azure services, over a direct connection. Service Endpoints allow you to secure your critical Azure service resources to only your virtual networks, while the traffic is route optimized and stays in the Microsoft backbone network it is sdestined to the Public IP address of the service.
31+
- Private Endpoint is a networking resource that acts as an entry point in your virtual network and uses Private IP address to reach the services powered by Private Link. The traffic is route optimized and stays in the Microsoft backbone network.
3332

3433
### What is the relationship between Private Link service and Private Endpoint?
3534
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.

0 commit comments

Comments
 (0)