IoT Hub message routing with DeviceLifecycleEvents source does not work
问题 I am already using an IoT Hub and have configured message routing to route TwinChangeEvents to an Event Hub. An Azure function with an EventHubTrigger processes the messages. This works perfectly fine. Now, I wanted to configure message routing to route DeviceLifecycleEvents to another Event Hub. Again, another Azure function with an EventHubTrigger should process the messages. However, the function is not triggered when I connect or disconnect devices. When I change the data source of the