简体   繁体   English

在Azure中部署Web角色

[英]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#. 我也对C#知之甚少。

You will design the relevant code in ASP.NET and C# so that you can deploy a web role on Azure that can: 您将在ASP.NET和C#中设计相关代码,以便可以在Azure上部署Web角色,该角色可以:

a) read in a zip file from input on the web page a)从网页上的输入读取一个zip文件

b) uncompress the zip file which will have an executable, an arbitrary list of arguments and data files b)解压缩zip文件,该文件将具有可执行文件,任意参数列表和数据文件

c) run the executable with the arguments (and hence read in the data files). c)使用参数运行可执行文件(因此在数据文件中读取)。 d) store the output logs for access later. d)存储输出日志以便以后访问。

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. 您还必须设计一个合适的UML来解释您编写的不同类是如何交互的。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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