Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 990 Bytes

File metadata and controls

14 lines (11 loc) · 990 Bytes
author mattchenderson
ms.service azure-app-service
ms.topic include
ms.date 07/20/2024
ms.author mahender

A managed identity from Microsoft Entra ID allows your app to easily access other Microsoft Entra-protected resources, such as Azure Key Vault. The Azure platform manages the identity, so you don't need to provision or rotate any secrets. For more information about managed identities in Microsoft Entra ID, see Managed identities for Azure resources.

You can grant two types of identities to your application:

  • A system-assigned identity is tied to the app and is deleted if the app is deleted. An app can have only one system-assigned identity.
  • A user-assigned identity is a standalone Azure resource that can be assigned to your app. An app can have multiple user-assigned identities. One user-assigned identity can be assigned to multiple Azure resources, such as two App Service apps.