IoT Edge Module Stops Automatically
Satyam Chauhan
567
Reputation points
Hi,
I have 2 custom IoT Edge Modules. The first module is a .NET console application that fetch the data from all IoT devices and group them in batches and sends it to the next module. The second module is a Event Hub trigger function which receives the batch data and perform some filtering, after that it sends the data to IoT Hub.
I have noticed that after a month, the first modules works fine but the second module (Event Hub trigger) stops working automatically.
Please help how can I fix this issue
Sign in to answer