Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.08 KB

iot-hub-include-create-routing-description.md

File metadata and controls

22 lines (19 loc) · 1.08 KB
title description author ms.service services ms.topic ms.date ms.author ms.custom
include file
include file
robinsh
iot-hub
iot-hub
include
03/05/2019
robinsh
include file

You are going to route messages to different resources based on properties attached to the message by the simulated device. Messages that are not custom routed are sent to the default endpoint (messages/events). In the next tutorial, you send messages to the IoT Hub and see them routed to the different destinations.

Value Result
level="storage" Write to Azure Storage.
level="critical" Write to a Service Bus queue. A Logic App retrieves the message from the queue and uses Office 365 to e-mail the message.
default Display this data using Power BI.

The first step is to set up the endpoint to which the data will be routed. The second step is to set up the message route that uses that endpoint. After setting up the routing, you can view the endpoints and message routes in the portal.