where IoT Edge hub stores messages locally in case a route can't deliver the message to its sink?

Umer Aslam 21 Reputation points
2021-02-03T12:03:00.823+00:00

if it makes a directory to store data locally where i can access that directory in raspberry pi 4.

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,264 questions
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 36,331 Reputation points MVP Moderator
    2021-02-03T15:04:47.553+00:00

    Hello @Umer Aslam

    The EdgeHub persists them for you.

    You are able to provide a file system location of your own choice.

    See the documentation here and especially here.

    Microsoft provides this MS Learn module.

    See also this example

    This temporary storage is protected and managed by the EdgeHub module.

    If you want to persist it to share it, either route the message to some containerized database or the Blob Storage module.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.