Skip to content

Commit ffbb8bd

Browse files
authored
Update speech-services-private-link.md
1 parent 46426cd commit ffbb8bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article describes the usage of the private endpoints with Speech service. U
3434

3535
## Create a custom domain name
3636
> [!CAUTION]
37-
> an AI Foundry 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-foundry-resource-for-speech-with-a-private-endpoint) and [*without* private endpoint](#adjust-an-application-to-use-an-ai-foundry-resource-for-speech-without-private-endpoints).
37+
> An AI Foundry 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-foundry-resource-for-speech-with-a-private-endpoint) and [*without* private endpoint](#adjust-an-application-to-use-an-ai-foundry-resource-for-speech-without-private-endpoints).
3838
>
3939
4040
[!INCLUDE [Custom Domain include](includes/how-to/custom-domain.md)]
@@ -245,15 +245,15 @@ A "standard" endpoint URL looks like: <p/>`{region}.{speech service offering}.sp
245245
A private endpoint URL looks like: <p/>`{your custom name}.cognitiveservices.azure.com/{URL path}`
246246

247247
The Speech SDK automatically will configure the `/{URL path}` depending on the service used.
248-
Therefor only the `/{baseURL}` must be configured as described.
248+
Therefore only the `/{baseURL}` must be configured as described.
249249

250250
#### Modifying applications
251251

252252
Follow these steps to modify your code:
253253

254-
1. Determine the application endpoint URL from the 'Keys and Endpoints' menu of your resource on Azure Portal. In this example it would be `my-private-link-speech.cognitiveservices.azure.com`.
254+
1. Determine the application endpoint URL from the 'Keys and Endpoints' menu of your resource on Azure portal. In this example it would be `my-private-link-speech.cognitiveservices.azure.com`.
255255

256-
2. Create a `SpeechConfig` instance by using a endpoint URL:
256+
2. Create a `SpeechConfig` instance by using an endpoint URL:
257257

258258
1. Modify the endpoint that you determined, as described in the earlier [Construct endpoint URL](#construct-endpoint-url) section.
259259

0 commit comments

Comments
 (0)