Hi,
I'm building a portal for users to be able to upload files to Azure BLOB storage via a basic form. This functionality currently works, however, each individual file that is uploaded is placed into their own newly-created folder once they're in blob storage, which I don't want.
Current result of uploaded files in blob storage
The desired result is to just have any and all uploaded files be stored at the root level of the storage container. Is this possible out-of-the-box somehow using settings in Portal Management? Or does this need to be done with custom Javascript or a Flow? It seems odd that each file is placed into its own folder with no way of choosing or naming the folder(s).
Desired result
Thank you.