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/cognitive-services/Speech-Service/includes/speech-vnet-service-enpoints-private-endpoints.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,20 @@ ms.author: alexeyo
9
9
10
10
## Private endpoints and VNet service endpoints
11
11
12
-
Azure offers private endpoints and VNet service endpoints for traffic tunneling using the [private Azure backbone network](https://azure.microsoft.com/global-infrastructure/global-network/). These endpoint types are similar in the purpose, and the technologies they are based on. However there are differences between the two technologies, and we recommend learning more about the pros and cons of each before designing your network:
13
-
14
-
-[Private Link and private endpoint documentation](../../../private-link/private-link-overview.md)
15
-
-[VNet service endpoint documentation](../../../virtual-network/virtual-network-service-endpoints-overview.md)
12
+
Azure offers private endpoints and VNet service endpoints for traffic tunneling using the [private Azure backbone network](https://azure.microsoft.com/global-infrastructure/global-network/). These endpoint types are similar in the purpose, and the technologies they are based on. However there are differences between the two technologies, and we recommend learning more about the pros and cons of each before designing your network.
16
13
17
14
These are a few things that you should consider when making a choice:
18
15
- Both technologies ensure the traffic between the VNet and the Speech resource is *not* going through the public internet.
19
16
- A private endpoint provides a dedicated private IP address for your Speech resource. This IP address is accessible only within a specific VNet and subnet. You have full control of the access to this IP address within your network infrastructure.
20
17
- VNet service endpoints do *not* provide a dedicated private IP address for the Speech resource, but instead encapsulate all packets sent to the Speech resource and deliver them directly through the Azure backbone network.
21
18
- Both technologies support on-premises scenarios. By default, when using VNet service endpoints Azure service resources secured to virtual networks aren't reachable from on-premises networks, but this [can be set up](../../../virtual-network/virtual-network-service-endpoints-overview.md#secure-azure-service-access-from-on-premises).
22
-
- VNet service points are often used in cases, when you want to restrict the access for your Speech resource, based on the VNet(s) where the traffic originates from
19
+
- VNet service points are often used when you want to restrict the access for your Speech resource based on the VNet(s) where the traffic originates from.
23
20
- In case of Cognitive Services, enabling the VNet service endpoint forces the traffic for **all** Cognitive Services resources to go through the private backbone network. That requires explicit network access configuration (see details [here](../speech-service-vnet-service-endpoint.md#configure-vnets-and-the-speech-resource-networking-settings)). Private endpoints do not have this limitation and provide more flexibility for your network configuration - you can access one resource through the private backbone and another through the public internet using the same subnet of the same VNet.
24
21
- Private endpoints incur [extra costs](https://azure.microsoft.com/pricing/details/private-link). VNet service endpoints are free.
25
22
- Private endpoints require [extra DNS configuration](../speech-services-private-link.md#enable-private-endpoints).
26
23
- One Speech resource may simultaneously work with both private endpoints and VNet service endpoints.
27
24
28
25
We recommend that you try both endpoint types before deciding on your production design.
26
+
27
+
-[Private Link and private endpoint documentation](../../../private-link/private-link-overview.md)
28
+
-[VNet service endpoint documentation](../../../virtual-network/virtual-network-service-endpoints-overview.md)
0 commit comments