1
votes

We have azure iot solution with 3 resource groups and lot of various services/resources created under these groups. Currently we are using default Azure AD for users and authentication. Now we have to move all these resource to azure B2C AD under the same subscription. I have created B2C AD but not getting info how to move all these to this new AD tenant. Any pointers.

Thanks, Bhaskar

1
As of now, I guess B2C doesn't support this. It doesn't allow you to move the resources. Keep all the resources in the main AD Tenant and use B2C for Authentication purpose.Ramakrishna
Hi, I yet to try this but as Ramakrishna mentioned it looks it it is not supported.mbr

1 Answers

0
votes

You could change the tenant of the subscription which your resources located, but when you associate a subscription to a different directory, users that have roles assigned using role-based access control (RBAC) will lose their access.

All of your users have a single home directory for authentication, if you want to give the permissions to the users in the old tenant, you need to invite them as guest to the new tenant, then add them to the subscription again.

For more details, see Associate or add an Azure subscription to your Azure Active Directory tenant.

enter image description here

Besides, changing the tenant will not transferring billing ownership, more details about that, see Transfer ownership of an Azure subscription to another account.