Skip to content

Commit d29250f

Browse files
authored
Merge pull request #234494 from kengaderdus/update-portal-quickstart
Update in-portal quickstart
2 parents e9caec1 + d3e7e02 commit d29250f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

articles/active-directory/develop/web-app-quickstart-portal-node-js-ciam.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,26 @@ ms.date: 04/12/2023
1515

1616
# Portal quickstart for React SPA
1717

18-
> [!div renderon="portal" class="sxs-lookup"]
1918
> In this quickstart, you download and run a code sample that demonstrates how a React single-page application (SPA) can sign in users with Azure AD CIAM.
20-
>
19+
20+
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
2121
> ## Prerequisites
2222
>
2323
> * Azure subscription - [Create an Azure subscription for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
2424
> * [Node.js](https://nodejs.org/en/download/)
2525
> * [Visual Studio Code](https://code.visualstudio.com/download) or another code editor
2626
>
27-
> ## Download the code
28-
>
29-
> > [!div class="nextstepaction"]
30-
> > [Download the code sample](https://github.com/Azure-Samples/ms-identity-ciam-javascript-tutorial/archive/react-quickstart.zip)
31-
>
3227
> ## Run the sample
3328
>
3429
> 1. Unzip the downloaded file.
3530
>
36-
> 1. Locate the folder that contains the `package.json` file in your terminal, then run the following command:
31+
> 1. In your terminal, locate the folder that contains the `package.json` file, then run the following command:
3732
>
3833
> ```console
3934
> npm install && npm start
4035
> ```
4136
>
4237
> 1. Open your browser and visit `http://locahost:3000`.
4338
>
44-
> 1. Select the **Sign-in** link on the navigation bar.
39+
> 1. Select the **Sign-in** link on the navigation bar, then follow the prompts.
4540
>

0 commit comments

Comments
 (0)