Skip to content

Commit e6fee2a

Browse files
committed
Resolved a merge conflict
1 parent 24d5be4 commit e6fee2a

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

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

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can also view or modify the list of shared access policies by clicking **Sha
3636

3737
Click **Add shared access policy** to open the **Add shared access policy** blade. You can enter the new policy name and the permissions that you want to associate with this policy, as shown in the following figure:
3838

39-
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-add-shared-access-policy.png" alt-text="Screenshot that shows how to add a shared access policy." lightbox="./media/iot-hub-create-through-portal/iot-hub-add-shared-access-policy.png":::
39+
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-add-shared-access-policy.png" alt-text="Screenshot showing adding a shared access policy." lightbox="./media/iot-hub-create-through-portal/iot-hub-add-shared-access-policy.png":::
4040

4141
* The **Registry Read** and **Registry Write** policies grant read and write access rights to the identity registry. These permissions are used by back-end cloud services to manage device identities. Choosing the write option automatically chooses the read option.
4242

@@ -56,33 +56,37 @@ For more detailed information about the access granted by specific permissions,
5656

5757
Click **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.
5858

59-
![Message routing pane](./media/iot-hub-create-through-portal/iot-hub-message-routing.png)
60-
6159
### Routes
6260

63-
Routes is the first tab on the Message Routing pane. To add a new route, click +**Add**. You see the following screen.
61+
**Routes** is the first tab on the **Message Routing** pane. To add a new route, select **+ Add**.
62+
63+
![Screenshot showing the 'Message Routing' pane with the '+ Add' button.](./media/iot-hub-create-through-portal/iot-hub-message-routing.png)
6464

65-
![Screenshot that shows how to add a new route](./media/iot-hub-create-through-portal/iot-hub-add-route-storage-endpoint.png)
65+
You see the following screen.
66+
67+
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-add-route-storage-endpoint.png" alt-text="Screenshot showing how to add an endpoint to a route." lightbox="./media/iot-hub-create-through-portal/iot-hub-add-route-storage-endpoint.png":::
6668

6769
Name your route. The route name must be unique within the list of routes for that hub.
6870

69-
For **Endpoint**, you can select one from the dropdown list, or add a new one. In this example, a storage account and container are already available. To add them as an endpoint, click +**Add** next to the Endpoint dropdown and select **Blob Storage**. The following screen shows where the storage account and container are specified.
71+
For **Endpoint**, select one from the dropdown list or add a new one. In this example, a storage account and container are already available. To add them as an endpoint, choose **+ Add** next to the Endpoint dropdown and select **Blob Storage**.
72+
73+
The following screen shows where the storage account and container are specified.
7074

71-
![Screenshot that shows how to add a storage endpoint for the routing rule](./media/iot-hub-create-through-portal/iot-hub-routing-add-storage-endpoint.png)
75+
![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)
7276

73-
Click **Pick a container** to select the storage account and container. When you have selected those fields, it returns to the 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.
77+
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.
7478

75-
For **Data source**, select Device Telemetry Messages.
79+
You return to the **Add a route** page. For **Data source**, select Device Telemetry Messages.
7680

7781
Next, add a routing query. In this example, the messages that have an application property called `level` with a value equal to `critical` are routed to the storage account.
7882

79-
![Screenshot that shows how to save a new routing rule](./media/iot-hub-create-through-portal/iot-hub-add-route.png)
83+
![Screenshot showing how to save a new routing rule.](./media/iot-hub-create-through-portal/iot-hub-add-route.png)
8084

81-
Click **Save** to save the routing rule. You return to the Message Routing pane, and your new routing rule is displayed.
85+
Select **Save** to save the routing rule. You return to the **Message routing** pane, and your new routing rule is displayed.
8286

8387
### Custom endpoints
8488

85-
Click the **Custom endpoints** tab. You see any custom endpoints already created. From here, you can add new endpoints or delete existing endpoints.
89+
Select the **Custom endpoints** tab. You see any custom endpoints already created. From here, you can add new endpoints or delete existing endpoints.
8690

8791
> [!NOTE]
8892
> If you delete a route, it does not delete the endpoints assigned to that route. To delete an endpoint, click the Custom endpoints tab, select the endpoint you want to delete, and click Delete.

0 commit comments

Comments
 (0)