Skip to content

Commit 099ca8e

Browse files
committed
Minor Readme Update
1 parent 15dad59 commit 099ca8e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

4-WebApp-your-API/4-3-AnyOrg/Readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ cd "4-WebApp-your-API\4-3-AnyOrg"
9797

9898
or download and extract the repository .zip file.
9999

100-
> :warning: Given that the name of the sample is quiet long, and so are the names of the referenced packages, you might want to clone it in a folder close to the root of your hard drive, to avoid file size limitations on Windows.
100+
> :warning: Given that the name of the sample is quite long, and so are the names of the referenced packages, you might want to clone it in a folder close to the root of your hard drive, to avoid file size limitations on Windows.
101101
102102
### Step 2: Register the sample applications with your Azure Active Directory tenant
103103

@@ -353,6 +353,12 @@ Connect-AzureAD -TenantId "[The tenant Id]"
353353
New-AzureADServicePrincipal -AppId -DisplayName
354354
```
355355

356+
#### Explore the sample
357+
358+
1. Open your browser and navigate to `https://localhost:44321` and sign-in using the link on top-right.
359+
1. Click on Create New link to create new tasks and you can select the user from the list and assign a task to that user.
360+
1. Click on To-Do List to access all the tasks assigned to users in the tenant of signed-in user.
361+
356362
> Did the sample not work for you as expected? Did you encounter issues trying this sample? Then please reach out to us using the [GitHub Issues](../../../../issues) page.
357363
358364
## About the code

0 commit comments

Comments
 (0)