Forum Discussion
MiteshAgrawal
Mar 11, 2020Brass Contributor
Need to download a zip file from a website and unzip it and call its content in Log Analytics worksp
Hi All, I want to download a zip file from an external website and unzip the file. The unzipped file contains 4 different excel which I want to read and write data to Sentinel. How can I ach...
MiteshAgrawal
Mar 11, 2020Brass Contributor
Hi CliveWatson ,
I got the below error when I tried to unzip the file.
```
{
"status": 413,
"message": "The file contains 50.5 megabytes which exceeds the maximum 50 megabytes.\r\nclientRequestId: abcd",
"error": {
"message": "The file contains 50.5 megabytes which exceeds the maximum 50 megabytes."
},
"source": "azureblob-ci.azconn-ci.p.azurewebsites.net"
```
How can I increase this limit?
By the way I got an option under Logic App connector - "Extract Archive to Folder" in order to unzip the .zip file.
Regards,
Mitesh Agrawal
CliveWatson
Microsoft
Mar 12, 2020
I believe that is a hard limit. Other options (from a quick search, so there maybe other ways) seem to be to use a Azure Function http://www.frankysnotes.com/2019/02/how-to-unzip-automatically-your-files.html