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/visual-studio-code-explore-jobs.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,58 +22,58 @@ The Azure Stream Analytics (ASA) extension for Visual Studio Code gives you a se
22
22
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.
23
23
2. Select **STREAM ANALYTICS** in the explorer to locate the job you want to export.
24
24
25
-

25
+

26
26
27
27
## List job and view job entities
28
28
29
29
You can use the job view to interact with Azure Stream Analytics jobs from Visual Studio.
30
30
31
31
1. Select the **Azure** icon on Visual Studio Code Activity Bar and then expand **Stream Analytics node**. Your jobs should appear under your subscriptions.
32
32
33
-

33
+

34
34
35
35
2. Expand your job node, you can open and view the job query, configuration, inputs, outputs and functions.
36
36
37
37
3. Right-click your job node, and choose the **Open Job View in Portal** node to open the job view in the Azure portal.
38
38
39
-

39
+

40
40
41
41
## View job diagram and debug in Job Monitor
42
42
43
43
You can use job monitor in Visual Studio Code to view and troubleshoot your Azure Stream Analytics jobs.
44
44
45
45
### View job diagram and job summary
46
46
1. Select **Job Monitor**. Your Job Monitor should appear, and job diagram should be loaded automatically.
47
-

47
+

48
48
49
49
2. You can view your job diagram and select **Job Summary** to view properties and information of your job.
50
-

50
+

51
51
52
52
3. You can select **Test Connection** button to test connection to your input and output.
53
-

53
+

54
54
55
55
4. You can also select **Locate Script** button to view your query.
1. Select the arrow button, you can open the Metrics panel.
61
-

61
+

62
62
63
63
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
-

64
+

65
65
66
66
### Debug with diagnostic logs and activity logs
67
67
68
68
You can view your job’s diagnostic logs and activity logs for troubleshooting.
69
69
70
70
1. Select **Diagnostic Logs** tab.
71
71
72
-

72
+

73
73
74
74
2. Select **Activity Logs** tab
75
75
76
-

76
+

0 commit comments