Skip to content

Commit acc6708

Browse files
authored
Merge pull request #176945 from v-gpettibone/pics10
Updating device pics
2 parents b555194 + 3303d52 commit acc6708

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

includes/iot-hub-include-create-device.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@
55
author: robinsh
66
ms.service: iot-hub
77
ms.topic: include
8-
ms.date: 11/06/2018
8+
ms.date: 10/21/2021
99
ms.author: robinsh
1010
ms.custom: include file
1111
---
1212
<!-- put the ## header in the file that includes this file -->
1313

1414
In this section, you create a device identity in the identity registry in your IoT hub. A device cannot connect to a hub unless it has an entry in the identity registry. For more information, see the [IoT Hub developer guide](../articles/iot-hub/iot-hub-devguide-identity-registry.md#identity-registry-operations).
1515

16-
1. In your IoT hub navigation menu, open **IoT Devices**, then select **New** to add a device in your IoT hub.
16+
1. In your IoT hub navigation menu, open **Devices**, then select **Add Device** to add a device in your IoT hub.
1717

18-
![Create device identity in portal](./media/iot-hub-include-create-device/create-identity-portal-vs2019.png)
18+
:::image type="content" source="./media/iot-hub-include-create-device/create-identity-portal-vs2019.png" alt-text="Screen capture that shows how to create a device identity in the portal" border="true":::
1919

2020
1. In **Create a device**, provide a name for your new device, such as **myDeviceId**, and select **Save**. This action creates a device identity for your IoT hub. Leave **Auto-generate keys** checked so that the primary and secondary keys will be generated automatically.
2121

22-
![Add a new device](./media/iot-hub-include-create-device/create-a-device-vs2019.png)
22+
:::image type="content" source="./media/iot-hub-include-create-device/create-a-device-vs2019.png" alt-text="Screen capture that shows how to add a new device" border="true":::
2323

24-
[!INCLUDE [iot-hub-pii-note-naming-device](iot-hub-pii-note-naming-device.md)]
24+
[!INCLUDE [iot-hub-pii-note-naming-device](iot-hub-pii-note-naming-device.md)]
2525

26-
1. After the device is created, open the device from the list in the **IoT devices** pane. Copy the **Primary Connection String**. This connection string is used by device code to communicate with the hub.
26+
1. After the device is created, open the device from the list in the **Devices** pane. Copy the **Primary Connection String**. This connection string is used by device code to communicate with the hub.
2727

28-
By default, the keys and connection strings are masked as they are sensitive information. If you click the eye icon, they are revealed as shown in the image below. It is not necessary to reveal them to copy them with the copy button.
28+
By default, the keys and connection strings are masked as they are sensitive information. If you click the eye icon, they are revealed. It is not necessary to reveal them to copy them with the copy button.
2929

30-
![Device connection string](./media/iot-hub-include-create-device/device-details-vs2019.png)
30+
:::image type="content" source="./media/iot-hub-include-create-device/device-details-vs2019.png" alt-text="Screen capture that shows the device connection string" border="true":::
3131

3232
> [!NOTE]
3333
> The IoT Hub identity registry only stores device identities to enable secure access to the IoT hub. It stores device IDs and keys to use as security credentials, and an enabled/disabled flag that you can use to disable access for an individual device. If your application needs to store other device-specific metadata, it should use an application-specific store. For more information, see [IoT Hub developer guide](../articles/iot-hub/iot-hub-devguide-identity-registry.md).
-11.7 KB
Loading
-35.5 KB
Loading
-15.7 KB
Loading

0 commit comments

Comments
 (0)