RDP is failing & coming up with error

sns 9,246 Reputation points
2021-07-03T15:09:59.533+00:00

I have subscribed for azure plan and connected two days & from 3rd onwards started problem & gave below error.
I tried steps but no luck:

  1. Changed priority to 310 and 100 ( port)
  2. Redeployed VM
  3. Reset the password
  4. I tried to with west zone and Uk zone and tried with these zones.
  5. Created VM again

Please suggest what needs to be done to fix this issue. 111500-capture.png

I believe this is azure thread if not please route it to correct thread. Thank you.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,943 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 26,721 Reputation points Microsoft Employee Moderator
    2021-07-04T14:45:30.973+00:00

    Since you've redeployed and recreated the VM and are still running into this issue I suspect that it may be a network issue (although it may be a good idea to check the VM and service health just to be sure). I know you set your priority but as a quick test you could try creating the following NSG rule:

    1. Go to your VM’s NSG (for “MyVM”, you’d go to “MyVM-nsg”)
    2. Under “Settings”, click on “Inbound security rules”
    3. Click on “+ Add” to create a new rule
    4. Set “Service” to “RDP”
    5. Set “Priority” to 100
    6. Name your rule and Save

    These are the steps I would try next. If that doesn't work, let us know so we can troubleshoot this further:

    • Verify Network Security Group rules. Use IP flow verify to confirm if a rule in a Network Security Group is blocking traffic to or from a virtual machine. You can also review effective security group rules to ensure inbound "Allow" NSG rule exists and is prioritized for RDP port(default 3389). For more information, see Using Effective Security Rules to troubleshoot VM traffic flow.
    • Reset your RDP connection. This troubleshooting step resets the RDP configuration when Remote Connections are disabled or Windows Firewall rules are blocking RDP, for example. Select your VM in the Azure portal. Scroll down the settings pane to the Support + Troubleshooting section near bottom of the list. Click the Reset password button. Set the Mode to Reset configuration only and then click the Update button.
    • Review VM boot diagnostics. This troubleshooting step reviews the VM console logs to determine if the VM is reporting an issue. Not all VMs have boot diagnostics enabled, so this troubleshooting step may be optional. Specific troubleshooting steps are beyond the scope of this answer, but may indicate a wider problem that is affecting RDP connectivity. For more information on reviewing the console logs and VM screenshot, see Boot Diagnostics for VMs.
    • Check the VM Resource Health. This troubleshooting step verifies there are no known issues with the Azure platform that may impact connectivity to the VM. Select your VM in the Azure portal. Scroll down the settings pane to the Support + Troubleshooting section near bottom of the list. Click the Resource health button. A healthy VM reports as being Available.

    For more detailed instructions, look at the Remote Desktop Troubleshooting guide:


Your answer

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