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
+53-5Lines changed: 53 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,69 @@ To complete this article, you need the following:
23
23
24
24
-[Visual Studio Code](https://code.visualstudio.com/)
25
25
26
-
-[Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools) for Visual Studio Code.
26
+
-[Azure IoT Tools](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools)installed for Visual Studio Code.
27
27
28
-
## Create an IoT hub
28
+
29
+
## Create an IoT hub and device in an IoT Project
30
+
31
+
The following steps show how you can create an IoT Hub and register a device to the hub within an IoT Project in Visual Studio Code.
32
+
33
+
Instead of provisioning an Azure IoT Hub and device from the Azure portal. You can do it in the VS Code without leaving the development environment. The steps in this section show how to do this.
34
+
35
+
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.
0 commit comments