问题描述
先生
情况是:
我在经典的Azure门户上有一个重要的VM,需要将其迁移到ARM.
I have an important VM on the classic Azure portal and need to migrate it to ARM .
这是通过
1-在ARM上创建新的类似VM,然后将磁盘从经典VM交换到ARM VM.
1- Creating new similar VM on ARM and then swap disk from the classic VM to ARM VM
或
2-将vhd从经典VM复制到ARM上的存储帐户,然后将其附加到新门户上通过复制的vhd创建VM
2- Copy the vhd from the classic VM to storage account on ARM then attach this vhd to create VM through the copied vhd on new portal
还是有更好的方法?
Regards/Jafar
Regards/Jafar
推荐答案
请查看以下这两个有用的资源,以获取有关将经典VM从ASM迁移到ARM的指导.
please check out these 2 useful resources below for guidance on migrating classic VMs from ASM to ARM.
1.https://docs.microsoft.com/zh-cn/azure/virtual-machines/windows/migration-classic-resource-manager-overview#supported-scopes-of-migration
2.https://blogs.technet.microsoft.com/canitpro/2016/07/05/step-by-step-migrate-your-classic-cloud-services-to-arm/
1. https://docs.microsoft.com/en-us/azure/virtual-machines/windows/migration-classic-resource-manager-overview#supported-scopes-of-migration
2. https://blogs.technet.microsoft.com/canitpro/2016/07/05/step-by-step-migrate-your-classic-cloud-services-to-arm/
如果有任何后续问题,请Ping.
Ping if you have any followup questions.
干杯.
这篇关于将VM从ASM迁移到ARM的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!