azure user managed identity

Kiran Babu Dommaraju 21 Reputation points Microsoft Employee
2022-10-20T05:37:40.997+00:00

Is User managed identity region specific or is it replicated to all regions ?

Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. JimmySalian-2011 42,486 Reputation points
    2022-10-20T06:41:56.617+00:00

    Hi @Kiran Babu Dommaraju ,

    The Azure User Managed Identity is region based and as per Microsoft documents yes you can use user assigned managed identities in more than one Azure region.

    The longer answer is that while user assigned managed identities are created as regional resources the associated service principal (SP) created in Azure AD is available globally. The service principal can be used from any Azure region and its availability is dependent on the availability of Azure AD. For example, if you created a user assigned managed identity in the South-Central region and that region becomes unavailable this issue only impacts control plane activities on the managed identity itself.

    Some info:
    If you move subscription to new directory - For user assigned managed identities: delete, re-create, and attach them again to the necessary resources (for example, virtual machines).
    Move User Managed Identity to different RG - Moving a user-assigned managed identity to a different resource group isn't supported.

    Hope this helps.
    JS

    ----
    Please don't forget to upvote and Accept as answer if the reply is helpful

    If this answer helped you please mark it as "Verified" so other users can reference it.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.