What is Azure Managed Identity? System-Assigned vs. User-Assigned
Service Principals (SP) on Azure used to be one of the most common ways to authenticate your code/app to Azure. The problem with SPs was that you need to use a client ID and secret to get authenticated. That was problematic because you would potentially expose your credentials in your code which is a security…