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 Clive,
The link is quite helpful. Actually I want to automate the task which I have mentioned.
The zip file should be downloaded everyday and it should be unzipped. Later I can call the csvs using externaldata and create rules. But how to achieve the first thing.
Regards,
Mitesh Agrawal
CliveWatson
Mar 11, 2020Former Employee
I'd start looking at a Logic App - which has a schedule (recurrence option) to allow you to schedule and then move the file to blob https://social.msdn.microsoft.com/Forums/en-US/5643f6de-0c2b-4697-9b72-8307a6447db6/download-payload-of-file-at-http-connector-to-blob-storage?forum=azurelogicapps Note: I've not tried this.
Its the unzip operation I'm not sure about...
Thanks Clive