Skip to content

Commit 7694f09

Browse files
committed
h2 change
1 parent 59d0819 commit 7694f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/cognitive-services-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ echo "${ENVIRONMENT_VARIABLE_KEY}"
7575
> [!TIP]
7676
> After you set an environment variable, restart your integrated development environment (IDE) to ensure that the newly added environment variables are available.
7777
78-
## Use an environment variable
78+
## Retrieve an environment variable
7979

8080
To use an environment variable in your code, it must be read into memory. Use one of the following code snippets, depending on which language you're using. These code snippets demonstrate how to get an environment variable given the `ENVIRONMENT_VARIABLE_KEY` and assign the value to a program variable named `value`.
8181

0 commit comments

Comments
 (0)