TESTing Function App binding not working with Azure IoT Edge deployment
I am new to Azure and currently testing an Azure Function App that I want to bind to an IoT Edge module. The function is supposed to process messages from my IoT Hub, but the binding does not seem to trigger when I deploy it to my IoT Edge device.
I have verified that the IoT Edge runtime is running correctly, and my device is connected to IoT Hub. The messages appear in the IoT Hub metrics, but the function binding never fires. I tried both input and output bindings, but neither seems to work as expected.
Could someone explain what additional configuration steps are required for Function App bindings to work properly with Azure IoT Edge? Are there specific settings in the host.json or deployment manifest that I might be missing?