You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When to use Univariate Anomaly Detection v.s. Multivariate Anomaly Detection?
23
+
answer: |
24
+
If your goal is to detect anomalies out of a normal pattern on each individual time series purely based on their own historical data, use the univariate anomaly detection APIs. For example, you want to detect daily revenue anomalies based on revenue data itself, or you want to detect a CPU spike purely based on CPU data.
25
+
If your goal is to detect system level anomalies from a group of time series data, use multivariate anomaly detection APIs. Particularly, when any individual time series won't tell you much, and you have to look at all signals (a group of time series) holistically to determine a system level issue. For example, you have an expensive physical asset like aircraft, equipment on an oil rig, or a satellite. Each of these assets has tens or hundreds of different types of sensors. You would have to look at all those time series signals from those sensors to decide whether there's system level issue.
26
+
- question: |
27
+
Can the Anomaly Detector service be used in other platforms or applications?
28
+
answer: |
29
+
Anomaly Detector is now integrated into Power BI, Azure Data Explorer, and Azure Synapse. You could also use our service in Azure Machine Learning, and Azure Databricks.
30
+
- question: |
31
+
Is Anomaly Detector available in my Azure region?
32
+
answer: |
33
+
Anomaly Detector is generally available in many of the [30+ Azure global infrastructure regions](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=cognitive-services®ions=all).
34
+
Choose the region that is best for you and your customers.
35
+
- question: |
36
+
Can Anomaly Detector be deployed to the edge?
37
+
answer: |
38
+
[Use Univariate Anomaly Detector containers](anomaly-detector-container-howto.md) to deploy API features on-premises. Docker containers enable you to bring the service closer to your data for compliance, security, or other operational reasons. Multivariate Anomaly Detection doesn't currently support containers.
39
+
- question: |
40
+
Is the Anomaly Detector service zone resilient?
41
+
answer: |
42
+
Yes. The Anomaly Detector service is zone-resilient by default.
43
+
- question: |
44
+
How do I configure the Anomaly Detector service to be zone-resilient?
45
+
answer: |
46
+
No customer configuration is necessary to enable zone-resiliency. Zone-resiliency for Anomaly Detector resources is available by default and managed by the service itself.
47
+
48
+
additionalContent: |
49
+
## Next steps
50
+
* [What is the Anomaly Detector API?](overview.md)
0 commit comments