Managed Identities in Azure Kubernetes Service (AKS)

Azure Kubernetes Service (AKS) heavily relies on Microsoft Entra (Azure AD) and Managed Identities to securely access and manage Azure resources on behalf of the cluster and its workloads — without managing secrets or credentials manually.

In this article, we’ll explore the two types of managed identities used in AKS, understand their roles and scopes, and learn how to configure and leverage them effectively following best practices.

Continue reading “Managed Identities in Azure Kubernetes Service (AKS)”

Azure Migrate Server Migration: Advanced Topics and Enhancements

Azure Migrate has matured significantly over the past few years. Beyond basic discovery, assessment, and replication, the platform now supports advanced scenarios like secure connectivity, automation, and hybrid environments.

In the previous article, we have discussed Azure Migrate in detail and how it works. If you have not read that article, please read that first before you read this article.

In this article, we explore some of the newer and deeper capabilities that complement the core server migration workflow.

Continue reading “Azure Migrate Server Migration: Advanced Topics and Enhancements”

Git Branching Deep Dive (Using Azure Repo)

Let’s talk about Git branching — one of those things that seems simple on the surface but opens up a world of flexibility, structure, and sometimes… confusion.

But don’t worry. We’re not going to drown in jargon here. Instead, I’ll walk you through it like we’re sitting at the same desk, working on the same project — using Azure Repos as our base.

Continue reading “Git Branching Deep Dive (Using Azure Repo)”