A have an Azure Website running which connects to an Azure SQL through Entity Framework 6. Everything runs and I'm using standard username/password (sql login) to connect. ...Now, I would like to switch over to using AAD for authenticating to sql. I alrea...