Skip to content

Azure function that extracts zip files uploaded to a specified blob container and sends the contents to the same or different container as specified.

Notifications You must be signed in to change notification settings

OneilGordon/blob-trigger-unzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blob-trigger-unzip

This function fires when a .zip file is uploaded to a container specified in INPUT_CONTAINER_NAME, and extracts its contents to a container defined in OUTPUT_CONTAINER_NAME.

The rawtestdata_STORAGE environment variable represents the Azure blob storage account connection string. This as well as INPUT_CONTAINER_NAME and OUTPUT_CONTAINER_NAME will need to be added as application settings in function app --> configuration.

About

Azure function that extracts zip files uploaded to a specified blob container and sends the contents to the same or different container as specified.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages