windows-server-2012 – 如何将现有的Azure VM与Windows Server 2012升级到Windows Server 2012 R2?

特别适用于Azure VM.在同一个VM上从Server 2012 VM升级到Server 2012 R2的推荐方法是什么?

我不想创建新的2012 R2虚拟机,而是升级现有的Server 2012,因为我已经在其上安装了不同的软件和配置.

这个问题也是去年每http://social.msdn.microsoft.com/Forums/windowsazure/en-US/15e8a17d-0004-4337-a74d-1aa47df4e92d/server-2012-r2-upgrade?forum=WAVirtualMachinesforWindows被问到的,但仍未得到答复.

Microsoft不支持Azure VM的就地升级.

参考:https://support.microsoft.com/en-us/kb/2721672

Microsoft does not support an upgrade of the operating system of a
Microsoft Azure virtual machine. Instead,you should create a new
Azure virtual machine that is running the supported version of the
operating system that is required and then migrate the workload.

我意识到这可能不是那么有用,但由于微软在这方面的支持立场没有在这里提到,我认为重要的是要说清楚.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...