I have a raspberry pi that sends messages to the Azure IoT hub and stores the messages in a storage account's blob container.
The problem is, inside my blob container I have the following folder structure: <name_of_IoT_hub>/01/year/month/day/<random_number>/blobfiles
I don't know where is this structure coming from. It seems it's got generated automatically. And the blobs contains my messages which is fine but the folder structure is kind of weird.
Is there a way to delete all these unwanted folders? Deleting them won't help because with the next message they just come back.
Anyway I wanted to create a logic app with When a blob is added or modified trigger and selected the right blob container but it never triggers. Why is it like this? An http request for example works. But the blob trigger doesn't.
Greetings, Julian


