Skip to content

Commit 220cf18

Browse files
authored
Adding warning about long names
Adding warning about long names into the Readme.md (See #9)
1 parent f99f7e0 commit 220cf18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ From your shell or command line:
5151

5252
`git clone https://github.com/Azure-Samples/active-directory-dotnet-webapi-manual-jwt-validation.git`
5353

54+
> Given that the name of the sample is pretty long, and so are the name of the referenced NuGet pacakges, you might want to clone it in a folder close to the root of your hard drive, to avoid file size limitations on Windows.
55+
5456
### Step 2: Register the sample with your Azure Active Directory tenant
5557
There are two options:
5658
- Option 1: you run the `Configure.ps1` PowerShell script which creates two applications in the Azure Active Directory, (one for the client and one for the service), and then updates the configuration files in the Visual Studio projects to point to those two newly created apps. Instructions for these option are provided in the [Configure.ps1](./AppCreationScripts/Configure.ps1) file

0 commit comments

Comments
 (0)