Skip to content

Commit dd8db99

Browse files
authored
Merge pull request #126516 from changeworld/patch-32
Fix typo
2 parents faec40b + a57c80d commit dd8db99

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/stream-analytics/visual-studio-code-explore-jobs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,58 +22,58 @@ The Azure Stream Analytics (ASA) extension for Visual Studio Code gives you a se
2222
1. Open your VS Code and select **Azure** icon on the activity bar. If you haven't installed the ASA extension, follow [this guide](./quick-create-visual-studio-code.md) to install.
2323
2. Select **STREAM ANALYTICS** in the explorer to locate the job you want to export.
2424

25-
![Screenshot of VSCode extension exporting ASA job to Visual Studio Code.](./media/vscode-explore-jobs/export-job.png)
25+
![Screenshot of VS Code extension exporting ASA job to Visual Studio Code.](./media/vscode-explore-jobs/export-job.png)
2626

2727
## List job and view job entities
2828

2929
You can use the job view to interact with Azure Stream Analytics jobs from Visual Studio.
3030

3131
1. Select the **Azure** icon on Visual Studio Code Activity Bar and then expand **Stream Analytics node**. Your jobs should appear under your subscriptions.
3232

33-
![Screenshot of VSCode extension opening Stream Analytics Explorer.](./media/vscode-explore-jobs/open-explorer.png)
33+
![Screenshot of VS Code extension opening Stream Analytics Explorer.](./media/vscode-explore-jobs/open-explorer.png)
3434

3535
2. Expand your job node, you can open and view the job query, configuration, inputs, outputs and functions.
3636

3737
3. Right-click your job node, and choose the **Open Job View in Portal** node to open the job view in the Azure portal.
3838

39-
![Screenshot of VSCode extension opening job view in portal.](./media/vscode-explore-jobs/open-job-view.png)
39+
![Screenshot of VS Code extension opening job view in portal.](./media/vscode-explore-jobs/open-job-view.png)
4040

4141
## View job diagram and debug in Job Monitor
4242

4343
You can use job monitor in Visual Studio Code to view and troubleshoot your Azure Stream Analytics jobs.
4444

4545
### View job diagram and job summary
4646
1. Select **Job Monitor**. Your Job Monitor should appear, and job diagram should be loaded automatically.
47-
![Screenshot of VSCode extension opening Job Monitor.](./media/vscode-explore-jobs/open-job-monitor.png)
47+
![Screenshot of VS Code extension opening Job Monitor.](./media/vscode-explore-jobs/open-job-monitor.png)
4848

4949
2. You can view your job diagram and select **Job Summary** to view properties and information of your job.
50-
![Screenshot of VSCode extension viewing Job Summary.](./media/vscode-explore-jobs/view-jobs-summary.png)
50+
![Screenshot of VS Code extension viewing Job Summary.](./media/vscode-explore-jobs/view-jobs-summary.png)
5151

5252
3. You can select **Test Connection** button to test connection to your input and output.
53-
![Screenshot of VSCode extension testing connection.](./media/vscode-explore-jobs/test-connection.png)
53+
![Screenshot of VS Code extension testing connection.](./media/vscode-explore-jobs/test-connection.png)
5454

5555
4. You can also select **Locate Script** button to view your query.
5656
![View Query](./media/vscode-explore-jobs/view-query.png)
5757

5858
### Monitor and debug with Metrics
5959

6060
1. Select the arrow button, you can open the Metrics panel.
61-
![Screenshot of VSCode extension opening Metrics Panel.](./media/vscode-explore-jobs/open-metrics-panel.png)
61+
![Screenshot of VS Code extension opening Metrics Panel.](./media/vscode-explore-jobs/open-metrics-panel.png)
6262

6363
2. You can interact with it and analyze your job with key metrics showing in chart. You can choose to view job-level metrics or nodes level metrics. And you can also decide which metrics you want them to show in the chart.
64-
![Screenshot of VSCode extension viewing job metrics.](./media/vscode-explore-jobs/view-metrics.png)
64+
![Screenshot of VS Code extension viewing job metrics.](./media/vscode-explore-jobs/view-metrics.png)
6565

6666
### Debug with diagnostic logs and activity logs
6767

6868
You can view your job’s diagnostic logs and activity logs for troubleshooting.
6969

7070
1. Select **Diagnostic Logs** tab.
7171

72-
![Screenshot of VSCode extension viewing Diagnostic Logs.](./media/vscode-explore-jobs/view-diagnostic-log.png)
72+
![Screenshot of VS Code extension viewing Diagnostic Logs.](./media/vscode-explore-jobs/view-diagnostic-log.png)
7373

7474
2. Select **Activity Logs** tab
7575

76-
![Screenshot of VSCode extension viewing Activity Logs.](./media/vscode-explore-jobs/view-activity-logs.png)
76+
![Screenshot of VS Code extension viewing Activity Logs.](./media/vscode-explore-jobs/view-activity-logs.png)
7777

7878
## Next steps
7979

0 commit comments

Comments
 (0)