An Azure service that is used to provision Windows and Linux virtual machines.
Hello @Micheal Chism,
Thank you for using Q & A forum.
If the VM is in Azure, you can reset the local account password from the Azure portal:
Sign in to portal.azure.com.
Navigate to Virtual Machines and select the affected VM.
In the left menu, under Operations, select Reset password.
Choose the mode:
Reset password (recommended)
Reset SSH public key (Linux)
Create new user
Enter:
Username (existing local admin account)
New password
Click Update.
Wait for the operation to complete, then try logging in again.
If the password reset succeeds but you still cannot log in:
Windows VM
Verify the VM is running.
Check Boot diagnostics for errors.
Use Serial Console if available.
Confirm RDP (TCP 3389) is allowed in the NSG and Windows Firewall.
Linux VM
Verify SSH (TCP 22) is allowed.
Use Serial Console or Run Command.
Check whether the VM is using Azure AD or SSH keys instead of password authentication.
If the Portal Reset Fails
Open an Azure support request:
Azure Portal → Help + Support → Create a support request
Service: Virtual Machines
Problem type: VM access/login issue
If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.