How to movie file from CDN storage to Azure Blob

I have to analyze Microsoft CDN(Content Delivery Network) log files, which are being achieved on CDN storage file system.

Does anyone have idea about it, and what is the best way to do it:

  1. Transfer log files from CDN file system to Azure Storage/Blob?
  2. Files are in gzip format, need to unzip and then move to azure storage.

There are few FTP tools which can be used to transfer file on FTP server, but I like to move it on Azure storage directly.

Thanks,

September 10th, 2015 12:54am

I think that the best manner for you is:

- Download files on-premise

- Un-zip these files

- Upload them to Azure blob

Because, making un-zip operation directly to a Blob is not possible.

You can create a temporary Virtual Machine in Azure, and use it as a temporary server to unzip then upload to Azure

Free Windows Admin Tool Kit Click here and download it now
September 10th, 2015 5:17am

Thanks Samir.

What is the best way or tool to download file?

September 13th, 2015 11:50pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics