Skip to content

Commit 4f3bb1d

Browse files
committed
Fix typo
Iot Hub -> IoT Hub
1 parent 96a90c5 commit 4f3bb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The model's response time increases with history size because it needs to compar
3030

3131
Gaps in the time series can be a result of the model not receiving events at certain points in time. This situation is handled by Stream Analytics using imputation logic. The history size, as well as a time duration, for the same sliding window is used to calculate the average rate at which events are expected to arrive.
3232

33-
An anomaly generator available [here](https://aka.ms/asaanomalygenerator) can be used to feed an Iot Hub with data with different anomaly patterns. An Azure Stream Analytics job can be set up with these anomaly detection functions to read from this Iot Hub and detect anomalies.
33+
An anomaly generator available [here](https://aka.ms/asaanomalygenerator) can be used to feed an IoT Hub with data with different anomaly patterns. An Azure Stream Analytics job can be set up with these anomaly detection functions to read from this IoT Hub and detect anomalies.
3434

3535
## Spike and dip
3636

0 commit comments

Comments
 (0)