部署在Azure上的Web角色 [英] Deploy a web role on Azure

查看:152
本文介绍了部署在Azure上的Web角色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

下面是我在几个星期内完成任务,我的问题是没有人知道任何教程或书籍,这将是利用我吗?我也只有C#的小知识。


  

您将设计在ASP.NET和C#的相关code,这样就可以
  在Azure上部署Web角色可以:


  
  

a)因输入一个zip文件的网页上阅读


  
  

二)uncom preSS zip文件,这将有一个可执行文件,一个
  参数和数据文件的任意列表


  
  

C)与运行参数的可执行文件(并因此在读
  数据文件)。
      D)存储输出日志的访问后。


  
  

您将通过运行一段code的,在一组的读取测试此
  其对应于测试文件的参数。


  
  

该可执行文件将然后在文本文件中读取,然后打印出来
  出。


  
  

您还必须设计一个合适的UML来解释如何
  不同类别你写互动。



解决方案

这是很难的功课:上传一个zip文件到基于云的服务器和运行.exe 的。有趣的...

反正的Azure SDK 是一个伟大的地方开始。通过Smarx的云量节目。它们涵盖pretty太多的一切。

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.

解决方案

That's hard homework: Upload a zip file to a cloud based server and run the .exe. Interesting...

Anyway, the Azure SDK is a great place to start. Also scan through Smarx's Cloud Cover shows. They cover pretty much everything.

这篇关于部署在Azure上的Web角色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆