Skip to content

Commit 845ea26

Browse files
authored
Merge pull request #106783 from JSeb225/patch-70
More info on sample data
2 parents 378b202 + fd88b6c commit 845ea26

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ ms.author: mamccrea
66
ms.reviewer: mamccrea
77
ms.service: stream-analytics
88
ms.topic: conceptual
9-
ms.date: 08/23/2019
9+
ms.date: 3/6/2020
1010
ms.custom: seodec18
1111
---
1212

13-
# Test an Azure Stream Analytics job with sample data
13+
# Test an Azure Stream Analytics job in the portal
1414

15-
In Azure Stream Analytics, you can test your query without starting or stopping your job. You can test queries on incoming data from your input sink or uploaded sample data from a local file on Azure Portal. You can also test queries locally from your local sample data or live data in [Visual Studio](stream-analytics-live-data-local-testing.md) and [Visual Studio Code](visual-studio-code-local-run-live-input.md).
15+
In Azure Stream Analytics, you can test your query without starting or stopping your job. You can test queries on incoming data from your streaming sources or upload sample data from a local file on Azure Portal. You can also test queries locally from your local sample data or live data in [Visual Studio](stream-analytics-live-data-local-testing.md) and [Visual Studio Code](visual-studio-code-local-run-live-input.md).
1616

17-
## Sample incoming data from input
17+
## Automatically sample incoming data from input
1818

19-
Azure Stream Analytics automatically fetches events from your streaming input. You can run queries on the default sample or set a specific time frame for the sample.
19+
Azure Stream Analytics automatically fetches events from your streaming inputs. You can run queries on the default sample or set a specific time frame for the sample.
2020

2121
1. Sign in to the Azure portal.
2222

@@ -93,6 +93,7 @@ Instead of using live data, you can use sample data from a local file to test yo
9393
10. After you verify the results shown in the browser, you can **Start** the job.
9494

9595
## Next steps
96+
* [Build an IoT solution by using Stream Analytics](https://docs.microsoft.com/azure/stream-analytics/stream-analytics-build-an-iot-solution-using-stream-analytics): this tutorial will guide you to build an end-to-end solution with a data generator that will simulate traffic at a toll booth.
9697

9798
* [Azure Stream Analytics Query Language Reference](https://docs.microsoft.com/stream-analytics-query/stream-analytics-query-language-reference)
9899

0 commit comments

Comments
 (0)