Creating an Azure AD B2C tenant and adding a user
Before we can get started with Azure AD B2C, we first need to create a tenant. As this is a separate product and not integrated with Azure AD, we need to create a separate tenant. We are also going to add the first user to the tenant manually. Therefore, you need to take the following steps:
- Open a web browser and navigate to https://portal.azure.com.
- We first need to add Microsoft.AzureActiveDirectory as a resource provider for the Azure subscription that you are using. In the search bar, search for
Subscriptions
. Select the subscription where you want to create the Azure AD B2C tenant and then, in the left menu under Settings, select Resource Providers. - Make sure that Microsoft.AzureActiveDirectory is registered. If it isn't registered, select the row and then select Register.
- Next, go back to the home page of the Azure portal and...