Skip to content

Commit a3f67e6

Browse files
author
Matthew Sebolt (Aquent LLC)
committed
initial draft
1 parent 7d8bdbb commit a3f67e6

File tree

6 files changed

+73
-31
lines changed

6 files changed

+73
-31
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,6 +1767,21 @@
17671767
"redirect_url": "/azure/cognitive-services/bing-web-search/bing-web-stats",
17681768
"redirect_document_id": false
17691769
},
1770+
{
1771+
"source_path": "articles/cognitive-services/Anomaly-Detector/quickstarts/detect-data-anomalies-csharp-sdk.md",
1772+
"redirect_url": "/azure/cognitive-services/Anomaly-Detector/quickstarts/client-libraries?pivots=programming-language-csharp",
1773+
"redirect_document_id": false
1774+
},
1775+
{
1776+
"source_path": "articles/cognitive-services/Anomaly-Detector/quickstarts/detect-data-anomalies-nodejs-sdk.md",
1777+
"redirect_url": "/azure/cognitive-services/Anomaly-Detector/quickstarts/client-libraries?pivots=programming-language-nodejs",
1778+
"redirect_document_id": false
1779+
},
1780+
{
1781+
"source_path": "articles/cognitive-services/Anomaly-Detector/quickstarts/detect-data-anomalies-python-sdk.md",
1782+
"redirect_url": "/azure/cognitive-services/Anomaly-Detector/quickstarts/client-libraries?pivots=programming-language-python",
1783+
"redirect_document_id": false
1784+
},
17701785
{
17711786
"source_path": "articles/cognitive-services/Bing-Web-Search/web-search-sdk-quickstart.md",
17721787
"redirect_url": "/azure/cognitive-services/bing-web-search/quickstarts/client-libraries?pivots=programming-language-csharp",

articles/cognitive-services/Anomaly-Detector/quickstarts/detect-data-anomalies-csharp-sdk.md renamed to articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-csharp.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
---
2-
title: 'Quickstart: Detect anomalies in time series data using the Anomaly Detector client library for .NET'
2+
title: Anomlay Detector Search .NET client library quickstart
33
titleSuffix: Azure Cognitive Services
4-
description: Learn how to use the Anomaly Detector API to detect abnormalities in your data series either as a batch or on streaming data.
54
services: cognitive-services
65
author: aahill
76
manager: nitinme
87
ms.service: cognitive-services
9-
ms.subservice: anomaly-detector
10-
ms.topic: quickstart
11-
ms.date: 03/24/2020
8+
ms.topic: include
9+
ms.date: 04/16/2020
1210
ms.author: aahi
1311
---
1412

15-
# Quickstart: Anomaly Detector client library for .NET
16-
1713
Get started with the Anomaly Detector client library for .NET. Follow these steps to install the package and try out the example code for basic tasks. The Anomaly Detector service enables you to find abnormalities in your time series data by automatically using the best-fitting models on it, regardless of industry, scenario, or data volume.
1814

1915
Use the Anomaly Detector client library for .NET to:
@@ -33,7 +29,7 @@ Use the Anomaly Detector client library for .NET to:
3329

3430
### Create an Anomaly Detector resource
3531

36-
[!INCLUDE [anomaly-detector-resource-creation](../../../../includes/cognitive-services-anomaly-detector-resource-cli.md)]
32+
[!INCLUDE [anomaly-detector-resource-creation](../../../../../includes/cognitive-services-anomaly-detector-resource-cli.md)]
3733

3834
### Create a new .NET Core application
3935

@@ -133,4 +129,4 @@ Run the application with the `dotnet run` command from your application director
133129
dotnet run
134130
```
135131

136-
[!INCLUDE [anomaly-detector-next-steps](../includes/quickstart-cleanup-next-steps.md)]
132+
[!INCLUDE [anomaly-detector-next-steps](../quickstart-cleanup-next-steps.md)]

articles/cognitive-services/Anomaly-Detector/quickstarts/detect-data-anomalies-nodejs-sdk.md renamed to articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-nodejs.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
---
2-
title: "Quickstart: Detect data anomalies using the Anomaly Detector client library for Python"
2+
title: Anomlay Detector Search Node.js client library quickstart
33
titleSuffix: Azure Cognitive Services
4-
description: Learn how to use the Anomaly Detector API to detect abnormalities in your data series either as a batch or on streaming data.
54
services: cognitive-services
65
author: aahill
76
manager: nitinme
87
ms.service: cognitive-services
9-
ms.subservice: anomaly-detector
10-
ms.topic: quickstart
11-
ms.date: 03/24/2020
8+
ms.topic: include
9+
ms.date: 04/16/2020
1210
ms.author: aahi
1311
---
1412

15-
# Quickstart: Anomaly Detector client library for Node.js
16-
1713
Get started with the Anomaly Detector client library for Node.js. Follow these steps to install the package and try out the example code for basic tasks. The Anomaly Detector service enables you to find abnormalities in your time series data by automatically using the best-fitting models on it, regardless of industry, scenario, or data volume.
1814

1915
Use the Anomaly Detector client library for Node.js to:
@@ -33,7 +29,7 @@ Use the Anomaly Detector client library for Node.js to:
3329

3430
### Create an Anomaly Detector Azure resource
3531

36-
[!INCLUDE [anomaly-detector-resource-creation](../../../../includes/cognitive-services-anomaly-detector-resource-cli.md)]
32+
[!INCLUDE [anomaly-detector-resource-creation](../../../../../includes/cognitive-services-anomaly-detector-resource-cli.md)]
3733

3834
### Create a new Node.js application
3935

@@ -123,4 +119,4 @@ Run the application with the `node` command on your quickstart file.
123119
node index.js
124120
```
125121

126-
[!INCLUDE [anomaly-detector-next-steps](../includes/quickstart-cleanup-next-steps.md)]
122+
[!INCLUDE [anomaly-detector-next-steps](../quickstart-cleanup-next-steps.md)]

articles/cognitive-services/Anomaly-Detector/quickstarts/detect-data-anomalies-python-sdk.md renamed to articles/cognitive-services/Anomaly-Detector/includes/quickstarts/anomaly-detector-client-library-python.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
---
2-
title: "Quickstart: Detect data anomalies using the Anomaly Detector client library for Python"
2+
title: Anomlay Detector Search Python client library quickstart
33
titleSuffix: Azure Cognitive Services
4-
description: This quickstart shows how to use the Anomaly Detector API to detect abnormalities in your data series either as a batch or on streaming data.
54
services: cognitive-services
65
author: aahill
76
manager: nitinme
87
ms.service: cognitive-services
9-
ms.subservice: anomaly-detector
10-
ms.topic: quickstart
11-
ms.date: 03/24/2020
8+
ms.topic: include
9+
ms.date: 04/16/2020
1210
ms.author: aahi
1311
---
1412

15-
# Quickstart: Anomaly Detector client library for Python
16-
1713
Get started with the Anomaly Detector client library for Python. Follow these steps to install the package and try out the example code for basic tasks. The Anomaly Detector service enables you to find abnormalities in your time series data by automatically using the best-fitting models on it, regardless of industry, scenario, or data volume.
1814

1915
Use the Anomaly Detector client library for Python to:
@@ -34,7 +30,7 @@ Use the Anomaly Detector client library for Python to:
3430

3531
### Create an Anomaly Detector resource
3632

37-
[!INCLUDE [anomaly-detector-resource-creation](../../../../includes/cognitive-services-anomaly-detector-resource-cli.md)]
33+
[!INCLUDE [anomaly-detector-resource-creation](../../../../../includes/cognitive-services-anomaly-detector-resource-cli.md)]
3834

3935
### Create a new python application
4036

@@ -110,4 +106,4 @@ Call the Anomaly Detector API to determine if your latest data point is an anoma
110106

111107
Run the application with the `python` command and your file name.
112108

113-
[!INCLUDE [anomaly-detector-next-steps](../includes/quickstart-cleanup-next-steps.md)]
109+
[!INCLUDE [anomaly-detector-next-steps](../quickstart-cleanup-next-steps.md)]
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: 'Quickstart: Use the Anolmaly Detector client library'
3+
titleSuffix: Azure Cognitive Services
4+
description: The Anomaly Detector API offers client libraries that makes it easy to integrate search capabilities into your applications. Use this quickstart to start sending search requests, and get back results.
5+
services: cognitive-services
6+
author: aahill
7+
manager: nitinme
8+
zone_pivot_groups: programming-languages-set-ten
9+
10+
ms.service: cognitive-services
11+
ms.subservice: anomaly-detector
12+
ms.topic: quickstart
13+
ms.date: 04/16/2020
14+
ms.author: aahi
15+
---
16+
# Quickstart: Use the Anomaly Detector client library
17+
18+
::: zone pivot="programming-language-csharp"
19+
20+
[!INCLUDE [C# quickstart](../includes/quickstarts/anomaly-detector-client-library-csharp.md)]
21+
22+
::: zone-end
23+
24+
::: zone pivot="programming-language-nodejs"
25+
26+
[!INCLUDE [Node.js quickstart](../includes/quickstarts/anomaly-detector-client-library-nodejs.md)]
27+
28+
::: zone-end
29+
30+
::: zone pivot="programming-language-python"
31+
32+
[!INCLUDE [Python quickstart](../includes/quickstarts/anomaly-detector-client-library-python.md)]
33+
34+
::: zone-end

articles/cognitive-services/Anomaly-Detector/toc.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
items:
1111
- name: Client library
1212
items:
13-
- name: Using C#
14-
href: quickstarts/detect-data-anomalies-csharp-sdk.md
13+
- text: Using C#
14+
itemType: quickstart
15+
url: ../anomaly-detector/quickstarts/client-libraries.md?pivots=programming-language-csharp
1516
- name: Using Python
16-
href: quickstarts/detect-data-anomalies-python-sdk.md
17+
itemType: quickstart
18+
url: ../anomaly-detector/quickstarts/client-libraries.md?pivots=programming-language-python
1719
- name: Using Node.js
18-
href: quickstarts/detect-data-anomalies-nodejs-sdk.md
20+
itemType: quickstart
21+
url: ../anomaly-detector/quickstarts/client-libraries.md?pivots=programming-language-nodejs
1922
- name: REST API
2023
items:
2124
- name: Using C#
@@ -54,6 +57,8 @@
5457
href: https://aka.ms/anomaly-detector-rest-api-ref
5558
- name: SDKs
5659
items:
60+
- name: Anolmaly Detector client libraries
61+
href: ./quickstarts/client-libraries.md
5762
- name: .NET
5863
href: https://aka.ms/anomaly-detector-dotnet-ref
5964
- name: Go

0 commit comments

Comments
 (0)