Challenge
You may need to reset a password in Veeam Backup for Microsoft Azure. The users are system users of the virtual machine the appliance is running on. If you still have access to the VM with Veeam Backup for Microsoft Azure you can reset your password via SSH.Solution
Reset your password through the Microsoft Azure portal
- Open the Microsoft Azure portal.
- Log in using your Microsoft Azure credentials.
- Select the virtual machine with Veeam Backup for Microsoft Azure.
- In the Menu, select Reset password.
- Select mode Reset password, enter new credentials and click Save button
Reset your password through SSH
- Login to the VM with Veeam Backup for Microsoft Azure via SSH.
- From Windows.
- From Linux, Cygwin or any other terminal with the SSH client:
- Use a password: ssh user@vba.mydomain.com
- Or use a private key: ssh -i .ssh/vbakey user@vba.mydomain.com
- Check that you are authorized to call root commands via sudo:
- Execute: grep 'sudo' /etc/group.
- The output should contain the user in the comma separated list of authorized users like: sudo:x:27:vbaadmin,user.
- If the user is not in the list, you must either use another user which is in the sudo group, or reset the password via the Microsoft Azure portal.
- Change the password. Note that the sudo command may prompt you for the user password first and only after that you will be asked to enter a new password for vbaadmin:
sudo passwd vbaadmin
Alternative Solution
When both REST API and SSH are not responding, you might be able to gain access to the VM with Veeam Backup for Microsoft Azure through the Azure Serial Console.Note that a diagnostic storage account needs to be attached to the virtual machine.