Azure IoT Triggers¶
Currently, Connect iPaaS provides one trigger for Azure IoT.
Figure 1. Trigger for Azure IoT Application on Connect iPaaS
New event or message is received¶
It triggers your workflow when a new event is received from the desired topic of an IoT device.
Set up Azure IoT Trigger¶
Select your IoT device from the Select an IoT device
dropdown.
Based on the type of data you receive from your IoT device, select among Structured Data
or Unstructured Data
.
Structured Data¶
When the IoT device sends JSON formatted data you can use the keys and values of the JSON to filter the events. You can also map the values in your action application.
Figure 2. Azure IoT trigger with Structured Data type on Connect iPaaS
Unstructured Data¶
Unstructured Data represents all other type of data received on your IoT device topic. You can filter based on attributes of the message or the content of the message.
Figure 3. Trigger form for Azure IoT on Connect iPaaS
How to see list of your IoT devices on Azure IoT portal¶
- Go to IoT Hub on Azure Portal.
- Select your desired IoT Hub.
- Click on
IoT devices
. You will see the list of IoT devices your IoT HUB is listening to. You can also add new IoT devices from here.
Figure 4. Listing all your IoT Devices on Azure portal for IoT Hub