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 1499784

Browse files
committedAug 7, 2018
update vs docs
1 parent ad7b664 commit 1499784

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-7
lines changed
 
Loading

‎articles/stream-analytics/stream-analytics-monitor-jobs-use-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article demonstrates how to monitor your Stream Analytics job in Visual Stu
1919

2020
The **Job Summary** and **Job Metrics** give a quick snapshot of your job. At a glance, you can determine a job's status and event information.
2121

22-
![Stream Analytics job summary and job metrics](./media/stream-analytics-monitor-jobs-use-vs/stream-analytics-job-summary-metrics.png)
22+
<img src="./media/stream-analytics-monitor-jobs-use-vs/stream-analytics-job-summary-metrics.png" alt="Stream Analytics job summary and job metrics" width=300px>
2323

2424
## Job metrics
2525

‎articles/stream-analytics/stream-analytics-vs-tools-local-run.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 07/10/2018
1313

1414
# Test Stream Analytics queries locally with Visual Studio
1515

16-
You can use Azure Stream Analytics tools for Visual Studio to test your Stream Analytics jobs locally with sample data. Local testing does not support queries with geo-spatial functions or saving outputs in JSON format.
16+
You can use Azure Stream Analytics tools for Visual Studio to test your Stream Analytics jobs locally with sample data.
1717

1818
Use this [Quickstart](stream-analytics-quick-create-vs.md) to learn how to create a Stream Analytics job using Visual Studio.
1919

@@ -25,7 +25,7 @@ In your Azure Stream Analytics project, double-click **Script.asaql** to open th
2525

2626
### Add local input
2727

28-
To validate your query against sample data, right-click the input and select **Add local input**.
28+
To validate your query against local static data, right-click the input and select **Add local input**.
2929

3030
![Add local input](./media/stream-analytics-vs-tools-local-run/stream-analytics-tools-for-vs-add-local-input-01.png)
3131

@@ -64,6 +64,8 @@ You can see the progress in the **Output** window.
6464
![Sample data output](./media/stream-analytics-vs-tools-local-run/stream-analytics-tools-for-vs-sample-data-03.png)
6565

6666
## Next steps
67+
68+
* [Use Visual Studio to view Azure Stream Analytics jobs](stream-analytics-vs-tools.md)
6769
* [Quickstart: Create a Stream Analytics job using Visual Studio](stream-analytics-quick-create-vs.md)
6870
* [Tutorial: Deploy an Azure Stream Analytics job with CI/CD using VSTS](stream-analytics-tools-visual-studio-cicd-vsts.md)
6971
* [Continuously integrate and develop with Stream Analytics tools](stream-analytics-tools-for-visual-studio-cicd.md)

‎articles/stream-analytics/stream-analytics-vs-tools.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ You can use the job view to interact with Azure Stream Analytics jobs from Visua
2929

3030
### Open the job view
3131

32-
1. In **Server Explorer**, select **Stream Analytics jobs** and then select **Refresh**. Your job should appear under **Stream Analytics jobs**.
33-
34-
![Stream Analytics server explorer list](./media/stream-analytics-vs-tools/stream-analytics-tools-for-vs-list-jobs-01.png)
32+
1. In **Server Explorer**, select **Stream Analytics jobs** and then select **Refresh**. Your job should appear under **Stream Analytics jobs**.
33+
34+
<img src="./media/stream-analytics-vs-tools/stream-analytics-tools-for-vs-list-jobs-01.png" alt="Stream Analytics server explorer list" width=300px>
3535

3636
2. Expand your job node, and double-click on the **Job View** node to open a job view.
3737

@@ -46,6 +46,9 @@ Azure Stream Analytics jobs can be fully managed from the job view in Visual Stu
4646

4747
## Check job results
4848

49+
Stream Analytics tools for Visual Studio currently supports output preview for Azure Data Lake Storage Storage and blob storage. To view result, simply double click the output node of the job diagram in **Job View** and enter the appropriate credentials.
50+
51+
![Stream Analytics job blob output](./media/stream-analytics-vs-tools/stream-analytics-blob-preview.png)
4952

5053

5154
## Export jobs to a project
@@ -66,6 +69,17 @@ There are two ways you can export an existing job to a project.
6669

6770
## Test connections
6871

72+
Input and output connections can be tested from the **Job View** by selecting an option from the **Test Connection** dropdown.
73+
74+
![Test Connection dropdown](./media/stream-analytics-vs-tools/stream-analytics-test-connection-dropdown.png)
75+
76+
The **Test Connection** results are displayed in the **Output** window.
77+
78+
![Test Connection results](./media/stream-analytics-vs-tools/stream-analytics-test-connection-results.png)
6979

80+
## Next Steps
7081

71-
## Next Steps
82+
* [Monitor and manage Azure Stream Analytics jobs using Visual Studio](stream-analytics-monitor-jobs-use-vs.md)
83+
* [Quickstart: Create a Stream Analytics job using Visual Studio](stream-analytics-quick-create-vs.md)
84+
* [Tutorial: Deploy an Azure Stream Analytics job with CI/CD using VSTS](stream-analytics-tools-visual-studio-cicd-vsts.md)
85+
* [Continuously integrate and develop with Stream Analytics tools](stream-analytics-tools-for-visual-studio-cicd.md)

0 commit comments

Comments
 (0)
Please sign in to comment.