Introduction to Azure Managed Identities

 

Introduction

Security is one of the biggest concerns for any organization, and with the advent of Cloud Computing and Hybrid Infrastructure, it has become more critical than ever. A breach in security and compliance can severely impact business operations, reputation, and may even lead to legal consequences.

Managing credentials, keys, and secrets is an important aspect of cloud security. Azure provides a managed service called Key Vault to store these securely—but how do we manage authentication to access the Key Vault?

Microsoft has extended the centralized identity model from its on-premises products (like Windows Server, SQL Server) to the cloud via Azure Active Directory. Today, many Azure services support Azure AD authentication—and this list is growing.

Disclaimers:
    1. This article may become outdated over time due to rapid updates in Azure. Please check official Microsoft documentation before implementation.
    2. Test thoroughly in non-production environments. This content is provided as-is and should be used at your own discretion.

 


Continue reading “Introduction to Azure Managed Identities”

Azure Site Recovery : Migrate Hyper-V Virtual Machine to Azure

In this article, we will cover the steps which are required to failover and migrate one Hyper-V VM to Azure using Azure Site Recovery (ASR). This article assumes that you have basic understanding of Azure Site Recovery. I suggest to read my other article Azure Site Recovery: Introduction , before you start reading this article.

 

Continue reading “Azure Site Recovery : Migrate Hyper-V Virtual Machine to Azure”