Skip to content

Azure IoT Event Filter

Connect iPaaS enables you to select specific events and filter out the rest using certain attributes of the incoming Azure IoT event. This ability allows selective processing of the events of interest.

In case of unstructured Data, you can filter the events on the basis of IoT data. For example, the workflow shown in Figure 1, will process the events only if the IoT data contains Tubelight.

Event Filters for Azure IoT

Figure 1. Event Filters for Azure IoT on Connect iPaaS in case of unstructured data

In case of structured Data, you can filter the events based on the values of specific keys in your IoT data. You can also filter on the basis of the contents of the IoT data. You can construct complex conditions to filter the desired events using AND and OR conditions.

For example, the workflow in Figure 2 will only process the events if the property Temperature has value more than 100 and the value of property Location is cafeteria.

Add image as per the decription"

Event Filters for Azure IoT

Figure 2. Event Filters for Azure IoT on Connect iPaaS in case of structured data

See Event Filters to learn more about event filtering on Connect iPaaS.