Azure Function to unzip blob to specific blob folder

Copper Contributor

If this is not the right group to post this, please let me know.  I am not much of a developer but have a need to extract a ZIP file that resides in a Blob Container into the same container in a specific folder, I would like that folder to be named the same of the zip filename.  I have found several Azure Function blobs that use the new file blob trigger but all of them simply extract all the files in a specific container.  I cannot for the life of me figure out how to tell it to save it in a specific folder and how to get it to pull the name of the file to name that folder.  Does anyone have a template or code they would be willing to share with me?  The reason I need this is due to the fact that Power Automate's "extract to ***" connectors have a limit of 100 files in the zip.  Of course my zip files have just over 100 files in them......

0 Replies