Community
Loading...
Microsoft
6 years ago

extend the route to blob file name format with dynamic parameters such as deviceId or messageType

from this text https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-messages-d2c :Azure Blob StorageIoT Hub only supports writing data to Azure Blob Storage in the Apache Avro format. IoT Hub batches messages and writes data to a blob whenever the batch reaches a certain size or a certain amount of time has elapsed.IoT Hub defaults to the following file naming convention:Copy{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}You may use any file naming convention, however you must use all listed tokens. IoT Hub will write to an empty blob if there is no data to write.It would be nice to be able to add {deviceId} or {messageType} to the url to create more structure.
All Ideas

0 Comments

You must to comment