Azure Managed Identity – Create

Required Azure Role

Either one of these built-in roles (or a custom role with equivalent permissions):

  • Owner — full access including role assignments
  • Contributor — manage resources (no role assignments)

If role assignment is needed with Contributor, also grant User Access Administrator.

Azure Administration Tools / Interface

This guide uses the Azure Portal and a manual creation process.

Create and Manage Steps (Azure Portal)

  1. Go to Managed Identities and click Create.
  1. Click Review + create, then Create. The user-assigned managed identity will be created.
  1. Open the target App Service (bot backend), go to IdentityAdd, and select the previously created identity.