I need a little assistance, I have a web application hosted on Azure that stores files to the directory D:\home\site\UploadeFiles, within this directory, it stores directories with a given uniqueID name, that stores all upload files from an individual.
What I would Like to do, is write a C# console application to connect to azure and download all the directories to a local directory. I am new new Azure and would like any information is possible that would help me to complete this task.
Also, if this can be done the console application that i would be write, would be set as a scheduled task to run once a day at a particular time.
Thanks In Advance.