Skip to content

Commit 9c121d2

Browse files
authored
Merge pull request #111776 from su-jie/vscodeqs
Update ASA tools quick start doc
2 parents 17a51f0 + 79a7b8f commit 9c121d2

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

articles/stream-analytics/feature-comparison.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.date: 06/27/2019
1212

1313
With Azure Stream Analytics, you can create streaming solutions in the cloud and at the IoT Edge using [Azure portal](stream-analytics-quick-create-portal.md), [Visual Studio](stream-analytics-quick-create-vs.md), and [Visual Studio Code](quick-create-vs-code.md). The tables in this article show which features are supported by each platform for both job types.
1414

15+
> [!NOTE]
16+
> Visual Studio and Visual Studio Code tools don't support jobs in the China East, China North, Germany Central, and Germany NorthEast regions.
17+
1518
## Cloud job features
1619

1720

articles/stream-analytics/quick-create-vs-code.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.custom: mvc
1414

1515
This quickstart shows you how to create and run an Azure Stream Analytics job by using the Azure Stream Analytics Tools extension for Visual Studio Code. The example job reads streaming data from an Azure IoT Hub device. You define a job that calculates the average temperature when over 27° and writes the resulting output events to a new file in blob storage.
1616

17+
> [!NOTE]
18+
> Visual Studio and Visual Studio Code tools don't support jobs in the China East, China North, Germany Central, and Germany NorthEast regions.
19+
1720
## Before you begin
1821

1922
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).
@@ -138,14 +141,6 @@ Before you define the Stream Analytics job, you should prepare the data that's l
138141
HAVING Temperature > 27
139142
```
140143

141-
## Test the query locally with sample data
142-
143-
Before you run the query in the cloud, you can test it locally with a local sample data file or with data captured from live input to verify the query logic.
144-
145-
Follow the instructions in [Test queries locally with sample data](visual-studio-code-local-run.md) for more details.
146-
147-
![Test with sample data in Visual Studio Code](./media/vscode-local-run/localrun-localinput.gif)
148-
149144
## Define a live input
150145

151146
1. Right-click the **Inputs** folder in your Stream Analytics project. Then select **ASA: Add Input** from the context menu.
@@ -277,6 +272,8 @@ In this quickstart, you deployed a simple Stream Analytics job by using Visual S
277272

278273
To learn about Azure Stream Analytics Tools for Visual Studio Code, continue to the following articles:
279274

275+
* [Test Stream Analytics queries locally with sample data using Visual Studio Code](visual-studio-code-local-run.md)
276+
280277
* [Test Azure Stream Analytics jobs locally against live input with Visual Studio Code](visual-studio-code-local-run-live-input.md)
281278

282279
* [Use Visual Studio Code to view Azure Stream Analytics jobs](visual-studio-code-explore-jobs.md)

articles/stream-analytics/stream-analytics-quick-create-vs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.service: stream-analytics
1414

1515
This quickstart shows you how to create and run a Stream Analytics job using Azure Stream Analytics tools for Visual Studio. The example job reads streaming data from an IoT Hub device. You define a job that calculates the average temperature when over 27° and writes the resulting output events to a new file in blob storage.
1616

17+
> [!NOTE]
18+
> Visual Studio and Visual Studio Code tools don't support jobs in the China East, China North, Germany Central, and Germany NorthEast regions.
19+
1720
## Before you begin
1821

1922
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).

0 commit comments

Comments
 (0)