Skip to content

Commit a5f21ac

Browse files
authored
Update azure-monitor-agent-troubleshoot-windows-arc.md
1 parent c0c25d1 commit a5f21ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ Follow the steps below to troubleshoot the latest version of the Azure Monitor a
2020

2121
2. **Verify that the extension was successfully installed and provisioned, which installs the agent binaries on your machine**:
2222
1. Open Azure portal > select your Arc-enabled server > Open **Settings** : **Extensions** blade from left menu > 'AzureMonitorWindowsAgent'should show up with Status: 'Succeeded'
23-
2. If not, check if machine can reach Azure and find the extension to install using the command below:
23+
2. If not, check if the Arc agent (Connected Machine Agent) is able to connect to Azure and the extension service is running.
2424
```azurecli
25-
az vm extension image list-versions --location <machine-region> --name AzureMonitorWindowsAgent --publisher Microsoft.Azure.Monitor
26-
```
25+
azcmagent show
26+
```
27+
If you see `Agent Status: Disconnected`, [file a ticket](#file-a-ticket) with **Summary** as 'Arc agent or extensions service not working' and **Problem type** as 'I need help with Azure Monitor Windows Agent'.
2728
3. Wait for 10-15 minutes as extension maybe in transitioning status. If it still doesn't show up, [uninstall and install the extension](./azure-monitor-agent-manage.md) again and repeat the verification to see the extension show up.
2829
4. If not, check if you see any errors in extension logs located at `C:\ProgramData\GuestConfig\extension_logs\Microsoft.Azure.Monitor.AzureMonitorWindowsAgent` on your machine
2930
5. If none of the above works, [file a ticket](#file-a-ticket) with **Summary** as 'AMA extension fails to install or provision' and **Problem type** as 'I need help with Azure Monitor Windows Agent'.

0 commit comments

Comments
 (0)