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...)
One option: You can use Azure Functions to process the incoming data and forward it to your Mosquito server.