First, you need to create a local Win8.1 virtual machine, enable remote desktop, and disable the firewall. Here we will not talk about how to create a Win8 Virtual Machine in hypre-V. There is a lot of information on the Internet, note that the hard disk is configured in VHD format, because Azure only recognizes this. If you have created a VHDX format, you can use the Convert-VHD command to Convert it.
Http://technet.microsoft.com/zh-cn/library/hh848454 (v = wps.620). aspx
650) this. width = 650; "height =" 414 "title =" clip_image002 "style =" border: 0px; "alt =" clip_image002 "src =" http://www.bkjia.com/uploads/allimg/140110/04201114X-0.jpg "border =" 0 "/>
Sysprep is not required. After sysprep is tested, the Azure virtual machine cannot be enabled by mirroring. I guess it may be because after the Win8 system is encapsulated, there will be a configuration interface when it is started, on Azure, the interface cannot be skipped, and no Management port can be configured. Remote Desktop cannot be started.
Next, we need
Then, you can create a new storage in Azure. Of course, you can also use the previously created storage) to upload the vhd disk,
650) this. width = 650; "height =" 301 "title =" clip_image003 "style =" border: 0px; "alt =" clip_image003 "src =" http://www.bkjia.com/uploads/allimg/140110/0420114Q8-1.png "border =" 0 "/>
After the storage is created, we create a container in the storage.
650) this. width = 650; "height =" 432 "title =" clip_image004 "style =" border: 0px; "alt =" clip_image004 "src =" http://www.bkjia.com/uploads/allimg/140110/04201164c-2.png "border =" 0 "/>
Install Windows Azure PowerShell locally and start
650) this. width = 650; "height =" 223 "title =" clip_image005 "style =" border: 0px; "alt =" clip_image005 "src =" http://www.bkjia.com/uploads/allimg/140110/0420114064-3.png "border =" 0 "/>
Connect to Windows Azure after startup. Here we choose to connect by certificate
========================================================== ============================================
Windows Azure PowerShell connects to your own Azure in several ways, see: https://www.windowsazure.com/en-us/manage/install-and-configure-windows-powershell? Fb = zh-cn
========================================================== ============================================
Here we use the certificate method to log on. First, obtain the certificate.
650) this. width = 650; "height =" 217 "title =" clip_image006 "style =" border: 0px; "alt =" clip_image006 "src =" http://www.bkjia.com/uploads/allimg/140110/0420113546-4.png "border =" 0 "/>
Download Certificate
650) this. width = 650; "height =" 378 "title =" clip_image007 "style =" border: 0px; "alt =" clip_image007 "src =" http://www.bkjia.com/uploads/allimg/140110/042011L23-5.png "border =" 0 "/>
Import Certificate
650) this. width = 650; "height =" 60 "title =" clip_image009 "style =" border: 0px; "alt =" clip_image009 "src =" http://www.bkjia.com/uploads/allimg/140110/042011A25-6.jpg "border =" 0 "/>
Then use the command to upload our VHD
Add-AzureVhd-Destination http: // [StorageAccout] .blob.core.windows.net/?container=/win81.vhd-LocalFilePath d: \ win8.1.vhd
Replace the content in brackets with the actual storage account and container name in Azure.
How long does it take for VHD to start uploading to Azure? Depends on the VHD size and network upload bandwidth.
650) this. width = 650; "height =" 99 "title =" clip_image010 "style =" border: 0px; "alt =" clip_image010 "src =" http://www.bkjia.com/uploads/allimg/140110/0420111110-7.png "border =" 0 "/>
650) this. width = 650; "height =" 99 "title =" clip_image011 "style =" border: 0px; "alt =" clip_image011 "src =" http://www.bkjia.com/uploads/allimg/140110/042011D36-8.png "border =" 0 "/>
After uploading, we can see our VHD on Azure.
650) this. width = 650; "height =" 123 "title =" clip_image013 "style =" border: 0px; "alt =" clip_image013 "src =" http://www.bkjia.com/uploads/allimg/140110/04201143H-9.jpg "border =" 0 "/>
After the VHD is uploaded, we start to create our own virtual machine. Since we have not done any system, we directly create a Disk. On the virtual machine interface, click Disk and choose create.
650) this. width = 650; "height =" 387 "title =" clip_image015 "style =" border: 0px; "alt =" clip_image015 "src =" http://www.bkjia.com/uploads/allimg/140110/0420116223-10.jpg "border =" 0 "/>
650) this. width = 650; "height =" 423 "title =" clip_image016 "style =" border: 0px; "alt =" clip_image016 "src =" http://www.bkjia.com/uploads/allimg/140110/0420112006-11.png "border =" 0 "/>
Select to create a VM from the database
650) this. width = 650; "height =" 255 "title =" clip_image018 "style =" border: 0px; "alt =" clip_image018 "src =" http://www.bkjia.com/uploads/allimg/140110/0420111405-12.jpg "border =" 0 "/>
Select My Disk and select the Disk we created earlier
650) this. width = 650; "height =" 356 "title =" clip_image020 "style =" border: 0px; "alt =" clip_image020 "src =" http://www.bkjia.com/uploads/allimg/140110/0420114X4-13.jpg "border =" 0 "/>
Configure VM attributes
650) this. width = 650; "height =" 355 "title =" clip_image022 "style =" border: 0px; "alt =" clip_image022 "src =" http://www.bkjia.com/uploads/allimg/140110/0420115213-14.jpg "border =" 0 "/>
650) this. width = 650; "height =" 357 "title =" clip_image024 "style =" border: 0px; "alt =" clip_image024 "src =" http://www.bkjia.com/uploads/allimg/140110/0420115338-15.jpg "border =" 0 "/>
650) this. width = 650; "height =" 355 "title =" clip_image026 "style =" border: 0px; "alt =" clip_image026 "src =" http://www.bkjia.com/uploads/allimg/140110/0420114M6-16.jpg "border =" 0 "/>
Then the virtual machine will be established. After the establishment is successful, the traditional Remote Desktop can be used for connection. In this traditional way, we will not talk too much about it. Let's look at how we move office and cloud office in the cloud era.
First, we had a tablet. Here we chose the Ipad Mini to test the uniformity of Microsoft's cross-platform.
Installing Microsoft Remote Desktop in App Store requires a US account to download the software. How can I apply for a US free account? Google, Bing, Baidu)
650) this. width = 650; "height =" 419 "title =" clip_image028 "style =" border: 0px; "alt =" clip_image028 "src =" http://www.bkjia.com/uploads/allimg/140110/042011B28-17.jpg "border =" 0 "/>
Install on Ipad and start
650) this. width = 650; "height =" 419 "title =" clip_image030 "style =" border: 0px; "alt =" clip_image030 "src =" http://www.bkjia.com/uploads/allimg/140110/042011AC-18.jpg "border =" 0 "/>
Configure remote connection Properties
650) this. width = 650; "height =" 419 "title =" clip_image032 "style =" border: 0px; "alt =" clip_image032 "src =" http://www.bkjia.com/uploads/allimg/140110/0420111518-19.jpg "border =" 0 "/>
After the configuration is complete, let's see how win8.1 "runs" on the Ipad? Insert several pictures taken by mobile phone
Win8.1 start Interface
650) this. width = 650; "height =" 417 "title =" clip_image034 "style =" border: 0px; "alt =" clip_image034 "src =" http://www.bkjia.com/uploads/allimg/140110/042011B05-20.jpg "border =" 0 "/>
All application interfaces
650) this. width = 650; "height =" 418 "title =" clip_image036 "style =" border: 0px; "alt =" clip_image036 "src =" http://www.bkjia.com/uploads/allimg/140110/04201144O-21.jpg "border =" 0 "/>
Resource Manager
650) this. width = 650; "height =" 418 "title =" clip_image038 "style =" border: 0px; "alt =" clip_image038 "src =" http://www.bkjia.com/uploads/allimg/140110/0420111Z9-22.jpg "border =" 0 "/>
Win8.1 is automatically activated in the system configuration)
650) this. width = 650; "height =" 421 "title =" clip_image040 "style =" border: 0px; "alt =" clip_image040 "src =" http://www.bkjia.com/uploads/allimg/140110/0420115a2-23.jpg "border =" 0 "/>
The Office is automatically activated. On the input page, the system jumps out of the Windows software disk.
650) this. width = 650; "height =" 421 "title =" clip_image042 "style =" border: 0px; "alt =" clip_image042 "src =" http://www.bkjia.com/uploads/allimg/140110/042011O07-24.jpg "border =" 0 "/>
The test was smooth and supported all the Win8 gestures on the Ipad. I like Microsoft's public cloud Azure!
From then on, we can get rid of heavy laptops and power cords. As long as there is a network, we can achieve cloud office and cloud computing!
The test ends today.
This article is from the "Tang Liang Office 365 sharing base" blog, please be sure to keep this source http://johnnytang.blog.51cto.com/1665534/1349787