Skip to content

Commit 695ad23

Browse files
committedSep 13, 2018
Minor edits
1 parent db6d62b commit 695ad23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Click **Create** to add this newly created policy to the existing list.
9393

9494
## Message Routing for an IoT hub
9595

96-
Click **Message Routing** under **Messaging** to see the Message Routing pane, where you define routes and custom endpoints for the hub. Routes enable you to manage how data is sent from your devices to your endpoints. First, you select or add a route. While configuring the route, you define the endpoint.
96+
Click **Message Routing** under **Messaging** to see the Message Routing pane, where you define routes and custom endpoints for the hub. Message routing 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.
9797

9898
![Message routing pane](./media/iot-hub-create-through-portal/iot-hub-message-routing.png)
9999

‎articles/iot-hub/tutorial-routing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ You are going to route messages to different resources based on properties attac
264264

265265
### Routing to a storage account
266266

267-
Now set up the routing for the storage account. You go to the Message Routing pane, then add a route. When adding the route, you define the endpoint for the route. After this is set up, messages where the **level** property is set to **storage** are written to a storage account automatically.
267+
Now set up the routing for the storage account. You go to the Message Routing pane, then add a route. When adding the route, define a new endpoint for the route. After this is set up, messages where the **level** property is set to **storage** are written to a storage account automatically.
268268

269269
1. In the [Azure portal](https://portal.azure.com), click **Resource Groups**, then select your resource group. This tutorial uses **ContosoResources**.
270270

@@ -302,7 +302,7 @@ Now set up the routing for the storage account. You go to the Message Routing pa
302302

303303
### Routing to a Service Bus queue
304304

305-
Now set up the routing for the Service Bus queue. You go to the Message Routing pane, then add a route. When adding the route, you define the endpoint for the route. After this is set up, message where the **level** property is set to **critical** are written to the Service Bus queue, which triggers a Logic App, which then sends an e-mail with the information.
305+
Now set up the routing for the Service Bus queue. You go to the Message Routing pane, then add a route. When adding the route, define a new endpoint for the route. After this is set up, message where the **level** property is set to **critical** are written to the Service Bus queue, which triggers a Logic App, which then sends an e-mail with the information.
306306

307307
1. On the Resource group page, click your IoT hub, then click **Message Routing**.
308308

0 commit comments

Comments
 (0)
Please sign in to comment.