Blob
2 TopicsUnable to unzip file using Extract archive to folder
Hi Team, I used a logic app to download a zip file from a URL and saved it in a blob. Now, I want to unzip the file. So I used "Extract archive to folder" action in Logic App. But since the size of my zip file is more than 50 MB, the extract isn't successful and I am facing the below error: { "status": 413, "message": "The file contains 50.306 megabytes which exceeds the maximum 50 megabytes.\r\nclientRequestId: abcd", "error": { "message": "The file contains 50.306 megabytes which exceeds the maximum 50 megabytes." }, "source": "azureblob-ci.azconn-ci.p.azurewebsites.net" } How can I increase this threshold value of 50 MB and get my action triggered? Please help. Regards, Mitesh Agrawal3.7KViews0likes0CommentsCould a Blob Trigger in a Function "Miss"
I have a function (2.0 written in C#) that has a blob trigger. In this function, whenever a blob is created (to the tune of about 100,000 blobs every 90 minutes) I inspect the blob properties and write some data to a database (SQL Server) table. I am seeing instances where a blob is created, but there is no corresponding row in the table for the blob properties Is it possible that the blobs are being written so quickly that the trigger "misses" and fails to fire?1.5KViews0likes0Comments