Common issues 3/5: how to connect my Microsoft Azure Cloud to Live Objects
You want to link Azure with Live Objects, it is easy, see how
It depends on if you are using “Iot Hub” or “Event Hub”:
- With Event Hub you can consume data collected by Live Objects in two manners (push HTTP, or MQTT connector)
- With Iot Hub you can consume data collected by Live Objects but also send commands to devices directly from your Azure thanks to the iot hub mqtt connector
Connect your Event hub with push HTTP: Simply set up a routing rule available in the Live Objects
Connect your Event hub with Event Hub MQTT connector
Orange has published in GitHub a fully functional MQTT connector for Event Hub that you just have to install in your Azure environment. The connector is available at https://github.com/DatavenueLiveObjects/Azure-Event-Hub-connector-to-install-on-Azure
Connect your Iot hub with Iot Hub MQTT connector
Orange has published in GitHub a fully It’s functional MQTT connector for Iot Hub that you just have to install in your Azure environment. The connector is available at https://github.com/DatavenueLiveObjects/Azure-IoT-Hub-connector-to-install-on-Azure
Note that both connectors are not a part of Live Objects product. They have been made to ease the work of developers, and are free to use and modify without any Orange liability.