Skip to content

Commit e81b6d3

Browse files
committed
fix warnings
1 parent 87b70f8 commit e81b6d3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/ai-services/speech-service/speech-service-vnet-service-endpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article explains how to set up and use Virtual Network service endpoints wi
2121
> [!NOTE]
2222
> Before you start, review [how to use virtual networks with Azure AI services](../cognitive-services-virtual-networks.md).
2323
24-
This article also describes [how to remove Virtual Network service endpoints later but still use the Speech resource](#use-a-speech-resource-that-has-a-custom-domain-name-but-that-doesnt-have-allowed-virtual-networks).
24+
This article also describes [how to remove Virtual Network service endpoints later but still use the Speech resource](#use-an-ai-services-resource-for-speech-that-has-a-custom-domain-name-but-that-doesnt-have-allowed-virtual-networks).
2525

2626
To set up an AI Services resource for Speech for Virtual Network service endpoint scenarios, you need to:
2727
1. [Create a custom domain name for the Speech resource](#create-a-custom-domain-name).
@@ -75,7 +75,7 @@ An AI Services resource for Speech that has a custom domain enabled interacts wi
7575

7676
### Use an AI Services resource for Speech that has a custom domain name and allowed virtual networks
7777

78-
In this scenario, the **Selected Networks and Private Endpoints** option is selected in the networking settings of the Speech resource and at least one virtual network is allowed. This scenario is equivalent to [using an AI Services resource for Speech that has 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).
78+
In this scenario, the **Selected Networks and Private Endpoints** option is selected in the networking settings of the Speech resource and at least one virtual network is allowed. This scenario is equivalent to [using an AI Services resource for Speech that has a custom domain name and a private endpoint enabled](speech-services-private-link.md#adjust-an-application-to-use-an-ai-services-resource-for-speech-with-a-private-endpoint).
7979

8080

8181
### Use an AI Services resource for Speech that has a custom domain name but that doesn't have allowed virtual networks
@@ -85,7 +85,7 @@ In this scenario, private endpoints aren't enabled and one of these statements i
8585
- The **Selected Networks and Private Endpoints** option is selected in the networking settings of the Speech resource, but no allowed virtual networks are configured.
8686
- The **All networks** option is selected in the networking settings of the Speech resource.
8787

88-
This scenario is equivalent to [using an AI Services resource for Speech that has a custom domain name and that doesn't have private endpoints](speech-services-private-link.md#adjust-an-application-to-use-a-speech-resource-without-private-endpoints).
88+
This scenario is equivalent to [using an AI Services resource for Speech that has a custom domain name and that doesn't have private endpoints](speech-services-private-link.md#adjust-an-application-to-use-an-ai-services-resource-for-speech-without-private-endpoints).
8989

9090
[!INCLUDE [](includes/speech-studio-vnet.md)]
9191

articles/ai-services/speech-service/speech-services-private-link.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ This article explains how to set up and use Private Link and private endpoints w
2626
Setting up an AI Services resource for Speech for the private endpoint scenarios requires performing the following tasks:
2727
1. [Create a custom domain name](#create-a-custom-domain-name)
2828
1. [Turn on private endpoints](#turn-on-private-endpoints)
29-
1. [Adjust existing applications and solutions](#adjust-an-application-to-use-a-speech-resource-with-a-private-endpoint)
29+
1. [Adjust existing applications and solutions](#adjust-an-application-to-use-an-ai-services-resource-for-speech-with-a-private-endpoint)
3030

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

3333
This article describes the usage of the private endpoints with Speech service. Usage of the VNet service endpoints is described [here](speech-service-vnet-service-endpoint.md).
3434

3535
## Create a custom domain name
3636
> [!CAUTION]
37-
> An AI Services resource for Speech with a custom domain name enabled uses a different way to interact with Speech service. You might have to adjust your application code for both of these scenarios: [with private endpoint](#adjust-an-application-to-use-a-speech-resource-with-a-private-endpoint) and [*without* private endpoint](#adjust-an-application-to-use-a-speech-resource-without-private-endpoints).
37+
> An AI Services resource for Speech with a custom domain name enabled uses a different way to interact with Speech service. You might have to adjust your application code for both of these scenarios: [with private endpoint](#adjust-an-application-to-use-an-ai-services-resource-for-speech-with-a-private-endpoint) and [*without* private endpoint](#adjust-an-application-to-use-an-ai-services-resource-for-speech-without-private-endpoints).
3838
>
3939
4040
[!INCLUDE [Custom Domain include](includes/how-to/custom-domain.md)]
@@ -125,7 +125,7 @@ An AI Services resource for Speech with a custom domain name and a private endpo
125125
> An AI Services resource for Speech without private endpoints that uses a custom domain name also has a special way of interacting with the Speech service.
126126
> This way differs from the scenario of an AI Services resource for Speech that uses a private endpoint.
127127
> This is important to consider because you may decide to remove private endpoints later.
128-
> See [Adjust an application to use an AI Services resource for Speech without private endpoints](#adjust-an-application-to-use-a-speech-resource-without-private-endpoints) later in this article.
128+
> See [Adjust an application to use an AI Services resource for Speech without private endpoints](#adjust-an-application-to-use-an-ai-services-resource-for-speech-without-private-endpoints) later in this article.
129129
130130
### Speech resource with a custom domain name and a private endpoint: Usage with the REST APIs
131131

0 commit comments

Comments
 (0)