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
Copy file name to clipboardExpand all lines: articles/stream-analytics/stream-analytics-test-query.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,11 @@ Azure Stream Analytics automatically fetches events from your streaming input. Y
49
49
50
50

51
51
52
-
7.Set the time range of the events you want to use to test your query and select **Sample**. Within that time frame, you can retrieve up to 1000 events or 1 MB, whichever comes first.
52
+
7.Set the time range of the events you want to use to test your query and select **Sample**. Within that time frame, you can retrieve up to 1000 events or 1 MB, whichever comes first.
53
53
54
54

55
55
56
-
8.Once the events are sampled for selected time range, they appear in the **Input preview** tab.
56
+
8.Once the events are sampled for selected time range, they appear in the **Input preview** tab.
57
57
58
58

59
59
@@ -65,6 +65,8 @@ Azure Stream Analytics automatically fetches events from your streaming input. Y
65
65
66
66
## Upload sample data from a local file
67
67
68
+
Instead of using live data, you can use sample data from a local file to test your Azure Stream Analytics query.
69
+
68
70
1. Sign in to the Azure portal.
69
71
70
72
2. Locate your existing Stream Analytics job and select it.
@@ -92,5 +94,11 @@ Azure Stream Analytics automatically fetches events from your streaming input. Y
92
94
10. After you verify the results shown in the browser, you can **Start** the job.
93
95
94
96
## Next steps
95
-
> [!div class="nextstepaction"]
96
-
> [Azure Stream Analytics Query Language Reference](https://docs.microsoft.com/stream-analytics-query/stream-analytics-query-language-reference)
97
+
98
+
*[Azure Stream Analytics Query Language Reference](https://docs.microsoft.com/stream-analytics-query/stream-analytics-query-language-reference)
99
+
100
+
*[Query examples for common Stream Analytics usage patterns](stream-analytics-stream-analytics-query-patterns.md)
101
+
102
+
*[Understand inputs for Azure Stream Analytics](stream-analytics-add-inputs.md)
103
+
104
+
*[Understand outputs from Azure Stream Analytics](stream-analytics-define-outputs.md)
0 commit comments