An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Hello DennisS
Thank you for posting your query on Microsoft Q&A platform.
AzureDiagnostics events are not the root cause of the VM becoming unresponsive or RDP hanging.
AzureDiagnostics is a log table / log source used by Azure Monitor to store diagnostic and telemetry data collected from Azure services and virtual machines. These logs are output data only and do not execute workloads inside the VM.
Diagnostics logs are collected data, not processing activity that impacts VM responsiveness.
Why the VM shows “Running” in Azure but RDP and monitoring are unstable?
There is a difference between Azure infrastructure state and guest OS health:
- Azure portal “Running” status only reflects the hypervisor and host availability
- Ping success only validates basic ICMP connectivity
- RDP, automation agents, and monitoring tools depend entirely on guest OS services
- A VM can be running and reachable but still have RDP failures or hangs due to guest OS issues
- Ping success does not guarantee RDP (TCP 3389) or OS responsiveness .
Why ConnectWise Automate intermittently shows the VM as offline:
Third‑party monitoring agents (such as ConnectWise Automate) run inside the guest OS and require:
- Stable OS networking
- Running agent services
- Outbound HTTPS connectivity
If the guest OS is under resource pressure or services are stalled:
- Azure continues to show Running
- Ping still works
- The monitoring agent goes offline
Azure does not monitor guest OS service health.
RDP can hang due to RDP service issues, TLS / certificate problems, Local firewall or endpoint protection blocking connections
Please have a look into below workarounds:
- Review Boot Diagnostics: Used to confirm whether the OS is responsive or stalled.
- Reset RDP from Azure: This as a valid remediation when RDP hangs
- Re‑enables RDP firewall rules
- Resets RDP registry configuration
- Use Azure Serial Console:
Microsoft recommends Serial Console specifically when:
- RDP is unavailable
- OS is partially responsive
Used to validate services, firewall, and OS health.
- Run Azure Performance Diagnostics (PerfInsights):
This is Microsoft’s recommended and supported tool to identify:
- CPU pressure
- Memory exhaustion
- Disk latency
Thanks,
Suchitra.