Move subscription to another management group.

Vitalii Liashuk 150 Reputation points
2023-04-28T08:57:12.1866667+00:00

Hi,

I want to move few subscription to another management group.

What should I check before doing it? For example Azure Policy, what else?

I have a lot resources deployed in these subscriptions, so I don`t want to break something.

Thank you!

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
744 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alistair Ross 7,106 Reputation points Microsoft Employee
    2023-04-28T09:35:29.79+00:00

    Hello

    When moving an Azure Subscription within a Management Group, two things are going to be affected

    1. Azure Policy Assignments.
    2. Azure RBAC inheritance.

    Any policies that were assigned at the management group level or higher that is no longer in the hierarchy will no longer be applicable and new ones will be. If you have policies that you still need, ensure that they are deployed to a management group within that hierarchy.

    The same applies for Azure RBAC inheritance, any assignments within the structure will change.

    Also consider any custom code you may have implemented, such as automation or dashboards, are they dependant on this subscription in the management group?

    It's worth noting that because you aren't moving resources, like storage accounts or key vaults, the resources still have the same resource id and therefore anything referencing them will still work.

    kind regards

    Alistair

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. JimmySalian-2011 42,056 Reputation points
    2023-04-28T09:41:09.79+00:00

    Hey Vitalii,

    I will suggest you carry out an export of the resources you have prior to moving the resources and you can follow this article - https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-resource-group-and-subscription#checklist-before-moving-resources

    This checklist will cover all the required aspects of resources currently.

    ==

    Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.