1

I am trying to set up a linked server from an on-prem SQL Server to an Azure SQL instance. The Azure SQL instance uses Azure AD for authentication. When we attempt the connection we get this error enter image description here

The server it can not open is the piece after the @ symbol in the typical azure ad user name ie:[email protected]

I have searched the internet for answer and I can not find any reference to used Azure AD for a linked server connection. Is this simply not possible?

asked Jul 20, 2020 at 20:13

1 Answer 1

3

Unfortunately, this is not possible today.

Standard Active Directory (AD) authentication works, however Azure Active Directory Authentication (AAD) is not implemented in the on-premises version of SQL Server for linked servers.

I have not tried Active Directory Federation Services Authentication (ADFS), however.

Linked servers outbound from Azure SQL Managed Instance do support Azure Active Directory Authentication, in limited scenarios.

Hannah Vernon
71.1k22 gold badges178 silver badges323 bronze badges
answered Jul 21, 2020 at 22:46

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.