Skip to content

Commit fdf8620

Browse files
committed
Added get env var text
1 parent c298965 commit fdf8620

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/cognitive-services/cognitive-services-security.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ echo ENVIRONMENT_VARIABLE_KEY
7171

7272
### Get environment variable
7373

74+
To get an environment variable, it must be read into memory. Depending on the language you're using, consider the following code snippets for getting environment variables given the `ENVIRONMENT_VARIABLE_KEY` and assign to a variable named `value`.
75+
7476
# [C#](#tab/csharp)
7577

7678
```csharp

0 commit comments

Comments
 (0)