Skip to content

Commit 06a0eae

Browse files
committed
Minor updates to the security skeleton
1 parent fdf8620 commit 06a0eae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
2-
title: Cognitive Services Security
2+
title: Cognitive Services security
33
titleSuffix: Azure Cognitive Services
44
description: Learn about the various security considerations for Cognitive Services usage.
55
services: cognitive-services
66
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.topic: conceptual
10-
ms.date: 03/13/2020
10+
ms.date: 03/16/2020
1111
ms.author: dapine
1212
---
1313

14-
# Cognitive Services Security
14+
# Cognitive Services security
1515

16-
< Add introduction details, consider changing title? >
16+
< TODO: Add introduction details, consider changing title? >
1717

1818
## Transport Layer Security (TLS)
1919

2020
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:
2121

2222
* The client Operating System (OS) would need to support TLS 1.2
2323
* The language (and platform) used to make the HTTP call would need to specify TLS 1.2 as part of the request
24-
* Depending on the language and platform, specifying TLS is done either implicitly or explicitly
24+
* 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>.
2727

2828
## Authentication
2929

30-
< Add introduction details, consider changing title? >
30+
Authentication is the act of verifying a user's an identity. < TODO: add more to this... >
3131

3232
## Environment variables and application configuration
3333

0 commit comments

Comments
 (0)