I've managed to configure an #Azure Storage Queue and Functions so that I can
prevent #IoT devices from hammering a third-party API.

What's annoying a little bit is that it's not possible to filter incoming device
messages based on the MQTT topic (AKA property bags).

Wed, 15 Sep 2021 15:30:25 UTC2

1 reply

Replying to @coderbyheart

That means I have to run an Azure function in front of the queue that filters
out the right messages from the stream of all IoT messages on the hub. Which
sucks, because it's a lot of wasted invocations. On AWS the rules for MQTT
messages are much more powerful.