'KepServerEx connection to Azure IoT Central
I am working on a proof of concept for a monitoring solution and have been able to use the Gateway(Kepserverex) > IoT hub > Power BI model to view my data. The solution works but not scalable so I started looking at Azure IoT Central since it offers an out of the box monitoring solution but what I am struggling with is how can I connect Kepserverex and IoT Central together. I can use MQTT or REST to connect.
Does anyone have any insight into how this can be achieved? Thanks for your time!
Solution 1:[1]
Same as you connect that to iothub. Simply, get your device's scopeId
, device Id
, and Primary or Secondary key
(from the top right Device explorer page - there is button named as Connect
)
Then you could create the connection string using https://github.com/Azure/dps-keygen
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Ozzz |