How can an IoT Downstream device read data from the Edge Device or IoT Hub?

Romero, Elias Aurelio 6 Reputation points
2021-05-13T13:28:15.837+00:00

I've seen lots of tutorials on how Downstream devices send data to the Edge Device or IoT Hub.

How can a downstream device read data stored on the Edge Device? Asumming we have Sql Edge on the Edge device.

Regards

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
378 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.
534 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,114 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. QuantumCache 20,031 Reputation points
    2021-05-15T04:32:17.613+00:00

    Hello @Romero, Elias Aurelio I hope you have come across these documents.

    Deploy Azure SQL Edge

    Connect and query Azure SQL Edge.

    In Azure SQL Edge, after you deploy a container, you can connect to the database engine from any of the following locations:

    • Inside the container
    • From another Docker container running on the same host
    • From the host machine
    • From any other client machine on the network

    Some other References: Azure SQL Edge - an IoT SQL Database - AMA [C# Corner]

    0 comments No comments