Skip to content

Commit 5740c6b

Browse files
committed
Addressing Render Issues
1 parent c66ae1b commit 5740c6b

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

articles/active-directory/develop/daemon-quickstart-portal-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.custom: aaddev, identityplatformtop40, devx-track-python, "scenarios:getting-
2626
2727
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
2828
# Quickstart: Acquire a token and call Microsoft Graph API from a Python console app using app's identity
29-
29+
>
3030
> [!div renderon="portal" class="sxs-lookup"]
3131
> In this quickstart, you download and run a code sample that demonstrates how a Python application can get an access token using the app's identity to call the Microsoft Graph API and display a [list of users](/graph/api/user-list) in the directory. The code sample demonstrates how an unattended job or Windows service can run with an application identity, instead of a user's identity.
3232
>

articles/active-directory/develop/desktop-quickstart-portal-nodejs-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ms.custom: mode-api
2424
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2525
2626
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
27-
# Quickstart: Acquire an access token and call the Microsoft Graph API from an Electron desktop app
28-
27+
> # Quickstart: Acquire an access token and call the Microsoft Graph API from an Electron desktop app
28+
>
2929
> In this quickstart, you download and run a code sample that demonstrates how an Electron desktop application can sign in users and acquire access tokens to call the Microsoft Graph API.
3030
>
3131
> This quickstart uses the [Microsoft Authentication Library for Node.js (MSAL Node)](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) with the [authorization code flow with PKCE](v2-oauth2-auth-code-flow.md).

articles/active-directory/develop/desktop-quickstart-portal-uwp.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
1717

1818
# Quickstart: Call the Microsoft Graph API from a Universal Windows Platform (UWP) application
1919

20-
2120
> [!div renderon="docs"]
2221
> Welcome! This probably isn't the page you were expecting. While we work on a fix, this link should take you to the right article:
2322
>
@@ -26,13 +25,12 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
2625
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2726
2827
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
29-
# Quickstart: Call the Microsoft Graph API from a Universal Windows Platform (UWP) application
30-
31-
> In this quickstart, you download and run a code sample that demonstrates how a Universal Windows Platform (UWP) application can sign in users and get an access token to call the Microsoft Graph API.
28+
> # Quickstart: Call the Microsoft Graph API from a Universal Windows Platform (UWP) application
29+
>
30+
> In this quickstart, you download and run a code sample that > demonstrates how a Universal Windows Platform (UWP) application can sign in users and get an access token to call the Microsoft Graph API.
3231
>
3332
> See [How the sample works](#how-the-sample-works) for an illustration.
3433
>
35-
>
3634
> ## Prerequisites
3735
>
3836
> * An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -49,7 +47,7 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
4947
> #### Step 2: Download the Visual Studio project
5048
>
5149
> Run the project using Visual Studio 2019.
52-
50+
>
5351
> > [!div class="nextstepaction"]
5452
> > <button id="downloadsample" class="download-sample-button">Download the code sample</button>
5553
>

0 commit comments

Comments
 (0)