Download Windows Azure VM videos

This question is related to the role of Azure VM. When I read on some blogs to host the role of a virtual machine, we need to create a virtual machine image (VHD) with Windows Server 2008 r2 installed on it.

1.) So, what will be the size of the VHD file (approximately)?

2.) I think it will be in the UK for sure. Therefore, it can be avoided by any other methods, so that we can create it on the fly, I mean in the cloud environment itself. To avoid downloading such a huge file,

+3
source share
2 answers

Here's how it works today: you create your VHD in Hyper-V locally, and then upload the image, which is subsequently used to expand and scale the VM role. It is difficult to predict the actual size of the VHD, as it largely depends on what you install on your virtual machine. I'm sure you can easily create images above 10+ GB.

Once you upload your image, you do not need to re-download the entire image if, say, you fix your virtual machine. You can load a differential disk, which will be significantly smaller.

One thing to keep in mind: any changes you make to the VM at run time in Windows Azure will be unstable. For example, if a VM crashes and needs to be rebuilt, it will be restored from your originally loaded VHD.

... : Web Worker ( Windows Server 2008 IIS ). , , , Windows Server. VM:

  • , .
  • , (, 5-10 ).
  • ,

VM, VM VM, Windows Azure.

+2

, . " ?" , " VM":

http://msdn.microsoft.com/en-us/library/windowsazure/gg671911.aspx

:

1) VHD VM, . VHD - 64 . VM "Extra Small, Small, Medium, Large Extra Large" 15 Extra Small, 35 64 , .

2) VM - BETA, VHD Windows Server Hyper-V Windows Server 2008.

, :

http://msdn.microsoft.com/en-us/wazplatformtrainingcourse_vmrolelab_topic2#_Toc308775050

+6

All Articles