how to implement azure iot edge with different modes ?

Ahmed Assad 266 Reputation points
2020-12-23T10:46:37.477+00:00

I want to implement azure iot edge with different modes (transparent , translation (identity , protocols)), to clarify the model ....

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
393 questions
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.
561 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
212 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 31,116 Reputation points MVP
    2020-12-23T16:17:13.083+00:00

    Hello @AhmedAssad-8581,

    your question touches on many different subjects.

    The differences between these three ways of using the IoT Edge gateway is explained in the documentation.

    The most common way to using an Azure IoT Edge gateway is just registering that gateway and sending all telemetry coming from different modules with different protocols (hence protocol translation) using that single gateway registration.

    The transparent gateway is a good solution when individual IoT devices are capable to send telemetry to the cloud but that telemetry is redirected to the transparent gateway (the child devices have no 'knowledge' of the gateway in between hence transparent). Check the documentation or this real-life example.

    Identity translation is a real challenge. You have to transfer identities (connection strings) from IoT device registrations into the edge gateway so different modules can act as actual devices. There are not that many Identity translation examples. Perhaps this one? Or check this related thread.

    So, it just depends on the use case which gateways suits best to your solution.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful