Skip to content

Commit e7e9b3b

Browse files
committed
revert azure portal link
1 parent 5648247 commit e7e9b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/quickstart-v2-javascript-auth-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This quickstart uses MSAL.js v2 with the authorization code flow. For a similar
3636
>
3737
> ### Option 1 (Express): Register and auto configure your app and then download your code sample
3838
>
39-
> 1. Go to the [Azure portal - App registration](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade/quickStartType/JavascriptSpaQuickstartPage/sourceType/docs).
39+
> 1. Go to the <a href="https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade/quickStartType/JavascriptSpaQuickstartPage/sourceType/docs" target="_blank">Azure portal - App registrations</a>.
4040
> 1. Enter a name for your application.
4141
> 1. Under **Supported account types**, select **Accounts in any organizational directory and personal Microsoft accounts**.
4242
> 1. Select **Register**.
@@ -46,7 +46,7 @@ This quickstart uses MSAL.js v2 with the authorization code flow. For a similar
4646
>
4747
> #### Step 1: Register your application
4848
>
49-
> 1. Sign in to the [Azure portal](https://portal.azure.com/).
49+
> 1. Sign in to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
5050
> 1. If you have access to multiple tenants, use the **Directory + subscription** filter :::image type="icon" source="./media/common/portal-directory-subscription-filter.png" border="false"::: in the top menu to select the tenant in which you want to register an application.
5151
> 1. Search for and select **Azure Active Directory**.
5252
> 1. Under **Manage**, select **App registrations** > **New registration**.

0 commit comments

Comments
 (0)