Azure IoT Hub - Total number of messages used doubled unexpectedly - What is the reason?

Nikolay Valchanov 5 Reputation points
2025-04-11T14:14:03.9866667+00:00

Recently we encountered a problem with IoT Hub related to hitting the daily quota for total number of messages used while the amount of devices and telemetry messages remained the same.

Screenshot 2025-04-11 at 16.05.08 Purple: Total number of messages used (Max) | Blue: Telemetry messages sent (Sum)

The size of the telemetry messages is stable as well. Around that period (but later than the peak has happened) new message route to storage container was created, however according to MS Docs routing should not count towards the daily message quota.

There weren't any additional C2D messages as well. Would you have any clue what could have happened?

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,258 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 36,131 Reputation points MVP
    2025-04-13T10:57:18.0466667+00:00

    Hello @Nikolay Valchanov,

    welcome to this moderated Azure community forum.

    The stream of incoming messages seems constant but the 'message used' has more than doubled.

    Messages used is counted in chunks so it seems the message size/content has changed.

    An alternative is that the Cloud-to-Device communication has increased but that is less obvious.

    Is this does not help, consider applying an Azure support ticket.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.