Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to remote into Windows azure virtual machine

When I click on connect button in Azure Portal, the RDP file is opened and it asks for credential,. not sure what credentials to give. Is it my login to azure portal or something else?

The RDP login prompt shows "MicrsoftAccount\PortalLoginUserName" as user name.What should be typed in password? Is it the portal password? If i try that it does not work.

When creating VM i have provided new username and new password is that what i need to use? if this what i need to use what would be domain?

like image 402
user3054585 Avatar asked Dec 07 '22 04:12

user3054585


1 Answers

You need to use the username and password you used when provisioning the VM. These credentials are not the same as your Azure account credentials. And every VM may have its own unique credentials.

When entering your username in the RDP client, either enter \username or localhost\username.

like image 107
David Makogon Avatar answered Dec 09 '22 13:12

David Makogon