An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
Hello @Peter Prabhat,
the answer is quite simple due to the way the ADX Database Data connection is created.
The ADX Database Data connection is relying on the message stream coming from the IoT Hub.
This is the Event Hub compatible endpoint of the IoT Hub, probably enforced with the default event route.
This endpoint is also instrumented with a separate consumer group (other than $default) so there is a copy for Azure Data Explorer for each incoming message.
If ADX stops, the data connection stops and ingestion stops.
The IoT Hub has a certain retention time for messages not being picked up:
So, depending on the retention time, you have one or more days to stop and restart the Azure Data Explorer without information loss.
Check out more details here.
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.