Establishing module-to-module communication in Azure IoT Edge

Pritam Chanda 20 Reputation points
2024-06-24T09:18:33.3866667+00:00

How can I achieve module-to-module communication between two modules in Azure IoT Edge, specifically the Simulated temperature sensor and Azure IoT SQL Edge modules available in the Azure Marketplace? I am following this guide. Is this the correct approach or are there alternative methods that I should consider?

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.
557 questions
Azure SQL Edge
Azure SQL Edge
An Azure service that provides a small-footprint, edge-optimized data engine with built-in artificial intelligence. Previously known as Azure SQL Database Edge.
48 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 30,786 Reputation points MVP
    2024-06-24T19:24:36.9033333+00:00

    Hello @Pritam Chanda ,

    welcome to this moderated Azure community forum.

    The blog you refer to seems to make use of the Azure IoT Edge internal routing abilities.

    You can also connect to the database with a regular database connection, as seen here.

    If this is too complex for you and you are not bound to this database, check out some database alternatives as seen in this blog post.

    Check out this free MS Learn module about SQL Edge.

    On a more general level, custom Azure IoT Edge modules support the concept of having inputs and output. Just like lego, you can connect an output to one of more inputs using the internal Azure IoT Edge routing, made available by the EdgeHub module.

    If Azure IoT Edge is new to you, check out this free MS Learn training module. Check out this exercise too.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.


0 additional answers

Sort by: Most helpful