From the docs it is not clear if it is possible to use message fields, such as device id, and add them to the folder structure of the blob storage. For example we want to save raw data going to the iothub and save it in a separate folder for each unique device. The blob format should be something like:
{iothub}/{partition}/{device_id}/{YYYY}/{MM}/{DD}/{HH}/{mm}.
Is it possible to achieve something like this directly from the iothub?
Regards,