Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connect Local SQL Server Database using Azure Active Directory Credentials

The SQL Server (version 2016) is located in the local Virtual Machine(Windows Server 2012 R2) and I need to provide authentication for the users in the Azure Active Directory. As I am new to this I am not even sure whether it is possible or not. Can anybody guide me.

like image 616
Sebin Thomas Avatar asked May 29 '26 13:05

Sebin Thomas


1 Answers

No, it is impossible. Please refer to this official document.

Connecting to SQL Server running on an Azure VM is not supported using an Azure Active Directory account. Use a domain Active Directory account instead.

It means if your local sql server could not use Azure Active Directory Authentication. You could use local domain Active Directory users.

If you use Azure SQL Database and SQL Data Warehouse, you could use Azure Active Directory authentication. Please refer to this link.

enter image description here

like image 160
Shui shengbao Avatar answered Jun 01 '26 08:06

Shui shengbao



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!