我决定把我的VM从A4_V2移到D11_V2 Promo,因为D11_V2提供了SSD。 但是,当我移动VM时,在检查磁盘时,Azure门户中没有任何区别:
Type STANDARD Size (GiB) 100 Estimated performance IOPS LIMIT 500 THROUGHPUT LIMIT (MB/S) 60
我期待100GB的SSD和6000 IOPS。
服务器位置:北欧
我如何移动磁盘?
调整VM大小不会隐藏磁盘。 如果您使用托pipe磁盘,则该过程非常简单:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/convert-disk-storage
如果您使用的是标准存储,那么您需要执行一些额外的步骤:
https://docs.microsoft.com/en-us/azure/storage/common/storage-migration-to-premium-storage
您也可以从非托pipe转换到托pipe磁盘,然后轻松转换为SSD。
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/convert-unmanaged-to-managed-disks
我通过使用Premium SSD创build新VM来解决我的问题,然后使用rsync从旧VM移动configuration和文件。