Skip to content

Commit d50bc38

Browse files
committed
make final change
1 parent 13d29d6 commit d50bc38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/stream-analytics/migrate-to-vscode.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: stream-analytics
1010

1111
# How to Migrate ASA projects to Visual Studio Code
1212

13-
This article provides guidance for Visual Studio users migrating ASA projects to Visual Studio Code (VSCode). Please note that the ASA tools extension for Visual Studio is no longer maintained. We recommend that you use the ASA tools extension in VSCode for local testing before you submit and start an ASA job.
13+
This article provides guidance for Visual Studio users migrating Azure Stream Analytics (ASA) projects to Visual Studio Code (VSCode). Please note that the ASA Tools extension for Visual Studio is no longer maintained. We recommend that you use the ASA tools extension in VSCode for local testing before you submit and start an ASA job.
1414

1515
If you have a local ASA project in Visual Studio, follow [these steps](#faqs) to submit your ASA project to Azure portal.
1616

@@ -39,20 +39,20 @@ If you've created an ASA job in the Azure portal, you can export the ASA job to
3939

4040
1. Sign in to Azure portal and open your ASA job. Under **Query** page, select **Open in VS Code** to export job.
4141

42-
:::image type="content" source="./media/stream-analytics-migrate-to-vscode/portal-open-in-vscode.png" alt-text="portal open in vscode." lightbox= "./media/stream-analytics-migrate-to-vscode/portal-open-in-vscode.png" :::
42+
:::image type="content" source="./media/stream-analytics-migrate-to-vscode/portal-open-in-vscode.png" alt-text="portal open in vs code." lightbox= "./media/stream-analytics-migrate-to-vscode/portal-open-in-vscode.png" :::
4343

44-
2. Select a folder where you want to export your ASA project.
44+
2. Select a folder where you want to export the ASA project.
4545
3. Then it will automatically create an ASA project and add it to your workspace in VSCode. You should see a folder with the same name as your ASA job.
4646

4747
![VSCode export ASA project](./media/stream-analytics-migrate-to-vscode/vscode-export-asa-project.jpg)
4848

49-
4. A Stream Analytics project consists of three folders: **Inputs**, **Outputs**, and **Functions**. It also has the query script **(\*.asaql)**, a **JobConfig.json** file, and an **asaproj.json** configuration file. If you has configured multiple Input and Output sources for the job, it will create JSON files for each source under the folders respectively.
49+
4. A Stream Analytics project consists of three folders: **Inputs**, **Outputs**, and **Functions**. It also has the query script **(\*.asaql)**, a **JobConfig.json** file, and an **asaproj.json** configuration file. If you have configured multiple Input and Output sources for the job, it will create JSON files for each source under the folders respectively.
5050

5151
![VSCode Inputs and Outputs folders](./media/stream-analytics-migrate-to-vscode/vscode-folders.jpg)
5252

5353
### Option 2 - Export an ASA job in VSCode
5454

55-
1. Select the **Azure** icon on the VSCode activity bar. Find the **Subscription** where your ASA job is created, click **Export** to export the ASA job.
55+
1. Select the **Azure** icon on the VSCode activity bar. Find the **Subscription** where your ASA job is created, select **Export** to export the ASA job.
5656

5757
![Export an ASA job in VSCode](./media/stream-analytics-migrate-to-vscode/vscode-export-job.jpg)
5858

@@ -71,7 +71,7 @@ Follow these steps to run your job with live input and save output results local
7171

7272
2. Go to. **\*.asaql** file, select **Run Locally**.
7373

74-
:::image type="content" source="media/stream-analytics-migrate-to-vscode/run-locally-vscode.png" alt-text="run locally vscode." lightbox= "media/stream-analytics-migrate-to-vscode/run-locally-vscode.png" :::
74+
:::image type="content" source="media/stream-analytics-migrate-to-vscode/run-locally-vscode.png" alt-text="run locally vs code." lightbox= "media/stream-analytics-migrate-to-vscode/run-locally-vscode.png" :::
7575

7676
3. Then select **Use Live Input and Local Output** under the Command Palette.
7777

0 commit comments

Comments
 (0)