Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 889435c

Browse files
committedJul 14, 2021
fixed pic indent content issue and removed sub id
1 parent f9d2f2c commit 889435c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
 
Loading
Binary file not shown.
Binary file not shown.
Loading

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,41 +42,41 @@ You can use the job view to interact with Azure Stream Analytics jobs from Visua
4242
You can use job monitor in Visual Studio Code to view and troubleshoot your Azure Stream Analytics jobs.
4343

4444
### View job diagram and job summary
45-
1. Click on **Job Monitor**. Your Job Monitor should appear, and job diagram should be loaded automatically.
45+
1. Select **Job Monitor**. Your Job Monitor should appear, and job diagram should be loaded automatically.
4646

4747
![Open Job Monitor](./media/vscode-explore-jobs/open-job-monitor.png)
4848

4949
2. You can view your job diagram and click on **Job Summary** to view properties and information of your job.
5050

51-
![View Job Summary](./media/vscode-explore-jobs/view-job-summary.png)
51+
![View Job Summary](./media/vscode-explore-jobs/view-jobs-summary.png)
5252

5353
3. You can click on **Test Connection** button to test connection to your input and output.
5454

55-
![Test Connection](./media/vscode-explore-jobs/test-connection.png)
55+
![Test Connection](./media/vscode-explore-jobs/test-connection.png)
5656

5757
4. You can also click on **Locate Script** button to view your query.
5858

59-
![View Query](./media/vscode-explore-jobs/view-query.png)
59+
![View Query](./media/vscode-explore-jobs/view-query.png)
6060

6161
### Monitor and debug with Metrics
6262

6363
1. Click on the arrow button, you can open the Metrics panel.
6464

65-
![Open Metrics Panel](./media/vscode-explore-jobs/open-metrics-panel.png)
65+
![Open Metrics Panel](./media/vscode-explore-jobs/open-metrics-panel.png)
6666

6767
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.
6868

69-
![View Metrics](./media/vscode-explore-jobs/view-metrics.png)
69+
![View Metrics](./media/vscode-explore-jobs/view-metrics.png)
7070

7171
### Debug with diagnostic logs and activity logs
7272

7373
You can view your job’s diagnostic logs and activity logs for troubleshooting.
7474

75-
1. Click on **Diagnostic Logs** tab.
75+
1. Select **Diagnostic Logs** tab.
7676

77-
![View Diagnostic Logs](./media/vscode-explore-jobs/view-diagnostic-logs.png)
77+
![View Diagnostic Logs](./media/vscode-explore-jobs/view-diagnostic-log.png)
7878

79-
2. Click on **Activity Logs** tab
79+
2. Select **Activity Logs** tab
8080

8181
![View Activity Logs](./media/vscode-explore-jobs/view-activity-logs.png)
8282

0 commit comments

Comments
 (0)
Please sign in to comment.