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: articles/iot-hub/iot-hub-create-use-iot-toolkit.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
@@ -37,7 +37,7 @@ The following steps show how to create an IoT Hub without an IoT Project in Visu
37
37
38
38
:::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":::
39
39
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.
41
41
42
42
6. From the command palette at the top of VS Code, select your Azure subscription.
43
43
@@ -49,15 +49,15 @@ The following steps show how to create an IoT Hub without an IoT Project in Visu
49
49
50
50
10. Enter a globally unique name for your IoT hub, then press **Enter**.
51
51
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.
53
53
54
54
## Create an IoT hub and device in an existing IoT project
55
55
56
56
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.
57
57
58
58
This method allows you to provision in VS Code without leaving your development environment.
59
59
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...**.
61
61
62
62
:::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":::
63
63
@@ -68,7 +68,7 @@ This method allows you to provision in VS Code without leaving your development
68
68
69
69
:::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":::
70
70
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).
72
72
73
73
:::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":::
74
74
@@ -90,7 +90,7 @@ This method allows you to provision in VS Code without leaving your development
90
90
91
91
:::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":::
92
92
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.
94
94
95
95
:::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":::
0 commit comments