Skip to content

Commit d0f1a6f

Browse files
committed
Fixing bookmarks
1 parent 6d62064 commit d0f1a6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/includes/speech-vnet-service-enpoints-private-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ These are a few things that you should consider when making a choice:
1919
- 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.
2020
- 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.
2121
- Private endpoints incur [extra costs](https://azure.microsoft.com/pricing/details/private-link). VNet service endpoints are free.
22-
- Private endpoints require [extra DNS configuration](../speech-services-private-link.md#enable-private-endpoints).
22+
- Private endpoints require [extra DNS configuration](../speech-services-private-link.md#turn-on-private-endpoints).
2323
- One Speech resource may simultaneously work with both private endpoints and VNet service endpoints.
2424

2525
We recommend that you try both endpoint types before deciding on your production design.

articles/cognitive-services/Speech-Service/speech-service-vnet-service-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ A Speech resource with a custom domain enabled uses a different way to interact
7676

7777
### Use a Speech resource with a custom domain name and allowed VNet(s) configured
7878

79-
This is the case when **Selected Networks and Private Endpoints** option is selected in networking settings of the Speech resource **AND** at least one VNet is allowed. The usage is equivalent to [using a Speech resource with a custom domain name and a private endpoint enabled](speech-services-private-link.md#use-a-speech-resource-with-a-custom-domain-name-and-a-private-endpoint-enabled).
79+
This is the case when **Selected Networks and Private Endpoints** option is selected in networking settings of the Speech resource **AND** at least one VNet is allowed. The usage is equivalent to [using a Speech resource with a custom domain name and a private endpoint enabled](speech-services-private-link.md#adjust-an-application-to-use-a-speech-resource-with-a-private-endpoint).
8080

8181

8282
### Use a Speech resource with a custom domain name and without allowed VNet(s)
@@ -86,7 +86,7 @@ This is the case when private endpoints are **not** enabled, and any of the foll
8686
- **Selected Networks and Private Endpoints** option is selected in networking settings of the Speech resource, but **no** allowed VNet(s) are configured
8787
- **All networks** option is selected in networking settings of the Speech resource
8888

89-
The usage is equivalent to [using a Speech resource with a custom domain name and without private endpoints](speech-services-private-link.md#use-a-speech-resource-with-a-custom-domain-name-and-without-private-endpoints).
89+
The usage is equivalent to [using a Speech resource with a custom domain name and without private endpoints](speech-services-private-link.md#adjust-an-application-to-use-a-speech-resource-without-private-endpoints).
9090

9191

9292
[!INCLUDE [](includes/speech-vnet-service-enpoints-private-endpoints-simultaneously.md)]

0 commit comments

Comments
 (0)