Skip to content

Commit c04d881

Browse files
authored
Merge pull request #93826 from rwike77/quickstart3
initial port
2 parents c634092 + a1377c1 commit c04d881

File tree

6 files changed

+248
-5
lines changed

6 files changed

+248
-5
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@
6060
- name: .NET Core console (daemon)
6161
href: quickstart-v2-netcore-daemon.md
6262
- name: Python console daemon
63-
href: quickstart-v2-python-daemon.md
64-
- name: ASP.NET daemon web app
65-
href: https://github.com/Azure-Samples/active-directory-dotnet-daemon-v2
63+
href: quickstart-v2-python-daemon.md
6664
- name: Tutorials
6765
items:
6866
- name: Single-page apps
@@ -83,6 +81,10 @@
8381
href: tutorial-v2-windows-uwp.md
8482
- name: Windows Desktop .NET
8583
href: tutorial-v2-windows-desktop.md
84+
- name: Daemon apps
85+
items:
86+
- name: ASP.NET daemon web app
87+
href: tutorial-v2-aspnet-daemon-web-app.md
8688
- name: Samples
8789
href: sample-v2-code.md
8890
- name: Concepts

articles/active-directory/develop/developer-glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: conceptual
1515
ms.tgt_pltfrm: na
1616
ms.workload: identity
17-
ms.date: 05/21/2019
17+
ms.date: 10/28/2019
1818
ms.author: ryanwi
1919
ms.custom: aaddev
2020
ms.reviewer: jmprieur, saeeda, jesakowi, nacanuma
@@ -227,7 +227,7 @@ Use the following comments section to provide feedback and help to refine and sh
227227
[AAD-App-SP-Objects]:app-objects-and-service-principals.md
228228
[AAD-Auth-Scenarios]:authentication-scenarios.md
229229
[AAD-Dev-Guide]:azure-ad-developers-guide.md
230-
[AAD-Graph-Perm-Scopes]: https://msdn.microsoft.com/library/azure/ad/graph/howto/azure-ad-graph-api-permission-scopes
230+
[AAD-Graph-Perm-Scopes]: /graph/permissions-reference
231231
[AAD-Graph-App-Entity]: https://msdn.microsoft.com/Library/Azure/Ad/Graph/api/entity-and-complex-type-reference#application-entity
232232
[AAD-Graph-Sp-Entity]: https://msdn.microsoft.com/Library/Azure/Ad/Graph/api/entity-and-complex-type-reference#serviceprincipal-entity
233233
[AAD-Graph-User-Entity]: https://msdn.microsoft.com/Library/Azure/Ad/Graph/api/entity-and-complex-type-reference#user-entity
20.4 KB
Loading
33 KB
Loading
42.8 KB
Loading

0 commit comments

Comments
 (0)