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/migrate-to-vscode.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: stream-analytics
10
10
11
11
# How to Migrate ASA projects to Visual Studio Code
12
12
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.
14
14
15
15
If you have a local ASA project in Visual Studio, follow [these steps](#faqs) to submit your ASA project to Azure portal.
16
16
@@ -39,20 +39,20 @@ If you've created an ASA job in the Azure portal, you can export the ASA job to
39
39
40
40
1. Sign in to Azure portal and open your ASA job. Under **Query** page, select **Open in VS Code** to export job.
41
41
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" :::
43
43
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.
45
45
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.
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.
50
50
51
51

52
52
53
53
### Option 2 - Export an ASA job in VSCode
54
54
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.
56
56
57
57

58
58
@@ -71,7 +71,7 @@ Follow these steps to run your job with live input and save output results local
71
71
72
72
2. Go to. **\*.asaql** file, select **Run Locally**.
0 commit comments