1
votes

We want to move Azure subscription resources, which are already hosting production system to another Azure AD tenant (using "Change Directory" feature).

I would like to know:

  1. If resources will continue to work will this this move is being made?
  2. We have locally defined users and groups in tenant from which subscription is moved. Do I understand correctly that these users will need to be recreated?
  3. Documentation says that RBAC permissions will be lost. Does this affect only the subscription being moved? Like Owner, Reader, Contributor permissions to subscription?

Any help is much appreciated. Thanks!

1
The move affects rbac roles across all resources in the sub. They refer to user ids that are unique to the tenant so can't be moved.juunas
Users need to be able to login to the new tenant access the subscription. Whether you create new users for them or add them as guests from another tenant is up to you.juunas

1 Answers

0
votes
  1. So long as all your resource support being moved then yes they should continue to work.
  2. These users will remain in your existing tenant, they will not exist in your new tenant, you will need to create them
  3. All RBAC roles on the subscription being moved will need to be recreated. Other subscriptions that are not being moved will not be affected