Hi Telefisch,
The error code 0x3000008 is a generic error that indicates the Remote Desktop client was not able to connect to the remote resource. You can follow the below checklist however some of this task will require accessw to your customer resource: https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/troubleshoot-rdp-connection
- Check your network connection: Verify if you have the same problem on different Azure VM.
- Reset your RDP connection: Disabled Windows Firewall rules and test the connection.
- Check Network Security Group rules / Cloud Services endpoints, It's required to have access to azure resource where is deployed this VM and verify the necessary ports are open and not blocked by any firewall.
- Review VM console logs
- Reset the NIC for the VM, Sometimes, resetting the network interface can help.
- Check the VM Resource Health, This can provide information if there’s any issue with the VM itself.
- Restart your VM: A simple restart can sometimes resolve the issue.
- Redeploy your VM: If none of the above steps work, you might need to redeploy your VM, If there is production workload could be an option.
Let me know if this help you,
Luis