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 already have an AD Application set up for the website.
My question is:
- How do I connect with my cert or clientid/clientSecret?
- How do I ensure that the SqlAzureExecutionStrategy is still in function
Any guidance is much appreciated Thanks!