Skip to content

Commit d655f21

Browse files
authored
Merge pull request #97228 from lnalepa/patch-3
Use new App registrations experience instead of legacy
2 parents c078d79 + 274a589 commit d655f21

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/active-directory/develop/howto-add-app-roles-in-azure-ad-apps.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,8 @@ These application roles are defined in the [Azure portal](https://portal.azure.c
3939
1. On the top bar, select your account, and then **Switch Directory**.
4040
1. Once the **Directory + subscription** pane opens, choose the Active Directory tenant where you wish to register your application, from the **Favorites** or **All Directories** list.
4141
1. Select **All services** in the left-hand nav, and choose **Azure Active Directory**.
42-
1. In the **Azure Active Directory** pane, select **App registrations (Legacy)** to view a list of all your applications.
43-
44-
If you do not see the application you want show up here, use the various filters at the top of the **App registrations (Legacy)** list to restrict the list or scroll down the list to locate your application.
45-
46-
1. Select the application you want to define app roles in.
47-
1. In the blade for your application, select **Manifest**.
42+
1. In the **Azure Active Directory** pane, select **App registrations** to view a list of all your applications.
43+
1. Select the application you want to define app roles in. Then select **Manifest**.
4844
1. Edit the app manifest by locating the `appRoles` setting and adding all your Application Roles.
4945

5046
> [!NOTE]

0 commit comments

Comments
 (0)