1
votes

Can we connect Azure IoT Edge Gateway part of multiple Azure IoT Hubs? or Any recommendations to achieve the following multiple hierarchical hubs in the Azure IoT solution?

For example device1, device2 connected to Edge Gateway.

Edge Gateway, device1, device2 -> Root Azure IoT Hub owner

Edge Gateway, Device 1 - IoT Hub 1

Edge Gateway, Device 2 - IoT Hub 2

so that relevant devices message can be forwarded to Hub1, Hub2.

1

1 Answers

0
votes

No, as of today one Edge device can only connect to one IoT Hub. To achieve your use case, I would probably use routing in the IoT Hub to forward messages to subsequent Event Hubs, for example with routing based on the device id or some other property that you choose.