Skip to content

Commit 4fed4f3

Browse files
committed
Minro edits + PowerShell article edits
1 parent c76edd2 commit 4fed4f3

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

articles/iot-hub/iot-hub-create-using-powershell.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ You can use Azure PowerShell cmdlets to create and manage Azure IoT hubs. This t
2121

2222
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2323

24+
Alternatively, you can use Azure Cloud Shell, if you'd rather not install additional modules onto your machine. The following section gets you started with Azure Cloud Shell.
25+
2426
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2527

2628
## Connect to your Azure subscription
2729

28-
If you're using the Cloud Shell, you're already logged in to your subscription. If you're running PowerShell locally instead, enter the following command to sign in to your Azure subscription:
30+
If you're using Cloud Shell, you're already logged in to your subscription, so you can skip this step. If you're running PowerShell locally instead, enter the following command to sign in to your Azure subscription:
2931

3032
```powershell
3133
# Log into Azure account.

includes/cloud-shell-try-it-no-header.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ To start Azure Cloud Shell:
1616

1717
| Option | Example/Link |
1818
|-----------------------------------------------|---|
19-
| Select **Try It** in the upper-right corner of a code block. Selecting **Try It** doesn't automatically copy the code to Cloud Shell. | ![Screenshot that shows an example of Try It for Azure Cloud Shell.](./media/cloud-shell-try-it/hdi-azure-cli-try-it.png) |
19+
| Select **Try It** in the upper-right corner of a code or command block. Selecting **Try It** doesn't automatically copy the code or command to Cloud Shell. | ![Screenshot that shows an example of Try It for Azure Cloud Shell.](./media/cloud-shell-try-it/hdi-azure-cli-try-it.png) |
2020
| Go to [https://shell.azure.com](https://shell.azure.com), or select the **Launch Cloud Shell** button to open Cloud Shell in your browser. | [![Screenshot that shows how to launch Cloud Shell in a new window.](media/cloud-shell-try-it/hdi-launch-cloud-shell.png)](https://shell.azure.com) |
2121
| Select the **Cloud Shell** button on the menu bar at the upper right in the [Azure portal](https://portal.azure.com). | ![Screenshot that shows the Cloud Shell button in the Azure portal](./media/cloud-shell-try-it/hdi-cloud-shell-menu.png) |
2222

23-
To run the code in this article in Azure Cloud Shell:
23+
To use Azure Cloud Shell:
2424

2525
1. Start Cloud Shell.
2626

27-
1. Select the **Copy** button on a code block to copy the code.
27+
1. Select the **Copy** button on a code block (or command block) to copy the code or command.
2828

29-
1. Paste the code into the Cloud Shell session by selecting **Ctrl**+**Shift**+**V** on Windows and Linux, or by selecting **Cmd**+**Shift**+**V** on macOS.
29+
1. Paste the code or command into the Cloud Shell session by selecting **Ctrl**+**Shift**+**V** on Windows and Linux, or by selecting **Cmd**+**Shift**+**V** on macOS.
3030

31-
1. Select **Enter** to run the code.
31+
1. Select **Enter** to run the code or command.

includes/cloud-shell-try-it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ ms.author: dbradish
66
manager: barbkess
77
---
88

9-
## Use Azure Cloud Shell
9+
## Azure Cloud Shell
1010

1111
[!INCLUDE [Use Azure Cloud Shell](cloud-shell-try-it-no-header.md)]

0 commit comments

Comments
 (0)