An Azure service that is used to provision Windows and Linux virtual machines.
Welcome to Microsoft Q&A
Hello @Jorge Aroca I hope you are doing well.
The "Internal Error Occurred" message when using RDP is a generic error that can be caused by several factors, including network connectivity, RDP service issues on the VM, Network Security Group (NSG) rules, or a problem with the VM itself. could you give us more information? OS VM , since when is happening ?
Please check the following:
- Verify that the VM is in the Running state and that Resource Health does not report any platform issues.
Confirm that TCP port 3389 is allowed in the VM's Network Security Group (NSG) and any applicable firewall.
Use Azure VM Run Command or the Serial Console (if enabled) to verify that the Remote Desktop Services (TermService) is running and restart it if necessary.
- Run the Azure Virtual Machine Connection Troubleshoot diagnostic from the Azure portal to identify any connectivity issues.
References
Troubleshoot Remote Desktop connections to an Azure VM: https://learn.microsoft.com/azure/virtual-machines/troubleshooting/troubleshoot-rdp-connection
- Azure Virtual Machine Connection Troubleshoot: https://learn.microsoft.com/azure/network-watcher/connection-troubleshoot-overview
If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily.