Using managed identities in Azure is recommended when you’re connecting to other Azure services (and even your own services if you’re implementing authentication). In the Kubernetes world, Microsoft has maintained an open-source project called AAD-pod-identity. Recently, a managed and supported version of AAD pod identity for AKS was released in public preview. In this post, […]
Tag: managed identity
How to allow users to create service principals and the impact on Managed Identity
A common question I get from customers is how they can enable their development teams to create service principals. In this post, I’ll explain how you can achieve this. We’ll finish the post by exploring the impact on Managed Identities as well. During the writing of the Managed Identities piece, I hit something I hadn’t […]