Share via

RDP Connection Issue

Thiyagarajan 0 Reputation points
2025-12-01T07:03:20.9566667+00:00

Can't able to connect RDP of Virtual Machine, which i downloaded from azure portal.

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


1 answer

Sort by: Most helpful
  1. Jilakara Hemalatha 13,945 Reputation points Microsoft External Staff Moderator
    2025-12-01T08:20:39.9766667+00:00

    Hi Thiyagarajan

    Thank you for reaching out about the RDP connection issue with your Azure Virtual Machine. This is a common problem that can occur after downloading and using the RDP file from the Azure portal, often due to network configuration, RDP service settings, or firewall rules

    Could you please follow the steps below to troubleshoot:

    1. Reset RDP configuration only: Select Reset configuration only mode to re-enable Remote Desktop services and Windows Firewall rules for port 3389. This fixes cases where RDP is disabled at the service or listener level.

    Reference: https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/troubleshoot-rdp-connection

    1. Verify Network Security Group (NSG) rules: Go to Networking > Inbound port rules and ensure an Allow rule exists for TCP port 3389 (priority lower than any Deny rules).

    Use Network Watcher >> IP flow verify to check if traffic is blocked.

    https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/troubleshoot-rdp-nsg-problem

    1. Try connecting to the Azure Serial Console from the Azure portal. This allows you to check if the VM itself is accessible even when RDP is not working.

    Reference: https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/serial-console-overview

    1. Ensure to check the Boot Diagnostics to see if the VM has started successfully.

    Reference: https://learn.microsoft.com/en-us/azure/virtual-machines/boot-diagnostics

    As mentioned in the below documentation, If the issue persists, you can restart or redeploy the VM. Redeploying moves the VM to a new Azure node while keeping most settings and data intact.

    https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/troubleshoot-rdp-connection

    When you redeploy an Azure VM, it gets moved to a new node, but it keeps its settings and most of your data intact. changes happen when you re-deploy

    • What remains unchanged: Your OS disk and any attached data disks will stay intact, along with all system configurations, network settings, security rules, and installed applications. You won’t lose any data stored on these persistent disks.
    • What gets lost: Any data stored on the temporary disk (D: in Windows VMs) will be deleted, ephemeral disks will be wiped, and your dynamic IP address may change. If you have important files on the temporary disk, it’s best to back them up before redeploying Redeploy Windows virtual machine to new Azure node

    Note: Before performing any activity, please make sure backup of your data.

    Please find below reference documentations:

    How to connect using Remote Desktop and sign on to an Azure virtual machine running Windows

    Detailed troubleshooting steps for remote desktop connection issues to Windows VMs in Azure

    If issues, persists Could you please provide the below details.

    1. Have there been recent changes to your VM or network configuration?
    2. Are you seeing any specific error messages during RDP connection?
    3. Is the VM responsive in the Azure portal or through other services?
    4. Is this a newly created VM, or were you able to connect previously?

    Additionally, could you please check the private message and provide the necessary details.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.