An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
Since IoT Hub shows telemetry ingestion and the route query is already true, the most likely causes are the following
- IoT Hub does not have proper permission to write to the Storage account / ADLS Gen2 container
- Storage firewall or private endpoint is blocking IoT Hub access
- Endpoint health is degraded even though configuration exists
- Managed Identity / connection string authentication issue
Please check:
- IoT Hub → Message Routing → Endpoints → Endpoint Health
- Storage Account IAM permissions (Storage Blob Data Contributor)
- Storage firewall/network restrictions
- IoT Hub routing metrics: Routing Deliveries, Routing Latency, Endpoint Errors
https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-messages-d2c
https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-endpoints