Skip to content

Commit 0b8c5f9

Browse files
committed
Updated screenshot markdown
1 parent dc3c6e8 commit 0b8c5f9

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

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

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,48 +28,46 @@ To complete this article, you need the following:
2828

2929
## Create an IoT hub and device in an IoT Project
3030

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.
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 (VS) Code.
3232

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.
33+
Instead of provisioning an Azure IoT Hub and device from the Azure portal. You can do it in VS Code without leaving the development environment. The steps in this section show how to do this.
3434

3535
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.
3636

37-
![Provision command](media/iot-hub-create-use-iot-toolkit/provision.png)
37+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/provision.png" alt-text="A screenshot that shows you how to open the command palette in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/provision.png":::
3838

3939
> [!NOTE]
4040
> If you have not signed in Azure. Follow the pop-up notification for signing in.
4141
4242
1. Select the subscription you want to use.
4343

44-
![Select sub](media/iot-hub-create-use-iot-toolkit/select-subscription.png)
44+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-subscription.png" alt-text="A screenshot that shows you how to choose your Azure subscription in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-subscription.png":::
4545

4646
1. Then select and existing resource group or create a new [resource group](../azure-resource-manager/management/overview.md#terminology).
4747

48-
![Select resource group](media/iot-hub-create-use-iot-toolkit/select-resource-group.png)
48+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-resource-group.png" alt-text="A screenshot that shows you 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":::
4949

5050
1. In the resource group you specified, follow the prompts to select an existing IoT Hub or create a new Azure IoT Hub.
5151

52-
![Select IoT Hub steps](media/iot-hub-create-use-iot-toolkit/iot-hub-provision.png)
52+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-hub-provision.png" alt-text="A screenshot that shows you the first prompt in choosing an existing IoT Hub in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-hub-provision.png":::
5353

54-
![Select IoT Hub](media/iot-hub-create-use-iot-toolkit/select-iot-hub.png)
54+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-iot-hub.png" alt-text="A screenshot that shows you the second prompt in choosing an existing IoT Hub in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-iot-hub.png":::
5555

56-
![Selected IoT Hub](media/iot-hub-create-use-iot-toolkit/iot-hub-selected.png)
56+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-hub-selected.png" alt-text="A screenshot that shows you the third prompt in choosing an existing IoT Hub in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-hub-selected.png":::
5757

5858
1. In the output window, you will see the Azure IoT Hub provisioned.
5959

60-
![IoT Hub Provisioned](media/iot-hub-create-use-iot-toolkit/iot-hub-provisioned.png)
60+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-hub-provisioned.png" alt-text="A screenshot that shows you the output window in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-hub-provisioned.png":::
6161

6262
1. Select or create a new IoT Hub Device in the Azure IoT Hub you provisioned.
6363

64-
![Select IoT Device steps](media/iot-hub-create-use-iot-toolkit/iot-device-provision.png)
64+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/iot-device-provision.png" alt-text="A screenshot that shows you the fourth prompt in choosing an existing IoT Hub in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/iot-device-provision.png":::
6565

66-
![Select IoT Device Provisioned](media/iot-hub-create-use-iot-toolkit/select-iot-device.png)
66+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/select-iot-device.png" alt-text="A screenshot that shows you an example of an existing IoT Hub in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/select-iot-device.png":::
6767

6868
1. Now you have Azure IoT Hub provisioned and device created in it. Also the device connection string will be saved in VS Code.
6969

70-
![Provision done](media/iot-hub-create-use-iot-toolkit/provision-done.png)
71-
72-
70+
:::image type="content" source="media/iot-hub-create-use-iot-toolkit/provision-done.png" alt-text="A screenshot that shows you IoT Hub details in the output window in VS Code." lightbox="media/iot-hub-create-use-iot-toolkit/provision-done.png":::
7371

7472
## Create an IoT hub without an IoT Project
7573

0 commit comments

Comments
 (0)