Argh, it took me two days to figure out that @Azure
IoT hub consumer group names are case-sensitive, but only allow lower-case
letters (will be silently swallowed).
I used snakeCase in my Azure function.json, so the events would not arrive.


A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
Argh, it took me two days to figure out that @Azure
IoT hub consumer group names are case-sensitive, but only allow lower-case
letters (will be silently swallowed).
I used snakeCase in my Azure function.json, so the events would not arrive.

