Windows Azure VM Role (2) 创建VHDVHD

简介:

 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 Image里

   现在开始我们的教学:

  一.使用Hyper-V创建VHD

  1.打开Hyper-V Manager

  

  2.在Hyper-V Manager里,右键server name,然后New-> VIrtual Machine,在欢迎窗口里直接选择"Next"

  

  3.在"Specify Name and Location"里,Name输入"VM Role",然后选择"Next"

  

  4.在"Assign Memory"里,Memory设置成2048MB

  

  5.在"Configure Networking"里,选择"Local Area Connection - Virtual Network"。这一步的主要功能是为了能让Server 2008 VHD通过网络更新Windows Update。

  

  6.在"Connect Virtual Disk"里,选择"Create a virtual hard disk"

-  在Name里输入VHD的名称(注意不要包含空格),我们这里输入baseimage.vhd

-  在Location设置这个VHD在本次磁盘的路径

-  在Size里设置这个VHD的大小,我们设置成30G

Azure VM Size和VHD Size的关系如下:

Windows Azure VM size Maximum mounted VHD size

Extra Small

15 GB

Small

35 GB

Medium, Large, or Extra Large

65 GB

 具体可以参考MSDN文章:《How to Create the Base VHD for a VM Role in Windows Azure》 http://msdn.microsoft.com/en-us/library/windowsazure/gg465391.aspx

  

  7.在"Installation Option"里,点击"Browse"浏览Windows Server 2008 R2的ISO文件,然后选择"Next"

  

  8.点击"Finish"完成创建VHD

  

  9.在"Hyper-V Manager" -> "Virtual Machine"里,就能看到我们之前创建的Virtual Machine,然后选择"Connect"。如果没有看到,请右键 -> "Refresh"

  10.在"Virtual Machine Connection"窗口里,点击"Start",启动Virtual Machine

  

  11.启动完Virtual Machine之后,我们就开始安装Windows Server 2008 R2的步骤。

分类:  Azure VM Role

本文转自Lei Zhang的博客博客园博客,原文链接:http://www.cnblogs.com/threestone/archive/2012/04/02/2429911.html,如需转载请自行联系原作者
目录
相关文章
|
1月前
|
安全 Windows
【Azure Cloud Service】在Windows系统中抓取网络包 ( 不需要另外安全抓包工具)
通常,在生产环境中,为了保证系统环境的安全和纯粹,是不建议安装其它软件或排查工具(如果可以安装,也是需要走审批流程)。 本文将介绍一种,不用安装Wireshark / tcpdump 等工具,使用Windows系统自带的 netsh trace 命令来获取网络包的步骤
71 32
|
1月前
|
C# Windows
【Azure App Service】在App Service for Windows上验证能占用的内存最大值
根据以上测验,当使用App Service内存没有达到预期的值,且应用异常日志出现OutOfMemory时,就需要检查Platform的设置是否位64bit。
44 11
|
4月前
|
PHP Windows
【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误
【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误
|
4月前
|
网络安全 API 数据安全/隐私保护
【Azure App Service】.NET代码实验App Service应用中获取TLS/SSL 证书 (App Service Windows)
【Azure App Service】.NET代码实验App Service应用中获取TLS/SSL 证书 (App Service Windows)
|
4月前
|
Shell PHP Windows
【Azure App Service】Web Job 报错 UNC paths are not supported. Defaulting to Windows directory.
【Azure App Service】Web Job 报错 UNC paths are not supported. Defaulting to Windows directory.
|
Windows 网络协议 数据安全/隐私保护
|
网络协议 Windows 数据安全/隐私保护
|
1月前
|
网络安全 Windows
Windows server 2012R2系统安装远程桌面服务后无法多用户同时登录是什么原因?
【11月更文挑战第15天】本文介绍了在Windows Server 2012 R2中遇到的多用户无法同时登录远程桌面的问题及其解决方法,包括许可模式限制、组策略配置问题、远程桌面服务配置错误以及网络和防火墙问题四个方面的原因分析及对应的解决方案。