just started testing azure functions to see if it will fit in our application.
What I want is a function like /api/updateToVersion/3.0 where the code will look if there is a folder 3.0 and if there is it will zip the folder and send over as byte[].
But I don't understand where should I keep this folder (which may have multiple files). Azube blob storage (correct me if I am wrong) is for single files. Not folders. I have uploaded folder 3.0 to my microsoft azure storage (in Files shares). How can I access the from my function?