Skip to content

Commit 2adea5b

Browse files
committed
Added to TOC, updates to hub...
1 parent c0ee52b commit 2adea5b

File tree

3 files changed

+47
-32
lines changed

3 files changed

+47
-32
lines changed

articles/cognitive-services/TOC.yml

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,28 @@
77
href: Welcome.md
88
- name: Cognitive Services and Machine learning
99
href: cognitive-services-and-machine-learning.md
10-
- name: Virtual networks for Cognitive Services
11-
href: cognitive-services-virtual-networks.md
1210
- name: Custom subdomains for Cognitive Services
1311
href: cognitive-services-custom-subdomains.md
1412
- name: Language support
1513
href: language-support.md
16-
- name: Configure customer-managed keys with the Azure portal
17-
href: ./Encryption/cognitive-services-encryption-keys-portal.md
14+
- name: Quickstarts
15+
items:
16+
- name: Create a new resource using the Azure portal
17+
href: cognitive-services-apis-create-account.md
18+
- name: Create a new resource using the Azure CLI
19+
href: cognitive-services-apis-create-account-cli.md
20+
- name: Diagnostic logging
21+
href: diagnostic-logging.md
22+
- name: Security
23+
items:
24+
- name: Cognitive Services security
25+
href: cognitive-services-security.md
26+
- name: Virtual networks for Cognitive Services
27+
href: cognitive-services-virtual-networks.md
28+
- name: Configure customer-managed keys
29+
href: ./encryption/cognitive-services-encryption-keys-portal.md
30+
- name: Authenticate requests to Cognitive Services
31+
href: authentication.md
1832
- name: Container support
1933
items:
2034
- name: Container support
@@ -41,16 +55,6 @@
4155
href: ../container-registry/container-registry-get-started-azure-cli.md
4256
- name: Azure Kubernetes Service (AKS)
4357
href: ../aks/tutorial-kubernetes-prepare-app.md
44-
- name: Quickstarts
45-
items:
46-
- name: Create a new resource using the Azure portal
47-
href: cognitive-services-apis-create-account.md
48-
- name: Create a new resource using the Azure CLI
49-
href: cognitive-services-apis-create-account-cli.md
50-
- name: Authentication
51-
href: authentication.md
52-
- name: Diagnostic logging
53-
href: diagnostic-logging.md
5458
- name: Resources
5559
items:
5660
- name: Azure Roadmap
@@ -63,15 +67,15 @@
6367
href: https://azure.microsoft.com/support/legal/cognitive-services-compliance-and-privacy/
6468
- name: Support & help options
6569
href: cognitive-services-support-options.md
66-
- name: Service Level Agreement(SLA)
70+
- name: Service Level Agreement (SLA)
6771
href: https://azure.microsoft.com/support/legal/sla/cognitive-services/v1_1/
6872
- name: Videos
6973
href: https://azure.microsoft.com/resources/videos/index/?services=cognitive-services
7074
- name: Blog
7175
href: https://azure.microsoft.com/blog/topics/cognitive-services/
7276
- name: Service updates
7377
href: https://azure.microsoft.com/updates/?product=cognitive-services
74-
- name: Provide Product Feedback
78+
- name: Provide product feedback
7579
href: https://cognitive.uservoice.com/
7680
- name: Code of conduct
7781
href: https://go.microsoft.com/fwlink/?LinkId=698895

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ For .NET users, consider the <a href="https://docs.microsoft.com/dotnet/framewor
2929

3030
When discussing authentication, there are several common misconceptions. Authentication and authorization are often confused for one another. Identity is also a major component in security. An identity is a collection of information about a <a href="https://en.wikipedia.org/wiki/Principal_(computer_security)" target="_blank">principal <span class="docon docon-navigate-external x-hidden-focus"></span></a>. Identity providers (IdP) provide identities to authentication services. Authentication is the act of verifying a user's identity. Authorization is the specification of access rights and privileges to resources for a given identity.
3131

32-
< TODO: Add more details about authentication with Cog Svcs >
32+
For more information on authentication with subscription keys, access tokens and Azure Active Directory (AAD), see <a href="https://docs.microsoft.com/azure/cognitive-services/authentication" target="_blank">authenticate requests to Azure Cognitive Services<span class="docon docon-navigate-external x-hidden-focus"></span></a>.
3333

3434
## Environment variables and application configuration
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!
38+
> [!CAUTION]
39+
> Do **not** use hardcoded values for sensitive data, doing so is a major security vulnerability.
4040
4141
### Set environment variable
4242

articles/cognitive-services/index.yml

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
author: nitinme
1313
ms.author: nitinme
1414
manager: nitinme
15-
ms.date: 01/21/2020
15+
ms.date: 03/17/2020
1616

1717
highlightedContent:
1818
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
@@ -139,6 +139,29 @@ conceptualContent:
139139
itemType: reference
140140
text: Cognitive Services containers FAQ
141141

142+
tools:
143+
title: Software development kits (SDKs)
144+
summary: Get started with the Cognitive Services SDK in your favorite programming language.
145+
items:
146+
- title: C#
147+
imageSrc: https://docs.microsoft.com/media/logos/logo_Csharp.svg
148+
url: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client?view=azure-dotnet
149+
- title: Go
150+
imageSrc: https://docs.microsoft.com/media/logos/logo_Go-lightblue.svg
151+
url: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices
152+
- title: Java
153+
imageSrc: https://docs.microsoft.com/media/logos/logo_java.svg
154+
url: https://docs.microsoft.com/java/api/overview/azure/cognitiveservices/client?view=azure-java-stable
155+
- title: JavaScript
156+
imageSrc: https://docs.microsoft.com/media/logos/logo_js.svg
157+
url: https://docs.microsoft.com/javascript/api/overview/azure/cognitive-services?view=azure-node-latest
158+
- title: Python
159+
imageSrc: https://docs.microsoft.com/media/logos/logo_python.svg
160+
url: https://docs.microsoft.com/python/api/overview/azure/cognitive-services?view=azure-python
161+
- title: R
162+
imageSrc: https://docs.microsoft.com/media/logos/logo_R.svg
163+
url: https://github.com/Azure/AzureCognitive
164+
142165
additionalContent:
143166
sections:
144167
- items:
@@ -152,15 +175,3 @@ additionalContent:
152175
links:
153176
- text: Cognitive Services Management
154177
url: https://docs.microsoft.com/rest/api/cognitiveservices/
155-
- title: SDKs
156-
links:
157-
- text: .NET
158-
url: https://docs.microsoft.com/dotnet/api/overview/azure/cognitiveservices/client?view=azure-dotnet
159-
- text: Go
160-
url: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices
161-
- text: Java
162-
url: https://docs.microsoft.com/java/api/overview/azure/cognitiveservices/client?view=azure-java-stable
163-
- text: Node.js
164-
url: https://docs.microsoft.com/javascript/api/overview/azure/cognitive-services?view=azure-node-latest
165-
- text: Python
166-
url: https://docs.microsoft.com/python/api/overview/azure/cognitive-services?view=azure-python

0 commit comments

Comments
 (0)