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-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,13 @@ If you have a local working ASA project in Visual Studio, follow [these steps](#
31
31
5. When you're signed in, your Azure account name appears on the status bar in the lower-left corner of the Visual Studio Code window.
32
32
33
33
34
-
## Download an ASA Job and open in VSCode
34
+
## Export an ASA Job and open in VSCode
35
35
36
-
If you've created an ASA job in the Azure portal, you can download the ASA job to VSCode in your local machine. There are two ways to export an ASA job:
36
+
If you've created an ASA job in the Azure portal, you can export the ASA job to VSCode in your local machine. There are two ways to export an ASA job:
37
37
38
38
### Option 1 – Export from the Azure portal
39
39
40
-
1. Sign in to Azure portal and open your ASA job. Under **Query** in the menu, select **Open in VSCode** to export the job.
40
+
1. Sign in to Azure portal and open your ASA job. Under **Query** in the menu, select **Open in VS Code** to export the job.
41
41
42
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" :::
43
43
@@ -53,7 +53,7 @@ If you've created an ASA job in the Azure portal, you can download the ASA job t
53
53
54
54
### Option 2 - Export an ASA job in VSCode
55
55
56
-
1. Select the **Azure** icon on the VSCode activity bar. Find the **Subscription** where your ASA job is created, select**Export** to download the ASA job.
56
+
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.
57
57
58
58

59
59
@@ -68,7 +68,7 @@ If you've created an ASA job in the Azure portal, you can download the ASA job t
68
68
After an ASA job is exported, you can run your query on the local machine. For input, data can be ingested from local files or live sources. Output results are either sent as files to a local folder, or to the live sinks. For more detail, visit [Run jobs locally with VS Code](./visual-studio-code-local-run-all.md).
69
69
70
70
Follow these steps to run your job with live input and save output results locally:
71
-
1. Before you begin, install [.NET core SDK](https://dotnet.microsoft.com/en-us/download) and restart Visual Studio Code.
71
+
1. Before you begin, install [.NET core SDK](https://dotnet.microsoft.com/download) and restart Visual Studio Code.
72
72
73
73
2. Go to. **\*.asaql** file, select **Run Locally**.
74
74
@@ -78,7 +78,7 @@ Follow these steps to run your job with live input and save output results local
0 commit comments