Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
576 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have developed 2 custom iot edge, the first module is a .net console application. which sends the device data to second module. The second module is an Event Hub Trigger function which send the received data to IoT Hub. Both the modules work fine, but after a month the second module (Event hub trigger function) stops, without any exceptions.
Please help how can I identify the issue and resolve it.
Note: both the modules are developed using Azure iot edge .NET SDK.