Skip to content

Commit cb742e6

Browse files
authored
Left over links
1 parent d13d556 commit cb742e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/active-directory-develop-quickstart-register-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Registering your application establishes a trust relationship between your app a
4040
Follow these steps to create the app registration:
4141

4242
1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
43-
1. If you have access to multiple tenants, use the **Directories + subscriptions** filter :::image type="icon" source="../articles/active-directory/develop/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. If you have access to multiple tenants, use the **Directories + subscriptions** filter :::image type="icon" source="/azure/active-directory/develop/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.
4444
1. Search for and select **Azure Active Directory**.
4545
1. Under **Manage**, select **App registrations** > **New registration**.
4646
1. Enter a display **Name** for your application. Users of your application might see the display name when they use the app, for example during sign-in.
@@ -57,7 +57,7 @@ Follow these steps to create the app registration:
5757
1. Don't enter anything for **Redirect URI (optional)**. You'll configure a redirect URI in the next section.
5858
1. Select **Register** to complete the initial app registration.
5959

60-
:::image type="content" source="../articles/active-directory/develop/media/quickstart-register-app/portal-02-app-reg-01.png" alt-text="Screenshot of the Azure portal in a web browser, showing the Register an application pane.":::
60+
:::image type="content" source="/azure/active-directory/develop/media/quickstart-register-app/portal-02-app-reg-01.png" alt-text="Screenshot of the Azure portal in a web browser, showing the Register an application pane.":::
6161

6262
When registration finishes, the Azure portal displays the app registration's **Overview** pane. You see the **Application (client) ID**. Also called the _client ID_, this value uniquely identifies your application in the Microsoft identity platform.
6363

0 commit comments

Comments
 (0)