What are best practices for module life-cycle & communication in Azure IoT Edge?
I have a few questions regarding best practices when using Azure IoT Edge devices. I have a module, deployed through a deployment manifest on an edge device. This module handle messages and if needed, make a call to an API.…