我可以在 Azure 中升级虚拟机的 OS 吗?
Can I upgrade the OS of a vm in azure?
我想知道是否有办法在 Azure
的虚拟机中从 windows server 2012 升级到 windows server 2016
目前无法就地升级 Windows 服务器。您只能使用 Windows 10 VM 执行此操作。有两种解决方法。
- 创建运行受支持版本操作系统的 Azure VM,然后迁移工作负载。
- 将 VHD 下载到本地 运行 HyperV 实例,升级,上传到 Azure。
有关解决方法的完整详细信息可在此处找到:
https://docs.microsoft.com/en-us/troubleshoot/azure/virtual-machines/in-place-system-upgrade
我想知道是否有办法在 Azure
的虚拟机中从 windows server 2012 升级到 windows server 2016目前无法就地升级 Windows 服务器。您只能使用 Windows 10 VM 执行此操作。有两种解决方法。
- 创建运行受支持版本操作系统的 Azure VM,然后迁移工作负载。
- 将 VHD 下载到本地 运行 HyperV 实例,升级,上传到 Azure。
有关解决方法的完整详细信息可在此处找到:
https://docs.microsoft.com/en-us/troubleshoot/azure/virtual-machines/in-place-system-upgrade