Skip to content

Commit ba02059

Browse files
author
Qi Ding
committed
use endpoint instead of region
1 parent 8e21471 commit ba02059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/speech-service/includes/common/environment-variables-resourcekey-endpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ You need to authenticate your application to access Azure AI services. This arti
1010

1111
[!INCLUDE [Azure key vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/microsoft-entra-id-akv-expanded.md)]
1212

13-
To set the environment variables for your Speech resource key and region, open a console window, and follow the instructions for your operating system and development environment.
13+
To set the environment variables for your Speech resource key and endpoint, open a console window, and follow the instructions for your operating system and development environment.
1414

1515
- To set the `SPEECH_KEY` environment variable, replace *your-key* with one of the keys for your resource.
16-
- To set the `ENDPOINT` environment variable, replace *your-endpoint* with one of the regions for your resource.
16+
- To set the `ENDPOINT` environment variable, replace *your-endpoint* with one of the endpoints for your resource.
1717

1818
#### [Windows](#tab/windows)
1919

@@ -62,7 +62,7 @@ For iOS and macOS development, you set the environment variables in Xcode. For e
6262
1. Under **Environment Variables** select the plus (+) sign to add a new environment variable.
6363
1. Enter `SPEECH_KEY` for the **Name** and enter your Speech resource key for the **Value**.
6464

65-
To set the environment variable for your Speech resource region, follow the same steps. Set `ENDPOINT` to the endpoint of your resource. For example, `https://YourServiceRegion.api.cognitive.microsoft.com`.
65+
To set the environment variable for your Speech resource endpoint, follow the same steps. Set `ENDPOINT` to the endpoint of your resource. For example, `https://YourServiceRegion.api.cognitive.microsoft.com`.
6666

6767

6868

0 commit comments

Comments
 (0)