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-vs-tools-local-run.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 07/10/2018
13
13
14
14
# Test Stream Analytics queries locally with Visual Studio
15
15
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.
17
17
18
18
Use this [Quickstart](stream-analytics-quick-create-vs.md) to learn how to create a Stream Analytics job using Visual Studio.
19
19
@@ -25,7 +25,7 @@ In your Azure Stream Analytics project, double-click **Script.asaql** to open th
25
25
26
26
### Add local input
27
27
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**.
29
29
30
30

31
31
@@ -64,6 +64,8 @@ You can see the progress in the **Output** window.
64
64

65
65
66
66
## Next steps
67
+
68
+
*[Use Visual Studio to view Azure Stream Analytics jobs](stream-analytics-vs-tools.md)
67
69
*[Quickstart: Create a Stream Analytics job using Visual Studio](stream-analytics-quick-create-vs.md)
68
70
*[Tutorial: Deploy an Azure Stream Analytics job with CI/CD using VSTS](stream-analytics-tools-visual-studio-cicd-vsts.md)
69
71
*[Continuously integrate and develop with Stream Analytics tools](stream-analytics-tools-for-visual-studio-cicd.md)
Copy file name to clipboardExpand all lines: articles/stream-analytics/stream-analytics-vs-tools.md
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ You can use the job view to interact with Azure Stream Analytics jobs from Visua
29
29
30
30
### Open the job view
31
31
32
-
1. In **Server Explorer**, select **Stream Analytics jobs** and then select **Refresh**. Your job should appear under **Stream Analytics jobs**.
33
-
34
-

32
+
1. In **Server Explorer**, select **Stream Analytics jobs** and then select **Refresh**. Your job should appear under **Stream Analytics jobs**.
33
+
34
+
<imgsrc="./media/stream-analytics-vs-tools/stream-analytics-tools-for-vs-list-jobs-01.png"alt="Stream Analytics server explorer list"width=300px>
35
35
36
36
2. Expand your job node, and double-click on the **Job View** node to open a job view.
37
37
@@ -46,6 +46,9 @@ Azure Stream Analytics jobs can be fully managed from the job view in Visual Stu
46
46
47
47
## Check job results
48
48
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.
0 commit comments