A Guide to Microsoft Entra Agent ID on Kubernetes
A technical guide to implementing Microsoft Entra Agent ID for AI agents on Kubernetes, covering identity, token exchange, and workload federation.
A technical guide to implementing Microsoft Entra Agent ID for AI agents on Kubernetes, covering identity, token exchange, and workload federation.
Compares User-Assigned Managed Identities and Service Principals with Workload Identity Federation for Azure DevOps and IaC, explaining when to use each.
A technical guide on manually configuring federated identity service connections in Azure DevOps to maintain control over Azure Entra service principals.
A guide to assigning Azure RBAC roles to multi-tenant Enterprise Application service principals using Bicep's Microsoft Graph extension.
Analyzes the debate on using a Service Principal with Global Admin role as an emergency 'break-glass' account in Microsoft Entra ID.
A technical guide on managing and monitoring Microsoft Entra Workload Identities, focusing on lifecycle management and security analysis.
Introduction to Microsoft Entra Workload ID, covering its features, premium capabilities, and common deployment scenarios for managing non-human identities.
Explains how to correctly use Service Principal IDs (Client IDs vs. Object IDs) for Azure RBAC and Azure DevOps, fixing a common error.
A guide to deploying to Azure App Service using GitHub Actions with a service principal instead of publish profiles for better governance.
A technical guide explaining how to authenticate and connect to an Azure AD B2C tenant using Azure CLI and PowerShell Az module.
Explains why using user accounts for Azure Logic App connections is a security risk and recommends using managed identities instead.
A developer details their migration from Azure DevOps to GitHub Actions for CI/CD, including setup steps and configuration.
Guide on using a Service Principal for authentication with Power BI REST APIs and the PowerBIPS module, eliminating the need for a user account.
Troubleshooting guide for a failed Kubernetes cluster deployment on Azure Stack, focusing on a common service principal permission error.
Guide on using Azure AD Managed Service Identity with application permissions to securely call APIs without storing secrets.
Explores configuring multi-tenant Azure AD applications with chained API calls and cyclic dependencies, detailing setup and known client applications.
Explains the Azure AD error AADSTS90094, detailing why it occurs when admin consent is missing for app permissions and how to resolve it.
A PowerShell script to automate creating an Azure Service Principal and generating a .azureauth file for use with the Microsoft.Azure.Management.Fluent library.
A PowerShell guide for deploying Azure Web Apps using a Service Principal and MSDeploy for automated, source-controlled deployments.
A technical guide on how to securely access Azure KeyVault secrets from an Azure Function using a certificate-secured Service Principal.