Skip to content

Commit 1a166c4

Browse files
committed
Fixed PR blocking issues
1 parent 071f5d2 commit 1a166c4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/iot-hub/iot-hub-create-through-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ For more detailed information about the access granted by specific permissions,
5454

5555
[!INCLUDE [iot-hub-include-create-device](../../includes/iot-hub-include-create-device.md)]
5656

57-
## Message Routing for an IoT hub
57+
## Message routing for an IoT hub
5858

5959
Select **Message Routing** under **Messaging** to see the Message Routing pane, where you define routes and custom endpoints for the hub. [Message routing](iot-hub-devguide-messages-d2c.md) enables you to manage how data is sent from your devices to your endpoints. The first step is to add a new route. Then you can add an existing endpoint to the route, or create a new one of the types supported, such as blob storage.
6060

6161
### Routes
6262

6363
**Routes** is the first tab on the **Message Routing** pane. To add a new route, select **+ Add**.
6464

65-
![Message routing pane](./media/iot-hub-create-through-portal/iot-hub-message-routing.png)
65+
![Screenshot showing the 'Message Routing' pane with the '+ Add' button.](./media/iot-hub-create-through-portal/iot-hub-message-routing.png)
6666

6767
You see the following screen.
6868

@@ -74,7 +74,7 @@ For **Endpoint**, select one from the dropdown list or add a new one. In this ex
7474

7575
The following screen shows where the storage account and container are specified.
7676

77-
![Screenshot showing adding a storage endpoint for the routing rule](./media/iot-hub-create-through-portal/iot-hub-routing-add-storage-endpoint.png)
77+
![Screenshot showing how to add a storage endpoint for the routing rule.](./media/iot-hub-create-through-portal/iot-hub-routing-add-storage-endpoint.png)
7878

7979
Add an endpoint name in **Endpoint name** if needed. Select **Pick a container** to select the storage account and container. When you've chosen a container then **Select**, the page returns to the **Add a storage endpoint** pane. Use the defaults for the rest of the fields and **Create** to create the endpoint for the storage account and add it to the routing rules.
8080

@@ -109,7 +109,7 @@ Here are two ways to find a specific IoT hub in your subscription:
109109

110110
## Delete the IoT hub
111111

112-
To delete an Iot hub, find the IoT hub you want to delete, then choose **Delete**.
112+
To delete an IoT hub, find the IoT hub you want to delete, then choose **Delete**.
113113

114114
## Next steps
115115

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ In this section, you create a device identity in the identity registry in your I
1515

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

18-
:::image type="content" source="./media/iot-hub-include-create-device/create-identity-portal.png" alt-text="Screen capture that shows how to create a device identity in the portal" border="true":::
18+
:::image type="content" source="./media/iot-hub-include-create-device/create-identity-portal.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-
:::image type="content" source="./media/iot-hub-include-create-device/create-device.png" alt-text="Screen capture that shows how to add a new device" border="true":::
22+
:::image type="content" source="./media/iot-hub-include-create-device/create-device.png" alt-text="Screen capture that shows how to add a new device." border="true":::
2323

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

2626
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

2828
By default, the keys and connection strings are masked as they're sensitive information. If you click the eye icon, they're revealed. It's not necessary to reveal them to copy them with the copy button.
2929

30-
:::image type="content" source="./media/iot-hub-include-create-device/device-details.png" alt-text="Screen capture that shows the device connection string" border="true" lightbox="./media/iot-hub-include-create-device/device-details.png":::
30+
:::image type="content" source="./media/iot-hub-include-create-device/device-details.png" alt-text="Screen capture that shows the device connection string." border="true" lightbox="./media/iot-hub-include-create-device/device-details.png":::
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).

0 commit comments

Comments
 (0)