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/automation/troubleshoot/collect-data-microsoft-azure-automation-case.md
+22-20Lines changed: 22 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,40 +4,41 @@ description: This article describes the information to gather before opening a c
4
4
services: automation
5
5
ms.subservice:
6
6
ms.topic: troubleshooting
7
-
ms.date: 09/23/2019
7
+
ms.custom: engagement-fy23
8
+
ms.date: 10/21/2022
8
9
---
9
10
10
11
# Data to collect when opening a case for Microsoft Azure Automation
11
12
12
-
This article describes some of the information that you should gather before you open a case for Azure Automation with Microsoft Azure Support. This information is not required to open the case. However, it can help Microsoft resolve your problem more quickly. Also, you may be asked for this data by the support engineer after you open the case.
13
-
14
-
## Basic data
13
+
This article describes the information that you should gather before you open a case for Azure Automation with Microsoft Azure Support. Even though this information isn't required to open a case. However, it helps the support team to quickly resolve a problem.
14
+
15
+
> [!NOTE]
16
+
> For more information, refer the Knowledge Base article [4034605 - How to capture Azure Automation-scripted diagnostics](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics).
15
17
16
-
Collect the basic data described in the Knowledge Base article [4034605 - How to capture Azure Automation-scripted diagnostics](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics).
17
18
18
19
## Data for Update Management issues on Linux
19
20
20
-
1.In addition to the items that are listed in KB [4034605](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics), run the following log collection tool:
21
+
1.Run the following log collection tool, in addition to the details in KB [4034605](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics).
21
22
22
-
[OMS Linux Agent Log Collector](https://github.com/Microsoft/OMS-Agent-for-Linux/blob/master/tools/LogCollector/OMS_Linux_Agent_Log_Collector.md)
23
+
-[OMS Linux Agent Log Collector](https://github.com/Microsoft/OMS-Agent-for-Linux/blob/master/tools/LogCollector/OMS_Linux_Agent_Log_Collector.md)
23
24
24
-
2. Compress the contents of the **/var/opt/microsoft/omsagent/run/automationworker/** folder, then send the compressed file to Azure Support.
25
+
1. Compress the contents of the **/var/opt/microsoft/omsagent/run/automationworker/** folder, and send the compressed file to Azure Support.
25
26
26
-
3. Verify that the ID for the workspace that the Log Analytics agent for Linux reports to is the same as the ID for the workspace being monitored for updates.
27
+
1. Verify that the ID for the workspace that the Log Analytics agent for Linux reports to is the same as the ID for the workspace being monitored for updates.
27
28
28
29
## Data for Update Management issues on Windows
29
30
30
31
1. Collect data for the items listed in [4034605](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics).
31
32
32
-
2. Export the following event logs into the EVTX format:
33
+
1. Export the following event logs into the EVTX format:
33
34
34
35
* System
35
36
* Application
36
37
* Security
37
38
* Operations Manager
38
39
* Microsoft-SMA/Operational
39
40
40
-
3. Verify that the ID of the workspace that the agent reports to is the same as the ID for the workspace being monitored by Windows Updates.
41
+
1. Verify that the ID of the workspace that the agent reports to is the same as the ID for the workspace being monitored by Windows Updates.
41
42
42
43
## Data for job issues
43
44
@@ -48,10 +49,13 @@ Collect the basic data described in the Knowledge Base article [4034605 - How to
48
49
1. In the Azure portal, go to **Automation Accounts**.
49
50
2. Select the Automation account that you are troubleshooting, and note the name.
50
51
3. Select **Jobs**.
52
+
53
+
:::image type="content" source="./media/collect-data-microsoft-azure-automation-case/select-jobs.png" alt-text="Screenshot showing to select jobs menu from automation account.":::
54
+
51
55
4. Choose the job that you are troubleshooting.
52
-
5. In the Job Summary pane, look for the GUID value in **Job ID**.
56
+
5. In the Job Summary pane, check for the GUID value in **Job ID**.
53
57
54
-

58
+
:::image type="content" source="./media/collect-data-microsoft-azure-automation-case/job-summary-job-id.png" alt-text="Screenshot Job ID within Job Summary Pane.":::
55
59
56
60
3. Collect a sample of the script that you are running.
57
61
@@ -62,22 +66,20 @@ Collect the basic data described in the Knowledge Base article [4034605 - How to
62
66
3. Select **Jobs**.
63
67
4. Choose the job that you are troubleshooting.
64
68
5. Select **All Logs**.
65
-
6. In the resulting pane, collect the data.
66
-
67
-

69
+
In the pane below, you can collect the data.
68
70
71
+
:::image type="content" source="./media/collect-data-microsoft-azure-automation-case/all-logs-data.png" alt-text="Screenshot of Data listed under All Logs.":::
72
+
69
73
## Data for module issues
70
74
71
-
In addition to the [basic data items](#basic-data), gather the following information:
75
+
In addition to the knowledge Base article [4034605 - How to capture Azure Automation-scripted diagnostics](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics), obtain the following information:
72
76
73
-
* The steps you have followed, so that the problem can be reproduced.
77
+
* The steps you followed, so that the problem can be reproduced.
74
78
* Screenshots of any error messages.
75
79
* Screenshots of the current modules and their version numbers.
76
80
77
81
## Next steps
78
82
79
-
If you need more help:
80
-
81
83
* Get answers from Azure experts through [Azure Forums](https://azure.microsoft.com/support/forums/).
82
84
* Connect with [@AzureSupport](https://twitter.com/azuresupport), the official Microsoft Azure account for improving customer experience by connecting the Azure community to the right resources: answers, support, and experts.
83
85
* File an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select **Get Support**.
0 commit comments