I have a SQL Server on IaaS Windows 2016 using the default marketplace image (SQL Server 2016 SP1 Enterprise on Windows Server 2016) today, after fighting the East US region problem yesterday which was resolved. In Azure Cloud Shell, I type Enter-AzureRmVm -name <servernamehere> -region <regionNameHere
>
It then prompts me for a users. Since I have not joined the VM to a domain, I use <serverName>\user
with the local use that I set up when I made the VM. It then prompts for password and I have copy-pasted it from notepad to ensure it is accurate. It thinks for a second, gives no error, and then goes back to the PS Azure prompt (the same one I was in) - when querying for hostname it shows the ephemeral name given to the cloud prompt, not the VM name.
Now I have been able to use this in the past (Enter-AzureRmVM
) so I am guessing it is some type of bug happening, but I would welcome any commentary if I am doing something obviously wrong.