This guide provides step-by-step instructions for configuring Windows Authentication for an Azure SQL Managed Instance. It outlines the prerequisites and the process to enable secure and seamless authentication using Windows credentials.

Azure Managed Instance Domain Authentication

Prerequisites:

  1. Azure Subscription.
  2. Azure Resource Group.
  3. Azure Managed Instance.

Authentication set up:

  1. In the Azure portal, navigate to the Managed Instance.
  2. Under Settings, find the Microsoft Entra ID tab.
  3. Click the Set Admin button and specify a user which has Directory Readers role.

  4. Save the configuration using the Save button.

  5. This should automatically add this user to the SQL Managed Instance Logins list.

  6. Once this is done, the user should be able to log in to the Managed Instance via SQL Server Management Studio (SSMS) using the Microsoft Entra Password authentication option.

  7. After this step, other domain accounts can be added to the Managed Instance directly from the SQL Server running the following query:
    CREATE LOGIN [TestUser@yourdomain.com] FROM EXTERNAL PROVIDER;

For further information, please refer to this Microsoft article



IDERA | Products | Purchase | Support | Community | Resources | About Us | Legal