I'm new using IOT Hub from Azure and I am writing a connector which listen to an enterprise MQTT broker and send them back to an IOT Hub server. The problem I'm facing is that I need to create a connection per devices... Is there a way to avoid that ?
Either by using the IOT Hub client SDK or any MQTT library (like paho)
It's not an option to program all the devices to connect directly to the IOT Hub.