Hello, I'm new to Azure and I want to make it clear about AAD B2C.
I'm creating a web service which includes user login so I created a new tenant of AAD B2C to manage users' accounts.
I found out that since I've created a new directory, there are no resources like Blob Storage that I created in the original directory.
I want to make it clear that which is more common for the development.
a) AAD B2C directory is used for the users' management only and create other resources in the original directory.
OR
b) Create all resources in AAD B2C directory for the same service.
I'm sorry my explanation is not good, so ask me if you don't understand what I want to say.