Skip to content

Commit 071fed3

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into tamram-0607
2 parents d7fb5d6 + c101257 commit 071fed3

File tree

339 files changed

+5728
-3038
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+5728
-3038
lines changed

.openpublishing.redirection.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16444,6 +16444,71 @@
1644416444
"redirect_url": "/azure/service-fabric/service-fabric-tutorial-deploy-app-to-party-cluster",
1644516445
"redirect_document_id": false
1644616446
},
16447+
{
16448+
"source_path": "articles/migrate/contoso-migration-infrastructure.md",
16449+
"redirect_url": "contoso-migration-overview",
16450+
"redirect_document_id": false
16451+
},
16452+
{
16453+
"source_path": "articles/migrate/contoso-migration-assessment.md",
16454+
"redirect_url": "contoso-migration-overview",
16455+
"redirect_document_id": false
16456+
},
16457+
{
16458+
"source_path": "articles/migrate/contoso-migration-rehost-vm-sql-managed-instance.md",
16459+
"redirect_url": "contoso-migration-overview",
16460+
"redirect_document_id": false
16461+
},
16462+
{
16463+
"source_path": "articles/migrate/contoso-migration-rehost-vm.md",
16464+
"redirect_url": "contoso-migration-overview",
16465+
"redirect_document_id": false
16466+
},
16467+
{
16468+
"source_path": "articles/migrate/contoso-migration-rehost-vm-sql-ag.md",
16469+
"redirect_url": "contoso-migration-overview",
16470+
"redirect_document_id": false
16471+
},
16472+
{
16473+
"source_path": "articles/migrate/contoso-migration-rehost-linux-vm.md",
16474+
"redirect_url": "contoso-migration-overview",
16475+
"redirect_document_id": false
16476+
},
16477+
{
16478+
"source_path": "articles/migrate/contoso-migration-rehost-linux-vm-mysql.md",
16479+
"redirect_url": "contoso-migration-overview",
16480+
"redirect_document_id": false
16481+
},
16482+
{
16483+
"source_path": "articles/migrate/contoso-migration-refactor-web-app-sql.md",
16484+
"redirect_url": "contoso-migration-overview",
16485+
"redirect_document_id": false
16486+
},
16487+
{
16488+
"source_path": "articles/migrate/contoso-migration-refactor-linux-app-service-mysql.md",
16489+
"redirect_url": "contoso-migration-overview",
16490+
"redirect_document_id": false
16491+
},
16492+
{
16493+
"source_path": "articles/migrate/contoso-migration-tfs-vsts.md",
16494+
"redirect_url": "contoso-migration-overview",
16495+
"redirect_document_id": false
16496+
},
16497+
{
16498+
"source_path": "articles/migrate/contoso-migration-rearchitect-container-sql.md",
16499+
"redirect_url": "contoso-migration-overview",
16500+
"redirect_document_id": false
16501+
},
16502+
{
16503+
"source_path": "articles/migrate/contoso-migration-rebuild.md",
16504+
"redirect_url": "contoso-migration-overview",
16505+
"redirect_document_id": false
16506+
},
16507+
{
16508+
"source_path": "articles/migrate/contoso-migration-scale.md",
16509+
"redirect_url": "contoso-migration-overview",
16510+
"redirect_document_id": false
16511+
},
1644716512
{
1644816513
"source_path": "articles/migrate/migrate-best-practices-costs.md",
1644916514
"redirect_url": "https://docs.microsoft.com/azure/architecture/cloud-adoption/migrate/azure-best-practices/migrate-best-practices-costs",
50.6 KB
Loading
23.8 KB
Loading
15.4 KB
Loading
9.67 KB
Loading

articles/active-directory-b2c/tutorial-create-tenant.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Tutorial - Create an Azure Active Directory B2C tenant | Microsoft Docs
2+
title: Tutorial - Create an Azure Active Directory B2C tenant
33
description: Learn how to prepare for registering your applications by creating an Azure Active Directory B2C tenant using the Azure portal.
44
services: B2C
55
author: mmacy
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 01/11/2019
11+
ms.date: 06/07/2019
1212
ms.author: marsma
1313
ms.subservice: B2C
1414
---
@@ -30,23 +30,28 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3030
## Create an Azure AD B2C tenant
3131

3232
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.
3434

35-
![Switch to subscription directory](./media/tutorial-create-tenant/switch-directory-subscription.png)
35+
![Switch to subscription directory](./media/tutorial-create-tenant/switch-directory-subscription.PNG)
3636

3737
3. Choose **Create a resource** in the top-left corner of the Azure portal.
3838
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**.
4040

41-
![Create a tenant](./media/tutorial-create-tenant/create-tenant.png)
41+
The initial domain name is used as part of your tenant name. In this example, the tenant name is *contoso0926Tenant.onmicrosoft.com*:
4242

43-
In this example, the tenant name is contoso0926Tenant.onmicrosoft.com
43+
![Create a tenant](./media/tutorial-create-tenant/create-tenant.PNG)
4444

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**.
4846

49-
![Switch to tenant directory](./media/tutorial-create-tenant/switch-directories.png)
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+
![Switch to tenant directory](./media/tutorial-create-tenant/switch-directories.PNG)
5055

5156
## Next steps
5257

@@ -56,5 +61,7 @@ In this article, you learned how to:
5661
> * Create an Azure AD B2C tenant
5762
> * Link your tenant to your subscription
5863
64+
Next, learn how to register a web application in your new tenant.
65+
5966
> [!div class="nextstepaction"]
60-
> [Register your applications](tutorial-register-applications.md)
67+
> [Register your applications >](tutorial-register-applications.md)

0 commit comments

Comments
 (0)