Skip to content

Commit 5136906

Browse files
authored
Merge pull request #199713 from trpugazh/main
Update Portal Quickstart css class and id
2 parents 2f46590 + 2648516 commit 5136906

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

articles/active-directory/develop/mobile-app-quickstart-portal-android.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
2424
>
2525
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2626
27-
> [!div renderon="portal" class="sxs-lookup display-on-portal"]
27+
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
2828
> # Quickstart: Sign in users and call the Microsoft Graph API from an Android app
2929
>
3030
> In this quickstart, you download and run a code sample that demonstrates how an Android application can sign in users and get an access token to call the Microsoft Graph API.
@@ -42,15 +42,17 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
4242
> ### Step 1: Configure your application in the Azure portal
4343
> For the code sample in this quickstart to work, add a **Redirect URI** compatible with the Auth broker.
4444
>
45-
> <button id="makechanges" class="nextstepaction" class="configure-app-button"> Make this change for me </button>
45+
> <button id="makechanges" class="nextstepaction configure-app-button"> Make these changes for me </button>
4646
>
4747
> > [!div id="appconfigured" class="alert alert-info"]
4848
> > ![Already configured](media/quickstart-v2-android/green-check.png) Your application is configured with these attributes
4949
>
5050
> ### Step 2: Download the project
5151
>
5252
> Run the project using Android Studio.
53-
> <a href='https://github.com/Azure-Samples/ms-identity-android-java/archive/master.zip'><button id="downloadsample" class="download-sample-button">Download the code sample</button></a>
53+
>
54+
> > [!div class="nextstepaction"]
55+
> > <button id="downloadsample" class="download-sample-button">Download the code sample</button>
5456
>
5557
>
5658
> ### Step 3: Your app is configured and ready to run
@@ -484,4 +486,4 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
484486
> Move on to the Android tutorial in which you build an Android app that gets an access token from the Microsoft identity platform and uses it to call the Microsoft Graph API.
485487
>
486488
> > [!div class="nextstepaction"]
487-
> > [Tutorial: Sign in users and call the Microsoft Graph from an Android application](tutorial-v2-android.md)
489+
> > [Tutorial: Sign in users and call the Microsoft Graph from an Android application](tutorial-v2-android.md)

articles/active-directory/develop/mobile-app-quickstart-portal-ios.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
2626
>
2727
> We apologize for the inconvenience and appreciate your patience while we work to get this resolved.
2828
29-
> [!div renderon="portal" class="sxs-lookup display-on-portal"]
29+
> [!div renderon="portal" id="display-on-portal" class="sxs-lookup"]
3030
> # Quickstart: Sign in users and call the Microsoft Graph API from an iOS or macOS app
3131
>
3232
> In this quickstart, you download and run a code sample that demonstrates how a native iOS or macOS application can sign in users and get an access token to call the Microsoft Graph API.
@@ -47,16 +47,18 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
4747
> #### Step 1: Configure your application
4848
> For the code sample in this quickstart to work, add a **Redirect URI** compatible with the Auth broker.
4949
>
50-
> <button id="makechanges" class="nextstepaction" class="configure-app-button"> Make this change for me </button>
50+
> <button id="makechanges" class="nextstepaction configure-app-button"> Make these changes for me </button>
5151
>
5252
> > [!div id="appconfigured" class="alert alert-info"]
5353
> > ![Already configured](media/quickstart-v2-ios/green-check.png) Your application is configured with these attributes
5454
>
5555
> #### Step 2: Download the sample project
5656
>
57-
> <a href='https://github.com/Azure-Samples/active-directory-ios-swift-native-v2/archive/master.zip'><button id="downloadsample" class="downloadsample_ios">Download the code sample for iOS</button></a>
58-
>
59-
> <a href='https://github.com/Azure-Samples/active-directory-macOS-swift-native-v2/archive/master.zip'><button id="downloadsample" class="downloadsample_ios">Download the code sample for macOS</button></a>
57+
> > [!div class="nextstepaction"]
58+
> > <button id="downloadsample_ios" class="download-sample-button">Download the code sample for iOS</button>
59+
>
60+
> > [!div class="nextstepaction"]
61+
> > <button id="downloadsample_macos" class="download-sample-button">Download the code sample for macOS</button>
6062
>
6163
> #### Step 3: Install dependencies
6264
>
@@ -238,4 +240,4 @@ ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "language
238240
> Move on to the step-by-step tutorial in which you build an iOS or macOS app that gets an access token from the Microsoft identity platform and uses it to call the Microsoft Graph API.
239241
>
240242
> > [!div class="nextstepaction"]
241-
> > [Tutorial: Sign in users and call Microsoft Graph from an iOS or macOS app](tutorial-v2-ios.md)
243+
> > [Tutorial: Sign in users and call Microsoft Graph from an iOS or macOS app](tutorial-v2-ios.md)

0 commit comments

Comments
 (0)