Skip to content

Commit c69fb57

Browse files
Merge pull request #250519 from davidmu1/updatesteps42
updated sign-in steps for admin center
2 parents 0cecc25 + 718a1bd commit c69fb57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/quickstart-create-new-tenant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ Many developers already have tenants through services or subscriptions that are
4747

4848
To check the tenant:
4949

50-
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>. Use the account you'll use to manage your application.
50+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Tenant Creator](../roles/permissions-reference.md#tenant-creator).
5151
1. Check the upper-right corner. If you have a tenant, you'll automatically be signed in. You see the tenant name directly under your account name.
5252
* Hover over your account name to see your name, email address, directory or tenant ID (a GUID), and domain.
5353
* If your account is associated with multiple tenants, you can select your account name to open a menu where you can switch between tenants. Each tenant has its own tenant ID.
5454

5555
> [!TIP]
5656
> To find the tenant ID, you can:
5757
> * Hover over your account name to get the directory or tenant ID.
58-
> * Search and select **Azure Active Directory** > **Overview** > **Tenant ID** in the Azure portal.
58+
> * Select **Identity** > **Overview** and look for **Tenant ID**.
5959
6060
If you don't have a tenant associated with your account, you'll see a GUID under your account name. You won't be able to do actions like registering apps until you create an Azure AD tenant.
6161

6262
### Create a new Azure AD tenant
6363

64-
If you don't already have an Azure AD tenant or if you want to create a new one for development, see [Create a new tenant in Azure AD](../fundamentals/create-new-tenant.md) or use the [directory creation experience](https://portal.azure.com/#create/Microsoft.AzureActiveDirectory) in the Azure portal. If you want to create a tenant for app testing, see [build a test environment](test-setup-environment.md).
64+
If you don't already have an Azure AD tenant or if you want to create a new one for development, see [Create a new tenant in Azure AD](../fundamentals/create-new-tenant.md). If you want to create a tenant for app testing, see [build a test environment](test-setup-environment.md).
6565

6666
You'll provide the following information to create your new tenant:
6767

0 commit comments

Comments
 (0)