Skip to content

Commit 0e366e1

Browse files
Update articles/active-directory/develop/includes/console-app/quickstart-netcore.md
Co-authored-by: Chris Werner <[email protected]>
1 parent b406902 commit 0e366e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/includes/console-app/quickstart-netcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This project can be run in either Visual Studio or Visual Studio for Mac and can
7575

7676

7777
1. Open the solution in Visual Studio: *1-Call-MSGraph\daemon-console.sln* (optional).
78-
1. In *appsettings.json*, replace the values of `Tenant`, `ClientId`, and `ClientSecret`:
78+
1. In *appsettings.json*, replace the values of `Tenant`, `ClientId`, and `ClientSecret`. The value for the application (client) ID and the directory (tenant) ID, can be found in the app's **Overview** page on the Azure portal.
7979

8080
```json
8181
"Tenant": "Enter_the_Tenant_Id_Here",

0 commit comments

Comments
 (0)