Hello,
Have you tried the general troubleshooting steps provided by the official document Cannot connect with RDP to a Windows VM in Azure - Virtual Machines | Microsoft Learn , such as:
- Reset Remote Desktop configuration.
- Check Network Security Group rules / Cloud Services endpoints.
- Review VM console logs.
- Reset the NIC for the VM.
- Check the VM Resource Health.
The error message "Driver\WudfRd failed to load" itself doesn't directly provide the detailed reason for the RDP connection failure, it suggests a problem with the driver responsible for handling remote display-related functions.
We could check both Windows and drivers on the Azure VM to be up to date. Applying the latest updates.
We could also emphasize confirming Azure VM is enabled, and the necessary firewall rules are in place.
Ensure no network issues prevent connectivity to the Azure VM.
Regards,
Karlie