Skip to content

Commit 5731fb5

Browse files
committed
TLS notice added to all impacted services.
1 parent 6205fab commit 5731fb5

File tree

10 files changed

+29
-9
lines changed

10 files changed

+29
-9
lines changed

articles/cognitive-services/Anomaly-Detector/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: aahi
1414

1515
# What is the Anomaly Detector API?
1616

17+
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
18+
1719
The Anomaly Detector API enables you to monitor and detect abnormalities in your time series data with machine learning. The Anomaly Detector API adapts by automatically identifying and applying the best-fitting models to your data, regardless of industry, scenario, or data volume. Using your time series data, the API determines boundaries for anomaly detection, expected values, and which data points are anomalies.
1820

1921
![Detect pattern changes in service requests](./media/anomaly_detection2.png)
@@ -22,7 +24,7 @@ Using the Anomaly Detector doesn't require any prior experience in machine learn
2224

2325
## Features
2426

25-
With the Anomaly Detector, you can automatically detect anomalies throughout your time series data, or as they occur in real-time.
27+
With the Anomaly Detector, you can automatically detect anomalies throughout your time series data, or as they occur in real-time.
2628

2729
|Feature |Description |
2830
|---------|---------|
@@ -47,7 +49,7 @@ To run the Notebook, complete the following steps:
4749
1. Un-check the "public" option in the dialog box before completing the clone operation, otherwise your notebook, including any subscription keys, will be public.
4850
1. Click **Run on free compute**
4951
1. Select one of the notebooks.
50-
1. Add your valid Anomaly Detector API subscription key to the `subscription_key` variable.
52+
1. Add your valid Anomaly Detector API subscription key to the `subscription_key` variable.
5153
1. Change the `endpoint` variable to your endpoint. For example: `https://westus2.api.cognitive.microsoft.com/anomalydetector/v1.0/timeseries/last/detect`
5254
1. On the top menu bar, click **Cell**, then **Run All**.
5355

articles/cognitive-services/Computer-vision/Home.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: seodec18
1717

1818
# What is Computer Vision?
1919

20+
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
21+
2022
Azure's Computer Vision service provides developers with access to advanced algorithms that process images and return information, depending on the visual features you're interested in. For example, Computer Vision can determine if an image contains adult content, or it can find all of the human faces in an image.
2123

2224
You can use Computer Vision in your application through a native SDK or by invoking the REST API directly. This page broadly covers what you can do with Computer Vision.

articles/cognitive-services/Content-Moderator/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.author: pafarley
1717

1818
# What is Azure Content Moderator?
1919

20+
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
21+
2022
Azure Content Moderator is a cognitive service that checks text, image, and video content for material that is potentially offensive, risky, or otherwise undesirable. When this material is found, the service applies appropriate labels (flags) to the content. Your app can then handle flagged content in order to comply with regulations or maintain the intended environment for users. See the [Moderation APIs](#moderation-apis) section to learn more about what the different content flags indicate.
2123

2224
## Where it's used
@@ -73,4 +75,4 @@ As with all of the Cognitive Services, developers using the Content Moderator se
7375

7476
## Next steps
7577

76-
Get started using the Content Moderator service by following the instructions in [Try Content Moderator on the web](quick-start.md).
78+
Get started using the Content Moderator service by following the instructions in [Try Content Moderator on the web](quick-start.md).

articles/cognitive-services/Custom-Vision-Service/home.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.author: pafarley
1616

1717
# What is Custom Vision?
1818

19+
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
20+
1921
Custom Vision is a cognitive service that lets you build, deploy, and improve your own image classifiers. An image classifier is an AI service that applies labels (which represent _classes_) to images, according to their visual characteristics. Unlike the [Computer Vision](https://docs.microsoft.com/azure/cognitive-services/computer-vision/home) service, Custom Vision allows you to determine the labels to apply.
2022

2123
## What it does

articles/cognitive-services/Face/Overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.author: pafarley
1515

1616
# What is the Azure Face service?
1717

18+
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
19+
1820
The Azure Cognitive Services Face service provides algorithms that are used to detect, recognize, and analyze human faces in images. The ability to process human face information is important in many different software scenarios. Example scenarios are security, natural user interface, image content analysis and management, mobile apps, and robotics.
1921

2022
The Face service provides several different functions. Each function is outlined in the following sections. Read on to learn more about them.

articles/cognitive-services/LUIS/what-is-luis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.date: 02/23/2020
77

88
# What is Language Understanding (LUIS)?
99

10+
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
11+
1012
Language Understanding (LUIS) is a cloud-based API service that applies custom machine-learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information.
1113

1214
A client application for LUIS is any conversational application that communicates with a user in natural language to complete a task. Examples of client applications include social media apps, chat bots, and speech-enabled desktop applications.
@@ -124,4 +126,4 @@ Samples using LUIS:
124126
[flow]: https://docs.microsoft.com/connectors/luis/
125127
[authoring-apis]: https://go.microsoft.com/fwlink/?linkid=2092087
126128
[endpoint-apis]: https://go.microsoft.com/fwlink/?linkid=2092356
127-
[qnamaker]: https://qnamaker.ai/
129+
[qnamaker]: https://qnamaker.ai/

articles/cognitive-services/QnAMaker/Overview/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.author: diberry
1515

1616
# What is the QnA Maker service?
1717

18+
[!INCLUDE [TLS 1.2 enforcement](../../../../includes/cognitive-services-tls-announcement.md)]
19+
1820
QnA Maker is a cloud-based Natural Language Processing (NLP) service that easily creates a natural conversational layer over your data. It can be used to find the most appropriate answer for any given natural language input, from your custom knowledge base (KB) of information.
1921

2022
A client application for QnA Maker is any conversational application that communicates with a user in natural language to answer a question. Examples of client applications include social media apps, chat bots, and speech-enabled desktop applications.

articles/cognitive-services/form-recognizer/overview.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.author: pafarley
1515

1616
# What is Form Recognizer?
1717

18+
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
19+
1820
Azure Form Recognizer is a cognitive service that uses machine learning technology to identify and extract text, key/value pairs and table data from form documents. It ingests text from forms and outputs structured data that includes the relationships in the original file. You quickly get accurate results that are tailored to your specific content without heavy manual intervention or extensive data science expertise. Form Recognizer is comprised of custom models, the prebuilt receipt model, and the layout API. You can call Form Recognizer models by using a REST API to reduce complexity and integrate it into your workflow or application.
1921

2022
Form Recognizer is made up of the following services:
@@ -46,7 +48,7 @@ Form Recognizer also includes a model for reading English sales receipts from th
4648

4749
## Layout API
4850

49-
Form Recognizer can also extract text and table structure (the row and column numbers associated with the text) using high-definition optical character recognition (OCR).
51+
Form Recognizer can also extract text and table structure (the row and column numbers associated with the text) using high-definition optical character recognition (OCR).
5052

5153
## Get started
5254

@@ -56,9 +58,9 @@ Follow a quickstart to get started extracting data from your forms. We recommend
5658
* Train without labels
5759
* [Quickstart: Train a Form Recognizer model and extract form data by using the REST API with cURL](quickstarts/curl-train-extract.md)
5860
* [Quickstart: Train a Form Recognizer model and extract form data by using the REST API with Python](quickstarts/python-train-extract.md)
59-
* Train with labels
61+
* Train with labels
6062
* [Train a Form Recognizer model with labels using the sample labeling tool](quickstarts/label-tool.md)
61-
* [Train a Form Recognizer model with labels using REST API and Python](quickstarts/python-labeled-data.md)
63+
* [Train a Form Recognizer model with labels using REST API and Python](quickstarts/python-labeled-data.md)
6264
* Prebuilt receipts - extract data from USA sales receipts
6365
* [Quickstart: Extract receipt data using cURL](quickstarts/curl-receipts.md)
6466
* [Quickstart: Extract receipt data using Python](quickstarts/python-receipts.md)
@@ -89,7 +91,7 @@ The input requirements for the receipt model are slightly different.
8991

9092
* Format must be JPEG, PNG, BMP, PDF (text or scanned) or TIFF.
9193
* File size must be less than 20 MB.
92-
* Image dimensions must be between 50 x 50 pixels and 10000 x 10000 pixels.
94+
* Image dimensions must be between 50 x 50 pixels and 10000 x 10000 pixels.
9395
* PDF dimensions must be at most 17 x 17 inches, corresponding to Legal or A3 paper sizes and smaller.
9496
* For PDF and TIFF, only the first 200 pages are processed (with a free tier subscription, only the first two pages are processed).
9597

articles/cognitive-services/immersive-reader/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.author: metan
1616

1717
# What is Immersive Reader?
1818

19+
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
20+
1921
The [Immersive Reader](https://www.onenote.com/learningtools) is an inclusively designed tool that implements proven techniques to improve reading comprehension for emerging readers, language learners, and people with learning differences such as dyslexia.
2022

2123
You can use Immersive Reader in your web application by using the Immersive Reader SDK.
@@ -58,4 +60,4 @@ Get started with Immersive Reader:
5860

5961
* Jump into the [quickstart](./quickstart.md)
6062
* Explore the [Immersive Reader SDK on GitHub](https://github.com/microsoft/immersive-reader-sdk)
61-
* Read the [Immersive Reader SDK Reference](./reference.md)
63+
* Read the [Immersive Reader SDK Reference](./reference.md)

articles/cognitive-services/personalizer/what-is-personalizer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.author: diberry
1515

1616
# What is Personalizer?
1717

18+
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
19+
1820
Azure Personalizer is a cloud-based API service that helps your client application choose the best, single _content_ item to show each user. The service selects the best item, from content items, based on collective real-time information you provide about content and context.
1921

2022
After you present the content item to your user, your system monitors user behavior and reports a reward score back to Personalizer to improve its ability to select the best content based on the context information it receives.

0 commit comments

Comments
 (0)