Skip to content

Commit d0a9432

Browse files
authored
Merge pull request #107352 from rwike77/tutorialnote
adding note about starting with quickstart
2 parents 766383c + 3db4453 commit d0a9432

File tree

6 files changed

+17
-1
lines changed

6 files changed

+17
-1
lines changed

articles/active-directory/develop/tutorial-v2-asp-webapp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ When you've completed this guide, your application will be able to accept sign-i
2727

2828
> This guide requires Microsoft Visual Studio 2019. Don’t have it? [Download Visual Studio 2019 for free](https://www.visualstudio.com/downloads/).
2929
30+
>[!NOTE]
31+
> If you are new to the Microsoft identity platform, we recommend you start with the [Add Microsoft identity platform sign-in to an ASP.NET web app](quickstart-v2-aspnet-webapp.md).
32+
3033
## How the sample app generated by this guide works
3134

3235
![Shows how the sample app generated by this tutorial works](media/active-directory-develop-guidedsetup-aspnetwebapp-intro/aspnetbrowsergeneral.svg)

articles/active-directory/develop/tutorial-v2-aspnet-daemon-web-app.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ The app is built as an ASP.NET MVC application. It uses the OWIN OpenID Connect
3636

3737
The "daemon" component in this sample is an API controller, `SyncController.cs`. When the controller is called, it pulls in a list of users in the customer's Azure Active Directory (Azure AD) tenant from Microsoft Graph. `SyncController.cs` is triggered by an AJAX call in the web application. It uses the [Microsoft Authentication Library (MSAL) for .NET](msal-overview.md) to acquire an access token for Microsoft Graph.
3838

39-
For a simpler console daemon application, see the [.NET Core daemon quickstart](quickstart-v2-netcore-daemon.md).
39+
>[!NOTE]
40+
> If you are new to the Microsoft identity platform, we recommend you start with the [.NET Core daemon quickstart](quickstart-v2-netcore-daemon.md).
4041
4142
## Scenario
4243

articles/active-directory/develop/tutorial-v2-ios.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ In this tutorial, you'll learn how to integrate an iOS or macOS app with the Mic
2222

2323
When you've completed the guide, your application will accept sign-ins of personal Microsoft accounts (including outlook.com, live.com, and others) and work or school accounts from any company or organization that uses Azure Active Directory.
2424

25+
>[!NOTE]
26+
> If you are new to the Microsoft identity platform, we recommend you start with the [Sign in users and call the Microsoft Graph API from an iOS or macOS app](quickstart-v2-ios.md).
27+
2528
## How this tutorial works
2629

2730
![Shows how the sample app generated by this tutorial works](../../../includes/media/active-directory-develop-guidedsetup-ios-introduction/iosintro.svg)

articles/active-directory/develop/tutorial-v2-javascript-spa.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ This guide demonstrates how a JavaScript single-page application (SPA) can:
2525
- Acquire an access token
2626
- Call the Microsoft Graph API or other APIs that require access tokens from the *Microsoft identity platform endpoint*
2727

28+
>[!NOTE]
29+
> If you are new to the Microsoft identity platform, we recommend you start with the [Sign in users and get an access token in a JavaScript SPA quickstart](quickstart-v2-javascript.md).
30+
2831
## How the sample app generated by this guide works
2932

3033
![Shows how the sample app generated by this tutorial works](media/active-directory-develop-guidedsetup-javascriptspa-introduction/javascriptspa-intro.svg)

articles/active-directory/develop/tutorial-v2-windows-desktop.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ When you've completed the guide, your application will be able to call a protect
2727
> [!NOTE]
2828
> The guide requires Visual Studio 2015 Update 3, Visual Studio 2017, or Visual Studio 2019. Don’t have any of these versions? [Download Visual Studio 2019 for free](https://www.visualstudio.com/downloads/).
2929
30+
>[!NOTE]
31+
> If you are new to the Microsoft identity platform, we recommend you start with the [Acquire a token and call Microsoft Graph API from a Windows desktop app](quickstart-v2-windows-desktop.md).
32+
3033
## How the sample app generated by this guide works
3134

3235
![Shows how the sample app generated by this tutorial works](./media/active-directory-develop-guidedsetup-windesktop-intro/windesktophowitworks.svg)

articles/active-directory/develop/tutorial-v2-windows-uwp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ At the end of this guide, your application calls a protected API by using person
2929
>[!NOTE]
3030
> This guide requires Visual Studio with Universal Windows Platform development installed. See [Get set up](https://docs.microsoft.com/windows/uwp/get-started/get-set-up) for instructions to download and configure Visual Studio to develop Universal Windows Platform apps.
3131
32+
>[!NOTE]
33+
> If you are new to the Microsoft identity platform, we recommend you start with the [Call the Microsoft Graph API from a Universal Windows Platform (UWP) application quickstart](quickstart-v2-uwp.md).
34+
3235
## How this guide works
3336

3437
![Shows how the sample app generated by this tutorial works](./media/tutorial-v2-windows-uwp/uwp-intro.svg)

0 commit comments

Comments
 (0)