You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/tutorial-create-tenant.md
+19-12Lines changed: 19 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Tutorial - Create an Azure Active Directory B2C tenant | Microsoft Docs
2
+
title: Tutorial - Create an Azure Active Directory B2C tenant
3
3
description: Learn how to prepare for registering your applications by creating an Azure Active Directory B2C tenant using the Azure portal.
4
4
services: B2C
5
5
author: mmacy
@@ -8,7 +8,7 @@ manager: celestedg
8
8
ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.topic: conceptual
11
-
ms.date: 01/11/2019
11
+
ms.date: 06/07/2019
12
12
ms.author: marsma
13
13
ms.subservice: B2C
14
14
---
@@ -30,23 +30,28 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
30
30
## Create an Azure AD B2C tenant
31
31
32
32
1. Sign in to the [Azure portal](https://portal.azure.com/).
33
-
2. Make sure that you are using the directory that contains your subscription by clicking the **Directory and subscription filter** in the top menu and choosing the directory that contains it. This directory is different from the one that will contain your Azure AD B2C tenant.
33
+
2. Make sure you're using the directory that contains your subscription. Click the **Directory and subscription filter** in the top menu, then select the directory that contains your subscription. This directory is different from the one that will contain your Azure AD B2C tenant.
34
34
35
-

35
+

36
36
37
37
3. Choose **Create a resource** in the top-left corner of the Azure portal.
38
38
4. Search for and select **Active Directory B2C**, and then click **Create**.
39
-
5. Choose **Create a new Azure AD B2C Tenant**, enter an organization name and initial domain name, which is used in the tenant name, select the country/region (it can't be changed later), and then click **Create**.
39
+
5. Choose **Create a new Azure AD B2C Tenant** and enter an organization name and initial domain name. Select the country/region (it can't be changed later), and then click **Create**.
40
40
41
-

41
+
The initial domain name is used as part of your tenant name. In this example, the tenant name is *contoso0926Tenant.onmicrosoft.com*:
42
42
43
-
In this example, the tenant name is contoso0926Tenant.onmicrosoft.com
43
+

44
44
45
-
6. On the **Create new B2C Tenant or Link to an exiting Tenant** page, choose **Link an existing Azure AD B2C Tenant to my Azure subscription**, select the tenant that you created, select your subscription, and then click **Create new**.
46
-
7. Enter a name for the resource group that will contain the tenant, select the location, and then click **Create**.
47
-
8. To start using your new tenant, make sure you are using the directory that contains your Azure AD B2C tenant by clicking the **Directory and subscription filter** in the top menu and choosing the directory that contains it.
45
+
6. On the **Create new B2C Tenant or Link to existing Tenant** page, choose **Link an existing Azure AD B2C Tenant to my Azure subscription**.
48
46
49
-

47
+
Select the tenant that you created, and select your subscription.
48
+
49
+
For resource group, select **Create new**. Enter a name for the resource group that will contain the tenant, select the location, and then click **Create**.
50
+
1. To start using your new tenant, make sure you're using the directory that contains your Azure AD B2C tenant by clicking the **Directory and subscription filter** in the top menu and choosing the directory that contains it.
51
+
52
+
If at first you don't see your new Azure B2C tenant in the list, refresh your browser window, then select the **Directory and subscription filter** again in the top menu.
53
+
54
+

50
55
51
56
## Next steps
52
57
@@ -56,5 +61,7 @@ In this article, you learned how to:
56
61
> * Create an Azure AD B2C tenant
57
62
> * Link your tenant to your subscription
58
63
64
+
Next, learn how to register a web application in your new tenant.
65
+
59
66
> [!div class="nextstepaction"]
60
-
> [Register your applications](tutorial-register-applications.md)
67
+
> [Register your applications >](tutorial-register-applications.md)
0 commit comments