An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
Hello @Sai Manasa Ivaturi ,
welcome to this Azure community forum.
From what I understand, you see a degradation in a data messaging stream in the Azure IoT Hub Stream.
Please check the Azure portal health is there is a service degradation in your area.
Als check if the daily limit is already reached in your IoT Hub.
Next, monitor the stream via tooling like IoT Explorer, the IoT Hub extension in Visual Studio code, the Data Explorer message visualization in EventHub when messages are routed to this service, or Azure Data Explorer as monitoring tool.
Double-check if consumer group names (especially $default) are used by multiple subscribers. Each subscriber should use its own specific consumer group so no message loss is experienced that way.
If you still experience a degraded service, consider creating an Azure support ticket so the support team can assist you.
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.