Azure VM connectivity issue

sns 9,246 Reputation points
2022-02-18T06:34:07.387+00:00

I tried to reset the password still I am not able to log in VM. I am seeing the below error while log in and also getting error below highlighted when tried to check the connectivity
I am getting error even I supplied correct credentials.

175685-notabletologinnn.png

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

Accepted answer
  1. srbhatta-MSFT 8,586 Reputation points Microsoft Employee
    2022-02-18T06:45:50.673+00:00

    Hello @sns ,
    Thanks for posting your query on Microsoft QnA.
    The network connectivity is getting blocked because you have a network security group rule in place that is denying all inbound connections. You will have to add an inbound NSG rule that allows RDP to your VM with a priority lower than that of DenyAllInBound rule. Let's say if you DenyAllInBound rule has a priority 200, your RDP inbound rule must have a priority <200.
    Refer to this document : troubleshoot-rdp-nsg-problem.

    Please refer to the below image for further understanding.

    175713-2022-02-18-12-12-16-clipboard.png

    ------------------------------------

    Please don't forget to "Accept as Answer" and "Upvote" and if you think my response was helpful.


0 additional answers

Sort by: Most helpful

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.