Search code examples
visual-studioazureunzipazure-data-factoryazure-logic-apps

How to unzip a file in Microsoft Azure which is of size 900mb?


I have a zip file in my blob of size 900mb, so how can I unzip the same in the Azure platform itself?

Have tried using blob to blob unzipping using logical app. But there the maximum file size is 50mb only.

Any inputs is appreciated.


Solution

  • As Abhishek mentioned, you could use ADF. And you could use copy data tool to help you create the pipeline. For example, if you just want to unzip a file, you could use the following settings.enter image description here