Azure SQL with AAD authentication
I though this had to be an easy task. Well, actually it is. If you find the right documentation and read it in the correct order 🙂
Basically I wanted to be able to login with my AAD (Azure Active Directory) user.
In the first step, the database needs to be configured for Azure Active Directory in order to add users in the second step.
Enabling remote access for SQL Server 2008 is slightly different from how you were enabling remote access in SQL Server 2005.