Skip to content

Commit e94809c

Browse files
committed
update next steps
1 parent 947f66a commit e94809c

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/stream-analytics/stream-analytics-test-query.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Azure Stream Analytics automatically fetches events from your streaming input. Y
4949

5050
![Azure Stream Analytics time range for incoming sample events](./media/stream-analytics-test-query/asa-select-time-range.png)
5151

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.
5353

5454
![Azure Stream Analytics set time range for incoming sample events](./media/stream-analytics-test-query/asa-set-time-range.png)
5555

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.
5757

5858
![Azure Stream Analytics view test results](./media/stream-analytics-test-query/asa-view-test-results.png)
5959

@@ -65,6 +65,8 @@ Azure Stream Analytics automatically fetches events from your streaming input. Y
6565

6666
## Upload sample data from a local file
6767

68+
Instead of using live data, you can use sample data from a local file to test your Azure Stream Analytics query.
69+
6870
1. Sign in to the Azure portal.
6971

7072
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
9294
10. After you verify the results shown in the browser, you can **Start** the job.
9395

9496
## 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

Comments
 (0)