Telegraf (InfluxDB Tick stack) with Azure IoT Edge

I am trying to send data from Telegraf to Azure IoT EdgeHub.

  • I’ve set up an edge device with 2 IoT custom edge modules: InfluxDB (Image URI: influxdb:2.0.7) & Telegraf (Image URI: telegraf)
  • Telegraf is getting data from OPC UA input Plugin and writing to InfluxDB output plugin but how do I add another output plugin to send data to Azure IoT EdgeHub as well. Goal is to get same data in Azure IotHub in cloud.
    enter image description here