Peer-to-peer IoT Edge connection in isolated network

Stefano Cimini 41 Reputation points
2021-09-15T14:11:52.817+00:00

Hi,
I have a scenario in which several peer Iot Edge devices must connect each other, in a private network with intermittent internet connection.
From the documentation https://learn.microsoft.com/en-us/azure/iot-edge/offline-capabilities?view=iotedge-2020-11 I've noticed that Iot Edge devices can work offline indefinitely with their own child devices provided that there has been at least one Iot Hub sync.

I would like to ask you if this pattern is also supported in my scenario.
I mean for example:

Iot Edge Device 1 connects to peer Iot Edge Device 2 providing its own identity
Iot Edge Device 2 verifies the identity by syncing with Iot Hub
Iot Edge Device 2 authenticates the Iot Edge Device 1

Iot Edge Device 2 goes offline (from the internet perspective)
Iot Edge Device 1 connects to peer Iot Edge Device 2 providing its own identity
Iot Edge Device 2 verifies the cached identity of Iot Edge Device 1
Iot Edge Device 2 authenticates the Iot Edge Device 1

Is this scenario supported?

Thanks in advance

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
534 questions
{count} votes

Accepted answer
  1. António Sérgio Azevedo 7,661 Reputation points Microsoft Employee
    2021-10-06T16:40:59.487+00:00

    Hello @Stefano Cimini ,

    I have confirmed that for any new parent/child relationships you need to Reconnect and resync with IoT Hub. And if you would like that one IoT Edge can provision another, you will have to configure them as parent/child in IoTHub. There's no "peer-to-peer" device relationship supported for IoT Edge features.

    Thank you!

    Remember:

    • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification.
    0 comments No comments

0 additional answers

Sort by: Most helpful