Hands-on with Azure Identity
Securely Access Azure Resources with Managed Identities
Learn how to use Azure Active Directory Managed Identities to grant your applications and services secure access to other Azure resources without managing credentials.
Authenticating with Service Principals
Discover how to authenticate your applications using Service Principals, a common pattern for programmatic access to Azure services.
Leveraging Workload Identity for Kubernetes
Understand how Workload Identity enables your Kubernetes pods to securely authenticate with Azure AD without needing service principal secrets.
Efficient Token Management with Caching
Optimize your application's performance and reduce unnecessary authentication calls by implementing effective token caching strategies.