Your credentials did not work error when trying to access VM, even after password reset

Misheck Gwatidzo 20 Reputation points
2023-09-17T11:57:08.56+00:00

I have just deployed a VM and everyting is fine however my credentialsseem not to be working to log on, even after resetting password.

Azure Virtual Machines
Azure Virtual Machines

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

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

Answer accepted by question author
Brian Zarb 1,705 Reputation points
2023-09-17T12:13:49.5933333+00:00

A couple of things worth checking:

  • make sure to hit those password complexity requirements, Azure has some requirements around these.
  • is the VM domain joined?
    • try using .\username or localhost\username
      • or domain\username
  • For you to access a VM using RDP, the NSG associated with the VM or its subnet must allow inbound traffic on port 3389 (default port for RDP). Make sure their is an inbound rule for this to allow rdp.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Oldest