Can I use Azure IoT Hub as a MQTT bridge?

403 views Asked by At

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...)

1

There are 1 answers

1
Troyhop On

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