Skip to content

Commit 8cfe089

Browse files
committed
Acrolinx updates
1 parent b281e1f commit 8cfe089

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/mobile-apps/azure-mobile-apps/includes/quickstart/common/register-aad-backend.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ First, register the web API in your Azure AD tenant and add a scope by following
2424
1. Search for and select **Azure Active Directory**.
2525
1. Under **Manage**, select **App registrations** > **New registration**.
2626

27-
* **Name**: enter a name for your application; for example **TodoApp Quickstart**. Users of your app will see this name. You can change it later.
27+
* **Name**: enter a name for your application; for example, **TodoApp Quickstart**. Users of your app will see this name. You can change it later.
2828
* **Supported account types**: **Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)**
2929

3030
1. Select **Register**.
@@ -41,6 +41,6 @@ First, register the web API in your Azure AD tenant and add a scope by following
4141
* **State**: **Enabled**
4242

4343
1. Select **Add scope** to complete the scope addition.
44-
1. Note the value of the scope. It will be `api://<client-id>/access_as_user`. You will need this when configuring the client.
44+
1. Note the value of the scope. It will be `api://<client-id>/access_as_user`. You'll need the scope when configuring the client.
4545
1. Select **Overview**.
46-
2. Note the **Application (client) ID** in the **Essentials** section as you will need this value to configure the datasync backend service later on.
46+
2. Note the **Application (client) ID** in the **Essentials** section as you'll need this value to configure the backend service later on.

articles/mobile-apps/azure-mobile-apps/quickstarts/wpf/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: adhal
1010

1111
# Add authentication to your Windows (WPF) app
1212

13-
In this tutorial, you add Microsoft authentication to the TodoApp project using Azure Active Directory. Before completing this tutorial, ensure you have [created the project and deployed the backend](./index.md).
13+
In this tutorial, you add Microsoft authentication to the TodoApp project using Azure Active Directory. Before completing this tutorial, ensure you've [created the project and deployed the backend](./index.md).
1414

1515
> [!TIP]
1616
> Although we use Azure Active Directory for authentication, you can use any authentication library you wish with Azure Mobile Apps.
@@ -91,7 +91,7 @@ The `GetAuthenticationToken()` method works with the Microsoft Identity Library
9191

9292
## Test the app
9393

94-
You should be able to press **F5** to run the app. When the app runs, a browser will be opened to ask you for authentication. The first time the app runs, you will be asked to consent to the access:
94+
You should be able to press **F5** to run the app. When the app runs, a browser will be opened to ask you for authentication. The first time the app runs, you'll be asked to consent to the access:
9595

9696
![Consent screen](./media/aad-consent.png)
9797

0 commit comments

Comments
 (0)