I've deployed a Dynamics AX 2012 R3 Preview VM in Microsoft Azure but cannot log in. I have tried to reset the credentials because the initial deployment did not ask me to setup a username and password without any success.
The reset password function initializes but gets 'stuck' does not complete the task. I've even let it run for nearly an hour before restarting the machine without any success.
I've deleted the VM and redeployed it again and tried to reset the password unsuccessfully.
I've also ran this command:
Get-AzureVM -ServiceName <<name of your cloud service>> -Name <<name of your virtual machine>> | Set-AzureVMAccessExtension -UserName <<the username>> -Password <<the new password>> | Update-AzureVM
and it completes successfully. When I attempt to use the newly reset username and password it still fails.
I'm stumped.