Skip to content

Commit 3d8583f

Browse files
committed
READMEs
1 parent 16f38b3 commit 3d8583f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

demos/01-create-app/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Completed module: Create a React single-page app
2+
3+
The version of the project in this directory reflects completing the tutorial up through [Create a React single-page app](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=1). If you use this version of the project, you need to complete the rest of the tutorial starting at [Register the app in the portal](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=2).

demos/02-add-aad-auth/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Completed module: Add Azure AD authentication
2+
3+
The version of the project in this directory reflects completing the tutorial up through [Add Azure AD authentication](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=3). If you use this version of the project, you need to complete the rest of the tutorial starting at [Get calendar data](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=4).
4+
5+
> **Note:** It is assumed that you have already registered an application in the app registration portal as specified in [Register the app in the portal](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=2). You need to configure this version of the sample as follows:
6+
>
7+
> 1. Rename the `Config.js.example` file to `Config.js`.
8+
> 1. Edit the `Config.js` file and make the following changes.
9+
> 1. Replace `YOUR_APP_ID_HERE` with the **Application Id** you got from the App Registration Portal.

0 commit comments

Comments
 (0)