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.
How to connect Azure IoT Edge to IoT Central
Егор Карташов
6
Reputation points
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?