When using Azure LogicApps and unzipping a file in blob storage there is a size limit of 50 MB with the base component ‘Extract archive to folder’. We can surpass this limitation with the help of an Azure Function like so. First we will need to create an Azure Function…