unable to connect to Azure VM using RDP

Ayan Sinha 0 Reputation points
2024-04-25T09:23:53.1333333+00:00

after downloading rdp file , I am unable to connect to VM. it is saying the credentials are wrong and while saying this it is adding my company domain at the end of it.

like if I have given credentials as

testforlife

then after first attempt in password it is giving me the username portion autofilled as

testforlife@Company domain

and saying the credential is wrong

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,158 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,251 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ayan Sinha 0 Reputation points
    2024-04-25T09:31:28.6766667+00:00

    this thing got solved.

    I have to add "" before the name of the username that I have put in the Azure at the time of creation.

    so if I have put username as "testforlife"

    for the RDP we have to put "\testforlife"

    happy coding!