Skip to content

Commit a705864

Browse files
Merge pull request #209017 from w-azure/winona-hub-tools
Minor edits - Tools article
2 parents 42d7d35 + 8234648 commit a705864

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/iot-hub/iot-hub-create-use-iot-toolkit.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following steps show how to create an IoT Hub without an IoT Project in Visu
3737

3838
:::image type="content" source="./media/iot-hub-create-use-iot-toolkit/create-iot-hub.png" alt-text="A screenshot that shows the location of the Create IoT Hub list item in VS Code." lightbox="./media/iot-hub-create-use-iot-toolkit/create-iot-hub.png":::
3939

40-
5. A pop-up will show in the bottom-right corner to let you sign in to Azure for the first time, if you are not signed in already.
40+
5. A pop-up will show in the bottom-right corner to let you sign in to Azure for the first time, if you're not signed in already.
4141

4242
6. From the command palette at the top of VS Code, select your Azure subscription.
4343

@@ -49,15 +49,15 @@ The following steps show how to create an IoT Hub without an IoT Project in Visu
4949

5050
10. Enter a globally unique name for your IoT hub, then press **Enter**.
5151

52-
11. Wait a few minutes until the IoT Hub is created. You'll see a confirmation in the output console.
52+
11. Wait a few minutes until the IoT hub is created. You'll see a confirmation in the output console.
5353

5454
## Create an IoT hub and device in an existing IoT project
5555

5656
The following steps show how to create an IoT Hub and register a device to the hub within an existing IoT project in Visual Studio (VS) Code.
5757

5858
This method allows you to provision in VS Code without leaving your development environment.
5959

60-
1. In the new opened project window, click `F1` to open the command palette, type and select **Azure IoT Device Workbench: Provision Azure Services...**. Follow the step-by-step guide to finish provisioning your Azure IoT Hub and creating the IoT Hub device.
60+
1. In the new opened project window, click `F1` to open the command palette, type and select **Azure IoT Device Workbench: Provision Azure Services...**.
6161

6262
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/provision.png" alt-text="A screenshot that shows how to open the command palette in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/provision.png":::
6363

@@ -68,7 +68,7 @@ This method allows you to provision in VS Code without leaving your development
6868

6969
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-subscription.png" alt-text="A screenshot that shows how to choose your Azure subscription in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-subscription.png":::
7070

71-
1. Then select and existing resource group or create a new [resource group](../azure-resource-manager/management/overview.md#terminology).
71+
1. Select an existing resource group or create a new [resource group](../azure-resource-manager/management/overview.md#terminology).
7272

7373
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-resource-group.png" alt-text="A screenshot that shows how to choose a resource group or create a new one in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-resource-group.png":::
7474

@@ -90,7 +90,7 @@ This method allows you to provision in VS Code without leaving your development
9090

9191
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-iot-device.png" alt-text="A screenshot that shows an example of an existing IoT Hub in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-iot-device.png":::
9292

93-
1. Now you have Azure IoT Hub provisioned and device created in it. Also the device connection string will be saved in VS Code.
93+
1. Now you have an Azure IoT Hub provisioned and a device created in it. The device connection string will be saved in VS Code.
9494

9595
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/provision-done.png" alt-text="A screenshot that shows IoT Hub details in the output window in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/provision-done.png":::
9696

0 commit comments

Comments
 (0)