Skip to content

Commit 539f6c1

Browse files
committed
Added a link to YouTube video
1 parent dbc2dc2 commit 539f6c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/stream-analytics/stream-analytics-machine-learning-anomaly-detection.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to use Azure Stream Analytics and Azure
44
ms.service: stream-analytics
55
ms.custom: ignite-2022
66
ms.topic: how-to
7-
ms.date: 10/05/2022
7+
ms.date: 01/09/2024
88
---
99

1010
# Anomaly detection in Azure Stream Analytics
@@ -146,6 +146,10 @@ Sample code to run the non-partitioned configurations above is located in the [S
146146
### Identifying bottlenecks
147147
Use the Metrics pane in your Azure Stream Analytics job to identify bottlenecks in your pipeline. Review **Input/Output Events** for throughput and ["Watermark Delay"](https://azure.microsoft.com/blog/new-metric-in-azure-stream-analytics-tracks-latency-of-your-streaming-pipeline/) or **Backlogged Events** to see if the job is keeping up with the input rate. For Event Hub metrics, look for **Throttled Requests** and adjust the Threshold Units accordingly. For Azure Cosmos DB metrics, review **Max consumed RU/s per partition key range** under Throughput to ensure your partition key ranges are uniformly consumed. For Azure SQL DB, monitor **Log IO** and **CPU**.
148148

149+
## Demo video
150+
151+
> [!VIDEO https://www.youtube.com/embed/Ra8HhBLdzHE?si=erKzcoSQb-rEGLXG]
152+
149153
## Next steps
150154

151155
* [Introduction to Azure Stream Analytics](stream-analytics-introduction.md)

0 commit comments

Comments
 (0)