how to arrange files from iot hub to blob storage without create paths for each read ?

Ahmed Assad 266 Reputation points
2021-02-09T13:12:01.937+00:00

how to arrange files from iot hub to blob storage without create paths for each read ?

65806-image.png

i know as he describe it must follow path , but any workaround ways to sink data in one file or even constant path ?

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
393 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,157 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
212 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 31,211 Reputation points MVP
    2021-02-09T17:38:21.553+00:00

    Hello @AhmedAssad-8581 ,

    At this moment, the Azure storage endpoint needs to have filled in, YY MM DD HH and mm, so every minute a file is created.

    65974-image.png

    If you need an alternative way of storing messages in blob storage, you could write an Azure Function so you are in control of both the container and filename (and thus creating or appending a file).


0 additional answers

Sort by: Most helpful