I am trying to use Active Directory with Password when trying to connect to sql azure and get the data. I am connecting using C# with .Net framework 4.6. But the problem is I am observing lot of latency when fetching the records(more than 2-3 seconds per call). I am trying to access these records with a Rest Api and have to connect to the server with backend.
The question is, is this latency expected? Do we have any performance overhead over using Active Directory based authentication compared to normal sql server authentication?
The server is in P3 pricing tier.