Skip to content

Commit 9df997f

Browse files
authored
Merge pull request #215428 from SnehaSudhirG/21Oct-Freshness3
Edits for readability
2 parents 5ce5cb3 + 8433f59 commit 9df997f

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

articles/automation/troubleshoot/collect-data-microsoft-azure-automation-case.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,41 @@ description: This article describes the information to gather before opening a c
44
services: automation
55
ms.subservice:
66
ms.topic: troubleshooting
7-
ms.date: 09/23/2019
7+
ms.custom: engagement-fy23
8+
ms.date: 10/21/2022
89
---
910

1011
# Data to collect when opening a case for Microsoft Azure Automation
1112

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).
1517
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).
1718

1819
## Data for Update Management issues on Linux
1920

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).
2122

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)
2324

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.
2526

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.
2728

2829
## Data for Update Management issues on Windows
2930

3031
1. Collect data for the items listed in [4034605](https://support.microsoft.com/help/4034605/how-to-capture-azure-automation-scripted-diagnostics).
3132

32-
2. Export the following event logs into the EVTX format:
33+
1. Export the following event logs into the EVTX format:
3334

3435
* System
3536
* Application
3637
* Security
3738
* Operations Manager
3839
* Microsoft-SMA/Operational
3940

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.
4142

4243
## Data for job issues
4344

@@ -48,10 +49,13 @@ Collect the basic data described in the Knowledge Base article [4034605 - How to
4849
1. In the Azure portal, go to **Automation Accounts**.
4950
2. Select the Automation account that you are troubleshooting, and note the name.
5051
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+
5155
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**.
5357

54-
![Job ID within Job Summary Pane](media/collect-data-microsoft-azure-automation-case/job-summary-job-id.png)
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.":::
5559

5660
3. Collect a sample of the script that you are running.
5761

@@ -62,22 +66,20 @@ Collect the basic data described in the Knowledge Base article [4034605 - How to
6266
3. Select **Jobs**.
6367
4. Choose the job that you are troubleshooting.
6468
5. Select **All Logs**.
65-
6. In the resulting pane, collect the data.
66-
67-
![Data listed under All Logs](media/collect-data-microsoft-azure-automation-case/all-logs-data.png)
69+
In the pane below, you can collect the data.
6870

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+
6973
## Data for module issues
7074

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:
7276

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.
7478
* Screenshots of any error messages.
7579
* Screenshots of the current modules and their version numbers.
7680

7781
## Next steps
7882

79-
If you need more help:
80-
8183
* Get answers from Azure experts through [Azure Forums](https://azure.microsoft.com/support/forums/).
8284
* 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.
8385
* File an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select **Get Support**.
-177 KB
Loading
-213 KB
Loading
120 KB
Loading

0 commit comments

Comments
 (0)