Forum Discussion
vikitheolorado
Oct 19, 2020Copper Contributor
Login to SQL Server in Virtual Machine using Azure Active Directory
I have Virtual Machine Windows with SQL Server installed. How can I use Azure Active Directory Account to login to the SQL Server?
pazdedav
Oct 19, 2020Steel Contributor
Hi vikitheolorado ,
I could be wrong, but I think that Microsoft SQL Server (unlike Azure SQL Database) does not support Azure AD authentication.
In theory, you could try to use the preview feature and sign-in to Azure VM using AAD credentials - https://docs.microsoft.com/en-us/azure/active-directory/devices/howto-vm-sign-in-azure-ad-windows - but I don't believe this can be "extended" to MSSQL software.
If you were talking about Azure SQL Database, then for sure, Azure AD is the primary authN method.