Skip to content

Commit 69b4ef4

Browse files
authored
Merge pull request #201153 from shayoniseth/patch-72
Update azure-monitor-agent-troubleshoot-windows-vm.md
2 parents ef3741d + 600037e commit 69b4ef4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-monitor/agents/azure-monitor-agent-troubleshoot-windows-vm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Guidance for troubleshooting issues on Windows virtual machines, sc
44
ms.topic: conceptual
55
author: shseth
66
ms.author: shseth
7-
ms.date: 5/10/2022
7+
ms.date: 6/9/2022
88
ms.custom: references_region
99

1010
---
@@ -42,6 +42,8 @@ Follow the steps below to troubleshoot the latest version of the Azure Monitor a
4242
2. On your virtual machine, verify the existence of the file `C:\WindowsAzure\Resources\AMADataStore.<virtual-machine-name>\mcs\mcsconfig.latest.xml`. If this file doesn't exist:
4343
- The virtual machine may not be associated with a DCR. See step 3
4444
- The virtual machine may not have Managed Identity enabled. [See here](../../active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md#enable-system-assigned-managed-identity-during-creation-of-a-vm) on how to enable.
45+
- IMDS service is not running/accessible from the virtual machine. [Check if you can access IMDS from the machine](/azure/virtual-machines/windows/instance-metadata-service?tabs=windows). If not, [file a ticket](#file-a-ticket) with **Summary** as 'IMDS service not running' and **Problem type** as 'I need help configuring data collection from a VM'.
46+
- AMA cannot access IMDS. Check if you see IMDS errors in `C:\WindowsAzure\Resources\AMADataStore.<virtual-machine-name>\Tables\MAEventTable.tsf` file. If yes, [file a ticket](#file-a-ticket) with **Summary** as 'AMA cannot access IMDS' and **Problem type** as 'I need help configuring data collection from a VM'.
4547
3. Open Azure portal > select your data collection rule > Open **Configuration** : **Resources** blade from left menu > You should see the virtual machine listed here
4648
4. If not listed, click 'Add' and select your virtual machine from the resource picker. Repeat across all DCRs.
4749
5. If none of the above helps, [file a ticket](#file-a-ticket) with **Summary** as 'DCR not found or associated' and **Problem type** as 'I need help configuring data collection from a VM'.

0 commit comments

Comments
 (0)