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.
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.