Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit caa218d

Browse files
committedSep 18, 2018
update images
1 parent 56dcc6f commit caa218d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
 

‎articles/stream-analytics/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@
123123
items:
124124
- name: Install tools
125125
href: stream-analytics-tools-for-visual-studio-install.md
126-
- name: Test a job locally
126+
- name: Test with sample data
127127
href: stream-analytics-vs-tools-local-run.md
128-
- name: Test live data locally
128+
- name: Test with live data
129129
href: stream-analytics-live-data-local-testing.md
130130
- name: View jobs in Visual Studio
131131
href: stream-analytics-vs-tools.md

‎articles/stream-analytics/stream-analytics-live-data-local-testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 09/24/2018
1212

1313
# Test live data locally using Azure Stream Analytics tools for Visual Studio (Preview)
1414

15-
Azure Stream Analytics tools for Visual Studio allows you to test jobs locally from the IDE using live event streams from Azure Event Hub, IoT Hub, and Blob Storage. Live data local testing can't replace the [performance and scalability testing](stream-analytics-streaming-unit-consumption.md) you can do in Azure portal, but you can save time during functional testing by not having to return to the Azure portal each time you want to test your Stream Analytics job. This feature is in preview and shouldn't be used for production workloads.
15+
Azure Stream Analytics tools for Visual Studio allows you to test jobs locally from the IDE using live event streams from Azure Event Hub, IoT Hub, and Blob Storage. Live data local testing can't replace the [performance and scalability testing](stream-analytics-streaming-unit-consumption.md) you can perform in the cloud, but you can save time during functional testing by not having to submit to the cloud each time you want to test your Stream Analytics job. This feature is in preview and shouldn't be used for production workloads.
1616

1717
## Testing options
1818

@@ -43,7 +43,7 @@ The following local testing options are supported:
4343

4444
![Azure Stream Analytics Visual Studio local testing with live data process window](./media/stream-analytics-live-data-local-testing/stream-analytics-local-testing-cloud-input-process-window.png)
4545

46-
The output results are refreshed every three seconds in the local run result window, and the output files are placed in your project path **ASALocalRun** folder. You can also open the output files by clicking **Open Results Folder** button in the local run result window.
46+
The output results are refreshed every three seconds with the first 500 output rows in the local run result window, and the output files are placed in your project path **ASALocalRun** folder. You can also open the output files by clicking **Open Results Folder** button in the local run result window.
4747

4848
![Azure Stream Analytics Visual Studio local testing with live data open results folder](./media/stream-analytics-live-data-local-testing/stream-analytics-local-testing-cloud-input-open-results-folder.png)
4949

0 commit comments

Comments
 (0)
Please sign in to comment.