Skip to content

Commit 886db8e

Browse files
authored
Merge pull request #96065 from su-jie/vscodelivetesting
Add doc for live testing in vs code
2 parents 3a0ed41 + 6ea5c4d commit 886db8e

37 files changed

+233
-121
lines changed

articles/stream-analytics/TOC.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@
174174
items:
175175
- name: Install tools
176176
href: stream-analytics-tools-for-visual-studio-install.md
177-
- name: Test with sample data
177+
- name: Test locally with sample data
178178
href: stream-analytics-vs-tools-local-run.md
179-
- name: Test with live data
179+
- name: Test locally with live data
180180
href: stream-analytics-live-data-local-testing.md
181181
- name: View jobs in Visual Studio
182182
href: stream-analytics-vs-tools.md
@@ -188,12 +188,14 @@
188188
href: stream-analytics-edge-csharp-udf-methods.md
189189
- name: Visual Studio Code
190190
items:
191-
- name: Test with sample data
192-
href: vscode-local-run.md
191+
- name: Test locally with sample data
192+
href: visual-studio-code-local-run.md
193+
- name: Test locally with live data
194+
href: visual-studio-code-local-run-live-input.md
193195
- name: Set up CI/CD pipeline
194196
href: setup-cicd-vs-code.md
195197
- name: Explore jobs
196-
href: vscode-explore-jobs.md
198+
href: visual-studio-code-explore-jobs.md
197199
- name: Troubleshoot
198200
items:
199201
- name: Input

articles/stream-analytics/copy-job.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,29 @@ You can copy or back up your deployed Azure Stream Analytics jobs using Visual S
2020

2121
* Install [Azure Stream Analytics extension for Visual Studio Code](https://docs.microsoft.com/azure/stream-analytics/quick-create-vs-code#install-the-azure-stream-analytics-extension) or [Azure Stream Analytics tools for Visual Studio](https://docs.microsoft.com/azure/stream-analytics/quick-create-vs-code#install-the-azure-stream-analytics-extension).
2222

23-
24-
25-
## Visual Studio Code
23+
## Visual Studio Code
2624

2725
1. Click the **Azure** icon on the Visual Studio Code Activity Bar and then expand **Stream Analytics** node. Your jobs should appear under your subscriptions.
2826

2927
![Open Stream Analytics Explorer](./media/vscode-explore-jobs/open-explorer.png)
3028

31-
2. To export a job to a local project, locate the job you wish to export in the **Stream Analytics Explorer** in Visual Studio Code. Then select a folder for your project.
29+
2. To export a job to a local project, locate the job you wish to export in the **Stream Analytics Explorer** in Visual Studio Code. Then select a folder for your project.
3230

3331
![Export ASA job in Visual Studio Code](./media/vscode-explore-jobs/export-job.png)
3432

3533
The project is exported to the folder you select and added to your current workspace.
3634

3735
![Export ASA job in Visual Studio Code](./media/stream-analytics-manage-job/copy-backup-stream-analytics-jobs.png)
3836

39-
3. To publish the job to another region or backup using another name, select **Select from your subscriptions to publish** in the query editor (\*.asaql) and follow the instructions.
40-
41-
![Publish to Azure in Visual Studio Code](./media/quick-create-vs-code/select-subscription.png)
42-
37+
3. To publish the job to another region or backup using another name, select **Select from your subscriptions to publish** in the query editor (\*.asaql) and follow the instructions.
4338

44-
## Visual Studio
39+
![Publish to Azure in Visual Studio Code](./media/quick-create-vs-code/submit-job.png)
4540

46-
1. Follow the [export a deployed Azure Stream Analytics job to a project instructions](https://docs.microsoft.com/azure/stream-analytics/stream-analytics-vs-tools#export-jobs-to-a-project).
41+
## Visual Studio
4742

48-
2. Open the \*.asaql file in the Query Editor, select **Submit To Azure** in the script editor and follow the instructions to publish the job to another region or backup using a new name.
43+
1. Follow the [export a deployed Azure Stream Analytics job to a project instructions](https://docs.microsoft.com/azure/stream-analytics/stream-analytics-vs-tools#export-jobs-to-a-project).
4944

45+
2. Open the \*.asaql file in the Query Editor, select **Submit To Azure** in the script editor and follow the instructions to publish the job to another region or backup using a new name.
5046

5147
## Next steps
5248

articles/stream-analytics/feature-comparison.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ With Azure Stream Analytics, you can create streaming solutions in the cloud and
2626
|SQL database reference data |Yes |Yes |Yes |
2727
|Custom message properties |Yes |No |No |
2828
|Share inputs and outputs across multiple queries |No |Yes |Yes |
29+
|C# custom code function and Deserializer||Yes|No|
2930
|JavaScript UDF and UDA |Yes |Yes |Windows only |
30-
|Machine Learning callouts |Yes, but the query cannot be tested |Yes, but cannot be tested locally |No |
31-
|Compatibility level |1.0</br>1.1</br>1.2 |1.0</br>1.1</br>1.2 |1.0</br>1.1</br>1.2 |
31+
|Machine Learning Service |Yes, but the query cannot be tested |Yes |No |
32+
|Machine Learning Studio |Yes, but the query cannot be tested |Yes |No |
33+
|Compatibility level |1.0</br>1.1</br>1.2 (default) |1.0</br>1.1</br>1.2 (default) |1.0</br>1.1</br>1.2 (default) |
3234
|Built-in ML-based Anomaly Detection functions |Yes |Yes |Yes |
3335
|Built-in GeoSpatial functions |Yes |Yes |Yes |
3436
|Query testing with a sample file |Yes |Yes |Yes |
35-
|Live data local testing |No |Yes |No |
36-
|List jobs and view job entities |Yes |Yes |Yes |
37+
|Live data local testing |No |Yes (with query diagram) |Yes |
38+
|List jobs and view job entities |Yes |Yes |Yes |
3739
|Export a job to a local project |No |Yes |Yes |
3840
|Submit, start, and stop jobs |Yes |Yes |Yes |
3941
|Source control |No |Yes |Yes |
@@ -66,6 +68,6 @@ With Azure Stream Analytics, you can create streaming solutions in the cloud and
6668
* [Tutorial: Write a C# user-defined function for Azure Stream Analytics IoT Edge job (Preview)](stream-analytics-edge-csharp-udf.md)
6769
* [Develop Stream Analytics IoT Edge jobs using Visual Studio tools](stream-analytics-tools-for-visual-studio-edge-jobs.md)
6870
* [Use Visual Studio to view Azure Stream Analytics jobs](stream-analytics-vs-tools.md)
69-
* [Explore Azure Stream Analytics with Visual Studio Code (Preview)](vscode-explore-jobs.md)
71+
* [Explore Azure Stream Analytics with Visual Studio Code (Preview)](visual-studio-code-explore-jobs.md)
7072

7173

articles/stream-analytics/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ landingContent:
149149
- linkListType: how-to-guide
150150
links:
151151
- text: Explore jobs with Visual Studio Code
152-
url: vscode-local-run.md
152+
url: visual-studio-code-explore-jobs.md
153153
- text: Test queries with sample data in Visual Studio Code
154-
url: vscode-local-run.md
154+
url: visual-studio-code-local-run.md
155155
- text: Install tools for Visual Studio
156156
url: stream-analytics-tools-for-visual-studio-install.md
157157
- text: Test queries with sample data in Visual Studio
39 KB
Loading
24.8 KB
Loading
6.51 KB
Loading
10.3 KB
Loading
-151 KB
Loading
43.5 KB
Loading

0 commit comments

Comments
 (0)