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
1. In Visual Studio, create a Visual C# Windows Classic Desktop project using the **Console App (.NET Framework)** project template. Name the project **CreateIoTHub**.
36
+
1. In Visual Studio, create a C# Windows Desktop project using the **Console App (.NET Framework)** project template. Name the project **CreateIoTHub**.
37
37
38
38
2. In Solution Explorer, right-click on your project and then click **Manage NuGet Packages**.
39
39
@@ -71,41 +71,32 @@ To complete this tutorial, you need the following:
Copy file name to clipboardExpand all lines: includes/iot-hub-prepare-resource-manager.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Install the [Azure PowerShell cmdlets][lnk-powershell-install] before you contin
12
12
13
13
The following steps show how to set up password authentication for an AD application using PowerShell. You can run these commands in a standard PowerShell session.
14
14
15
-
1. Sign in to your Azure subscription using the following command:
15
+
1. Sign in to your Azure subscription using the following command. If you're using PowerShell in Azure Cloud Shell you're already signed in, so you can skip this step.
16
16
17
17
```powershell
18
18
Connect-AzAccount
@@ -26,10 +26,10 @@ The following steps show how to set up password authentication for an AD applica
26
26
Get-AzSubscription
27
27
```
28
28
29
-
Select the subscription you want to use. You can use either the subscription name or ID from the output of the previous command.
29
+
Select the subscription you want to use. You can use either the `Name`or `Id` from the output of the previous command.
0 commit comments