Skip to content

Commit 3b211a9

Browse files
committed
Fix image URL
1 parent 6733fd1 commit 3b211a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-window-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Will return:
8484

8585
[**Sliding**](/stream-analytics-query/sliding-window-azure-stream-analytics) windows, unlike Tumbling or Hopping windows, output events only for points in time when the content of the window actually changes. In other words, when an event enters or exits the window. So, every window has at least one event. Similar to Hopping windows, events can belong to more than one sliding window.
8686

87-
![Stream Analytics 10 second sliding window](media/stream-analytics-window-functions/stream-analytics-windo-functions-sliding-intro.png)
87+
![Stream Analytics 10 second sliding window](media/stream-analytics-window-functions/stream-analytics-window-functions-sliding-intro.png)
8888

8989
With the following input data (illustrated above):
9090

0 commit comments

Comments
 (0)