Sample Azure Function module for Azure IoT Edge that sends data to an Azure Event Hub
250
C# based Azure Function module for Azure IoT Edge that receives data from the Edge Hub and sends it into an Azure Event Hub. Source code is available on Github: https://github.com/sebader/azureiotedge/tree/master/SampleEdgeSolution/modules/EventHubForwarderFunction
Required environment variable to run this module: "EventHubConnectionString" in the form Endpoint=sb://myeventhub.servicebus.windows.net/;SharedAccessKeyName=sender;SharedAccessKey=*****;EntityPath=sample-functionsink
Content type
Image
Digest
Size
167.1 MB
Last updated
over 7 years ago
docker pull sebader/iot-edge-eventhubforwarder:0.0.2-amd64