I provisioned an Azure SQL Server VM instance (image: Free SQL Server License: SQL Server 2017 Developer on Windows Server 2016) using my Windows Account.
As part of the setup process I also created a server admin (VM_Admin) account for the VM. I can log into the VM using Remote Desktop with VM_Admin and and can start/stop SQL Server services, but then can't log into the SQL Server through SSMS (Error:Login failed for user 'ServerName\VM_Admin'. (Microsoft SQL Server, Error: 18456))
I also have the Microsoft account that I used to set up the Azure VM in the first place, but that account can't connect to the VM at all through Remote Desktop (Error: The credentials that were used to connect to --IP Address-- don't work. Please use new credentials.)
So... I have one account that can connect to the VM but not SSMS, and another that can't connect at all. What am I missing?
Thanks!