How to connect Azure IoT Edge to IoT Central

Егор Карташов 6 Reputation points
2021-01-22T04:03:59.473+00:00

The solution architecture includes the following:
There is a device A (IoT Edge) where has SQL DB. Data must be send to B (IoT Central), but it's not slightly easy. I know how to transfer data from device A directly to C (IoT Hub), but perhaps it is possible to send telemetry data directly to B, or it's need to first transfer data to C and then to B, right?
In first case I should use connection through modules (SQL Edge), but in another case what we need?

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.
552 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
357 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,143 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Matthijs van der Veer 4,376 Reputation points MVP
    2021-01-22T08:07:14.143+00:00

    Azure SQL edge has many capabilities, you can stream messages to it, but you can also connect to it as you would to other SQL databases. It's definitely worth the trouble going through all the documentation. Depending on your situation, you might not need Stream Analytics if the Azure SQL module covers your use case. And yes, eventually sending the message to IoT Central definitely works.

    0 comments No comments