Search code examples
azure-active-directoryazure-managed-identity

Azure managed identity performance


Is there any experience with Azure Managed Identity performance vs let's say basic authentication. I am testing managed identity implementation in a microservices environment and observing some degradation compared to basic auth between these services.


Solution

  • I conducted some testing and found that Managed identity performance is same or better than basic authentication.