Skip to content

Commit 302d526

Browse files
Merge pull request #249566 from davidmu1/updatesteps7
updated sign-in steps for admin center
2 parents 5298d8d + 971f467 commit 302d526

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/web-api-tutorial-01-register-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ In this tutorial:
3838

3939
To complete registration, provide the application a name and specify the supported account types. Once registered, the application **Overview** page will display the identifiers needed in the application source code.
4040

41-
1. Sign in to the [Azure portal](https://portal.azure.com).
41+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
4242
1. If access to multiple tenants is available, use the **Directories + subscriptions** filter :::image type="icon" source="media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to switch to the tenant in which you want to register the application.
43-
1. Search for and select **Azure Active Directory**.
44-
1. Under **Manage**, select **App registrations > New registration**.
43+
1. Browse to **Identity** > **Applications** > **Application registrations**.
44+
1. Select **New registration**.
4545
1. Enter a **Name** for the application, such as *NewWebAPI1*.
4646
1. For **Supported account types**, select **Accounts in this organizational directory only**. For information on different account types, select **Help me choose** option.
4747
1. Select **Register**.

0 commit comments

Comments
 (0)