Skip to content

Commit 6205fab

Browse files
committed
Language updates and draft include created.
1 parent e02f1f9 commit 6205fab

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Security should be considered a top priority when developing any and all applica
1717

1818
## Transport Layer Security (TLS)
1919

20-
All of the Cognitive Services endpoints exposed over HTTP enforce TLS 1.2. With an enforced security protocol, consumers attempting to call a Cognitive Services endpoint should adhere to guidelines:
20+
All of the Cognitive Services endpoints exposed over HTTP enforce TLS 1.2. With an enforced security protocol, consumers attempting to call a Cognitive Services endpoint should adhere to these guidelines:
2121

22-
* The client Operating System (OS) would need to support TLS 1.2
23-
* The language (and platform) used to make the HTTP call would need to specify TLS 1.2 as part of the request
22+
* The client Operating System (OS) needs to support TLS 1.2
23+
* The language (and platform) used to make the HTTP call need to specify TLS 1.2 as part of the request
2424
* Depending on the language and platform, specifying TLS is done either implicitly or explicitly
2525

2626
For .NET users, consider the <a href="https://docs.microsoft.com/dotnet/framework/network-programming/tls" target="_blank">Transport Layer Security best practices <span class="docon docon-navigate-external x-hidden-focus"></span></a>.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: erhopf
3+
ms.author: erhopf
4+
ms.service: cognitive-services
5+
ms.topic: include
6+
ms.date: 03/20/2020
7+
---
8+
9+
> [!IMPORTANT]
10+
> TLS 1.2 is now enforced for all HTTP requests to this service. For more information, see [Azure Cognitive Services security](../articles/cognitive-services/cognitive-services-security.md).

0 commit comments

Comments
 (0)