Skip to content

Commit c0ee52b

Browse files
committed
Added alert to draw attention to security vulnerability.
1 parent 104eeba commit c0ee52b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.topic: conceptual
10-
ms.date: 03/16/2020
10+
ms.date: 03/17/2020
1111
ms.author: dapine
1212
---
1313

@@ -35,6 +35,9 @@ When discussing authentication, there are several common misconceptions. Authent
3535

3636
Environment variables are name-value pairs, stored within a specific environment. An alternative to using hardcoded values for sensitive data, is to use environment variables. Hardcoded values are insecure and should be avoided.
3737

38+
> [!WARNING]
39+
> Do **not** use hardcoded values for sensitive data, doing so is a major security vulnerability!
40+
3841
### Set environment variable
3942

4043
To set environment variables, use one the following commands - where the `ENVIRONMENT_VARIABLE_KEY` is the named key and `value` is the value stored in the environment variable.

0 commit comments

Comments
 (0)