简体   繁体   中英

Deploy a web role in Azure

Below is the task i have to complete in a few weeks, my question is does anyone know of any tutorials or books which will be of use to me? I also only have little knowledge of C#.

You will design the relevant code in ASP.NET and C# so that you can deploy a web role on Azure that can:

a) read in a zip file from input on the web page

b) uncompress the zip file which will have an executable, an arbitrary list of arguments and data files

c) run the executable with the arguments (and hence read in the data files). d) store the output logs for access later.

You will test this by running a piece of code that reads in a set of arguments which correspond to test files.

The executable will then read in the text files and then print them out.

You will also have to design an appropriate UML to explain how the different classes you have written interact.

你检查过Windows Azure培训套件了吗?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM