How do I add an AzureAD user to SQL Server for windows authentication

I couldn't find any users through the UI but I was able to add a login like this:

create login [AzureAD\FirstLast] from windows;