2

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.

Shui shengbao
  • 18,746
  • 3
  • 27
  • 45
Sebin Thomas
  • 279
  • 8
  • 21
  • 1
    If you want to Azure Active Directory Authentication, you could select Azure SQL database(Paas).Currently, local sql server does not support this. – Shui shengbao Dec 07 '17 at 02:52

1 Answers1

1

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

Shui shengbao
  • 18,746
  • 3
  • 27
  • 45