Skip to content

Commit 6987dfc

Browse files
authored
Apply suggestions from code review
fixed alt-text
1 parent de0dc07 commit 6987dfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ 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 vs code." 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="Screenshot of the Azure portal using the Open in VSCode to launch VSCode in the local machine." lightbox= "./media/stream-analytics-migrate-to-vscode/portal-open-in-vscode.png" :::
4343

4444
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.
@@ -71,15 +71,15 @@ 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 vs code." 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="Screenshot of the Visual Studio Coding using Run Locally to run an ASA job." 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

7878
![vscode command palette](./media/stream-analytics-migrate-to-vscode/local-run-command-palette.png)
7979

8080
4. If your job started successfully, you can view the output results, job diagram, and metrics for your ASA job.
8181

82-
:::image type="content" source="./media/stream-analytics-migrate-to-vscode/vscode-job-diagram-metrics.png" alt-text="view-metrics" lightbox= "./media/stream-analytics-migrate-to-vscode/vscode-job-diagram-metrics.png" :::
82+
:::image type="content" source="./media/stream-analytics-migrate-to-vscode/vscode-job-diagram-metrics.png" alt-text="Screenshot of the Visual Studio Code using Job Diagram and Metric features. " lightbox= "./media/stream-analytics-migrate-to-vscode/vscode-job-diagram-metrics.png" :::
8383

8484
For more details about debugging, visit [Debug ASA queries locally using job diagram](./debug-locally-using-job-diagram-vs-code.md)
8585

@@ -122,7 +122,7 @@ No, if your ASA job has configured multiple Inputs and Outputs sources in the Az
122122

123123
3. Then you can preview data and verify if the new input source is added.
124124

125-
:::image type="content" source="./media/stream-analytics-migrate-to-vscode/preview-data.png" alt-text="vscode preview data" lightbox= "./media/stream-analytics-migrate-to-vscode/preview-data.png" :::
125+
:::image type="content" source="./media/stream-analytics-migrate-to-vscode/preview-data.png" alt-text="Screenshot of the Visual Studio Code using Preview Data." lightbox= "./media/stream-analytics-migrate-to-vscode/preview-data.png" :::
126126

127127
## Next steps
128128

0 commit comments

Comments
 (0)