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/ai-services/speech-service/speech-services-private-link.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This article describes the usage of the private endpoints with Speech service. U
34
34
35
35
## Create a custom domain name
36
36
> [!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).
@@ -245,15 +245,15 @@ A "standard" endpoint URL looks like: <p/>`{region}.{speech service offering}.sp
245
245
A private endpoint URL looks like: <p/>`{your custom name}.cognitiveservices.azure.com/{URL path}`
246
246
247
247
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.
249
249
250
250
#### Modifying applications
251
251
252
252
Follow these steps to modify your code:
253
253
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`.
255
255
256
-
2. Create a `SpeechConfig` instance by using a endpoint URL:
256
+
2. Create a `SpeechConfig` instance by using an endpoint URL:
257
257
258
258
1. Modify the endpoint that you determined, as described in the earlier [Construct endpoint URL](#construct-endpoint-url) section.
0 commit comments