0

I have some devices that sends their data to my Azure IoT Hub. For now, a Stream analytics job processes the data, but I would also like to "forward" the data stream to an external Mosquitto server. How can I do that? Can I set up the IoT Hub to function as a MQTT Bridge?

Thanks in advance for help! (Sorry, I'm a little new to this...)

prograde
  • 2,620
  • 2
  • 23
  • 32

1 Answers1

2

One option: You can use Azure Functions to process the incoming data and forward it to your Mosquito server.

Troyhop
  • 81
  • 5