An Azure service that is used to provision Windows and Linux virtual machines.
Hi dear collegue EnterpriseArchitect,
thanks for posting your question on the Q&A portal.
To reset the local admin password for your Azure Windows VM (Windows Server 2016), you can use Azure’s built-in Reset Password feature via the Azure Portal, CLI, or PowerShell. Since the VM isn’t domain-joined, this method will work directly.
Azure Portal: Navigate to your VM > Reset password under Support + Troubleshooting.
Azure CLI/PowerShell: Use the az vm user update command.
CLI Docs: az vm user update
If the VM is unhealthy (e.g., unpatched for long), consider using Azure Serial Console or redeploying the VM (last resort):
Serial Console: Troubleshoot with Serial Console
Let me know if you hit any snags!
Best regards,
Alex
P.S. If my answer help to you, please Accept my answer
PPS That is my Answer and not a Comment