摘要:
《Windows Azure Platform 系列文章目录》 1.启动Virtual Machine,开始安装Windows Server 2008 R2 2.选择Language等其他选项 3.按"Install now"开始安装 4.选择"Windows Server 2008 R2 Enterprise(Full Installation)" 5.选择"I accept the license terms",然后点击"Next" 6.选择"Custom (advanced)" 7.在选择 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 在开始本次教学之前,请安装Windows Server 2008 R2的操作系统,并且添加Hyper-V组件,最后还需要准备Windows Server 2008 R2的英文版ISO镜像。 主要的步骤如下:使用Hyper-V创建基于Windows Server 2008 R2的VHD在VHD里,安装Windows Server 2008 R2企业版操作系统(必须是英文版,可以是试用版,在这里下载)在VHD里,安装IIS和.NET Framework在VHD做收尾工作将VHD上传到Windows Azure VM Ima... 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 我们之前介绍的都是Windows Azure 的Platform-as-a-service (PaaS) 特性。Azure PaaS预先安装了Windows Server 2008 R2的OS,中间件安装了.NET Framework 3.5。Azure PaaS还有重要的概念是Web Role和Worker Role。PaaS比较适合新的应用或者是架构比较好的应用,因为这样能利用Web Role、Worker Role可伸缩,易扩展的特性。 但是对于那些已经存在时间很长的商业应用(legacy systems),可能... 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》让我们再回顾一下Windows Azure Startup Task 在以上代码中,最核心的就是Startup.cmd,这个cmd可以是PowerShell s... 阅读全文