Switch from azure default directory to azure active directory B2C

I’ve encountered an issue where I have linked my Azure subscription (which is a sponsorship) to the Azure default directory. Within this directory, I’ve created various resources, including app functions, app services, Azure Cognitive Services, Azure Storage, and Azure Redis, as well as certificates.

Now, I’m looking to enhance the security of authentication by utilizing Azure Active Directory B2C. However, a challenge arises because linking my subscription to a new directory might result in the loss of all my existing resources. Is there a procedure to transfer all my resources to the new directory without any losses?

Read more here: Source link