Skip to content

Commit 83bb904

Browse files
Merge pull request #183709 from jr-MS/master
update overview
2 parents 1335eb2 + 427c045 commit 83bb904

File tree

3 files changed

+31
-10
lines changed

3 files changed

+31
-10
lines changed

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

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What is the Anomaly Detector Multivariate API?
2+
title: What is Multivariate Anomaly Detector?
33
titleSuffix: Azure Cognitive Services
44
description: Overview of new Anomaly Detector preview multivariate APIs.
55
services: cognitive-services
@@ -10,10 +10,11 @@ ms.subservice: anomaly-detector
1010
ms.topic: conceptual
1111
ms.date: 04/01/2021
1212
ms.author: mbullwin
13+
ms.custom: references_regions
1314
keywords: anomaly detection, machine learning, algorithms
1415
---
1516

16-
# Multivariate time series Anomaly Detection (preview)
17+
# What is Multivariate Anomaly Detector? (Public Preview)
1718

1819
The new **multivariate anomaly detection** APIs further enable developers by easily integrating advanced AI for detecting anomalies from groups of metrics, without the need for machine learning knowledge or labeled data. Dependencies and inter-correlations between up to 300 different signals are now automatically counted as key factors. This new capability helps you to proactively protect your complex systems such as software applications, servers, factory machines, spacecraft, or even your business, from failures.
1920

@@ -35,7 +36,28 @@ To run the Notebook, you should get a valid Anomaly Detector API **subscription
3536

3637
## Region support
3738

38-
The preview of Multivariate Anomaly Detector is currently available in 26 Azure regions: Southeast Asia, Australia East, Canada Central, North Europe, West Europe, East US, East US 2, South Central US, West US, West US 2, West US 3, UK South, Japan East, Brazil South, Central US, Norway East, Korea Central, East Asia, Germany West Central, Central India, UAE North, France Central, North Central US, Switzerland North, South Africa North, Jio India West.
39+
The preview of Multivariate Anomaly Detector is currently available in 26 Azure regions.
40+
41+
| Geography | Regions |
42+
| ------------- | ---------------- |
43+
| Africa | South Africa North |
44+
| Asia Pacific | Southeast Asia, East Asia|
45+
| Australia | Australia East |
46+
| Brazil |Brazil South|
47+
|Canada | Canada Central |
48+
| Europe | North Europe, West Europe, Switzerland North |
49+
|France |France Central |
50+
|Germany| Germany West Central |
51+
|India| Jio India West, Central India |
52+
|Japan | Japan East |
53+
|Korea | Korea Central |
54+
|Norway | Norway East|
55+
|United Arab Emirates| UAE North |
56+
| United Kingdom | UK South |
57+
| United States | East US, East US 2, South Central US, West US, West US 2, West US 3, Central US, North Central US|
58+
59+
60+
3961

4062
## Algorithms
4163

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What is the Anomaly Detector API?
2+
title: What is the Univariate Anomaly Detector?
33
titleSuffix: Azure Cognitive Services
44
description: Use the Anomaly Detector API's algorithms to apply anomaly detection on your time series data.
55
services: cognitive-services
@@ -14,7 +14,7 @@ keywords: anomaly detection, machine learning, algorithms
1414
ms.custom: cog-serv-seo-aug-2020
1515
---
1616

17-
# What is the Anomaly Detector univariate API?
17+
# What is Univariate Anomaly Detector?
1818

1919
The Anomaly Detector API enables you to monitor and detect abnormalities in your time series data without having to know machine learning. The Anomaly Detector API's algorithms adapt 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.
2020

@@ -65,6 +65,7 @@ After signing up:
6565
1. Send a request to the Anomaly Detector API with your data.
6666
1. Process the API response by parsing the returned JSON message.
6767

68+
6869
## Algorithms
6970

7071
* See the following technical blogs for information about the algorithms used:

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
- name: Overview
44
expanded: true
55
items:
6-
- name: What is Anomaly Detector (univariate)?
6+
- name: What is Univariate Anomaly Detector?
77
href: overview.md
8-
- name: What is Anomaly Detector (multivariate)?
8+
- name: What is Multivariate Anomaly Detector?
99
href: overview-multivariate.md
1010
- name: Pricing
1111
href: https://aka.ms/adpricing
@@ -98,10 +98,8 @@
9898
items:
9999
- name: Enterprise readiness
100100
items:
101-
- name: Region support (univariate)
101+
- name: Region support
102102
href: https://aka.ms/adregion
103-
- name: Region support (multivariate)
104-
href: overview-multivariate.md#region-support
105103
- name: Compliance and certification
106104
href: https://azure.microsoft.com/support/legal/cognitive-services-compliance-and-privacy/
107105
- name: Support and help options

0 commit comments

Comments
 (0)