Skip to content

Commit ff9108b

Browse files
authored
Update quickstart-v2-angular.md
1 parent 3d80453 commit ff9108b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/quickstart-v2-angular.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this quickstart, you use a code sample to learn how an Angular single-page ap
3636
>
3737
> ### Option 1 (express): Register and automatically configure the app, and then download the code sample
3838
>
39-
> 1. Sign in to the [Azure portal](https://portal.azure.com) by using a personal Microsoft account, a work account, or a school account.
39+
> 1. Sign in to the [Azure portal](https://portal.azure.com).
4040
> 1. If your account has access to more than one tenant, select the account at the upper right, and then set your portal session to the Azure Active Directory (Azure AD) tenant that you want to use.
4141
> 1. Open the new [App registrations](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade/quickStartType/JavascriptSpaQuickstartPage/sourceType/docs) pane in the Azure portal.
4242
> 1. Enter a name for your application, and then select **Register**.
@@ -46,7 +46,7 @@ In this quickstart, you use a code sample to learn how an Angular single-page ap
4646
>
4747
> #### Step 1: Register the application
4848
>
49-
> 1. Sign in to the [Azure portal](https://portal.azure.com) by using a personal Microsoft account, a work account, or a school account.
49+
> 1. Sign in to the [Azure portal](https://portal.azure.com).
5050
> 1. If your account has access to more than one tenant, select your account at the upper right, and set your portal session to the Azure AD tenant that you want to use.
5151
> 1. Follow the instructions to [register a single-page application](https://docs.microsoft.com/azure/active-directory/develop/scenario-spa-app-registration) in the Azure portal.
5252
> 1. Add a new platform on the **Authentication** pane of your app registration and register the redirect URI: **http://localhost:4200/**.
@@ -63,7 +63,7 @@ In this quickstart, you use a code sample to learn how an Angular single-page ap
6363
6464
#### Step 2: Download the code sample
6565
>[!div renderon="docs"]
66-
>To run the project with a web server by using Node.js, clone the [sample repository](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular) or [download](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular/archive/master.zip) the core project files. Open the files by using an editor such as Visual Studio Code.
66+
>To run the project with a web server by using Node.js, [clone the sample repository](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular) or [download the core project files](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular/archive/master.zip). Open the files by using an editor such as Visual Studio Code.
6767
6868
> [!div renderon="portal" id="autoupdate" class="sxs-lookup nextstepaction"]
6969
> [Download the code sample](https://github.com/Azure-Samples/active-directory-javascript-singlepageapp-angular/archive/master.zip)

0 commit comments

Comments
 (0)