Azure VM 从 A8 降级
Azure VM downgrade from A8
是否可以将 Azure VM A8(高计算)降级到 A3 等较低版本?我尝试时不断收到以下错误消息。我没有可用性集设置。谢谢!
"Unable to upgrade the deployment. The requested VM size 'Large' may not be available in the resources supporting the existing deployment. Please try again later, try with a different VM size or smaller number of role instances, or create a deployment under an empty hosted service with a new affinity group or no affinity group binding. The long running operation tracking ID was: b2024fe9e93f6764bec3aa008756f0b7."
我最近发现(通过 MS 支持票证)Azure 数据中心内有不同的 "clusters",具有不同的 VM 大小兼容性。就我而言,我在较旧的集群中有一些云服务,这些服务不允许我想要的较新的 "D-Series" VM 大小。唯一的解决方案是从头开始创建全新的云服务实例,并使用 Azure 流量管理器实现从旧服务器到新服务器的转换。
是否可以将 Azure VM A8(高计算)降级到 A3 等较低版本?我尝试时不断收到以下错误消息。我没有可用性集设置。谢谢!
"Unable to upgrade the deployment. The requested VM size 'Large' may not be available in the resources supporting the existing deployment. Please try again later, try with a different VM size or smaller number of role instances, or create a deployment under an empty hosted service with a new affinity group or no affinity group binding. The long running operation tracking ID was: b2024fe9e93f6764bec3aa008756f0b7."
我最近发现(通过 MS 支持票证)Azure 数据中心内有不同的 "clusters",具有不同的 VM 大小兼容性。就我而言,我在较旧的集群中有一些云服务,这些服务不允许我想要的较新的 "D-Series" VM 大小。唯一的解决方案是从头开始创建全新的云服务实例,并使用 Azure 流量管理器实现从旧服务器到新服务器的转换。