Author : MD TAREQ HASSAN | Updated : 2021/05/17

What is Managed Identity?

Benefits Of Managed Identity?

Types

How Does It Work?

Usage Example

Managed identity can be used for apps running in app service of AKS to securly access Azure KeyVault

Supported Resources

Azure CLI Command for list of resources that have a system-assigned managed identity

az resource list --query "[?identity.type=='SystemAssigned'].{Name:name,  principalId:identity.principalId}" --output table

See: https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/services-support-managed-identities