Search code examples
azureazure-managed-identityazure-container-apps

Azure containe app - Support for managed identity


I have an existing Azure Kubernetes Cluster and I'm having a look at Azure Container Apps to see if it could be a good move for me.

With AKS, I'm heavily using Managed Identity for management tasks and also using pod-identity to allow applications to connect to other azure resources without storing credentials.

I tried to find some related documentation for Azure Conter Apps but didn't find anything ? Is it something that is not documented, not supported at the moment ?


Solution

  • Since Container Apps went GA, it is now available: Managed identities in Azure Container Apps.

    both system-assigned and user-assigned are available.