Terme informatique

Managed Identity Azure

An Azure-managed identity for a resource whose credentials are created and rotated automatically by the platform.

⌚ About 2 min read
View my favorites

Managed Identity Azure is an Azure-managed identity for a resource whose credentials are created and rotated automatically by the platform.

Simple definition

Managed Identity Azure is an Azure-managed identity for a resource whose credentials are created and rotated automatically by the platform. It belongs to the Microsoft 365 / Entra / Intune vocabulary and is useful when reading architecture diagrams, product documentation, logs, or administration procedures.

What is it used for?

Its main purpose is to allow Azure workloads to obtain Microsoft Entra tokens without storing application secrets in code or configuration. The practical value depends on the surrounding architecture, security model, and operational requirements.

How does it work?

The resource requests a token through the Azure environment and uses a system- or user-assigned identity to access resources authorized through RBAC or policies.

Key points

  • Scope: An Azure-managed identity for a resource whose credentials are created and rotated automatically by the platform.
  • Operational goal: Allow Azure workloads to obtain Microsoft Entra tokens without storing application secrets in code or configuration.
  • Implementation: The resource requests a token through the Azure environment and uses a system- or user-assigned identity to access resources authorized through RBAC or policies.

Points to watch

No secret does not mean no risk: minimize the identity's roles and control which resources can use it.

In short

Managed Identity Azure = an Azure-managed identity for a resource whose credentials are created and rotated automatically by the platform. Use it when you need to allow Azure workloads to obtain Microsoft Entra tokens without storing application secrets in code or configuration.

♡ 0