You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/iot-hub-prepare-resource-manager.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.topic: include
6
6
ms.date: 10/26/2018
7
7
---
8
8
## Prepare to authenticate Azure Resource Manager requests
9
-
You must authenticate all the operations that you perform on resources using the [Azure Resource Manager][lnk-authenticate-arm] with Azure Active Directory (AD). The easiest way to configure this is to use PowerShell or Azure CLI.
9
+
You must authenticate all the operations that you perform on resources using the [Azure Resource Manager][lnk-authenticate-arm] with Azure Active Directory (AD). The easiest way to configure Azure AD is to use PowerShell or Azure CLI.
10
10
11
11
Install the [Azure PowerShell cmdlets][lnk-powershell-install] before you continue.
12
12
@@ -32,20 +32,20 @@ The following steps show how to set up password authentication for an AD applica
1. Save your **TenantId** and **SubscriptionId**. You need them later.
35
+
1. Save your **TenantId** and **SubscriptionId** for later.
36
36
37
37
1. Create a new Azure Active Directory application using the following command, replacing the placeholders:
38
38
39
39
***{Display name}:** a display name for your application such as **MySampleApp**
40
-
***{Home page URL}:** the URL of the home page of your app such as **http:\//mysampleapp/home**. This URL does not need to point to a real application.
41
-
***{Application identifier}:** A unique identifier such as **http:\//mysampleapp**. This URL does not need to point to a real application.
40
+
***{Home page URL}:** the URL of the home page of your app such as **http:\//mysampleapp/home**. This URL doesn't need to point to a real application.
41
+
***{Application identifier}:** A unique identifier such as **http:\//mysampleapp**. This URL doesn't need to point to a real application.
42
42
***{Password}:** A password that you use to authenticate with your app.
0 commit comments