Azure Service Bus: No messages on queue, only requests
问题 I'm trying to route messages from an IoT hub to a function app using a service bus queue as an Iot hub endpoint. The messages I send to the IoT hub are registered in the IoT hub, but won't be routed to the service bus queue. When I monitor the service bus queue, I only see successful requests. I implemented two routing rules with the following criteria: $._eventtype="meeting" and $body._eventtype="meeting" I tested the second one with the example provided by Azure and it matched. Neither of