I'm currently migrating from a SQL Server VM to Azure SQL Managed Instance (MI) and I'm curious about how to handle logins during this process. Specifically, is it possible to migrate Windows AD user authentication to Azure SQL Managed Instance?
2 Answers
You actually can use Windows authentication with Azure SQL Managed Instance! Initially, there was some confusion about this, but it’s possible to set it up using Entra authentication. Just make sure to check out the official documentation for implementation details.
Yes, it’s indeed possible! Here's a helpful guide on how to set up Windows authentication for Azure SQL MI: [Learn more here](https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/winauth-implementation-aad-kerberos?view=azuresql). A lot of people wanted this feature because many were migrating existing setups.
Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux