有没有办法配置 OS 位于 SSD 上的 Azure VM?
Is there a way to configure an Azure VM where the OS is on an SSD?
我看过 D 系列尺寸的 SSD。然而,它是一个临时磁盘,从我的 VM 中的 运行 一些基准测试来看,OS 磁盘似乎在旋转金属上。
有没有人尝试过将 OS 本身安装在 SSD 上的设置?我想构建一个可以从任何地方远程访问的开发环境,但它非常慢,任务管理器告诉我罪魁祸首是磁盘绑定。
使用任何支持 Premium Storage 的 VM 系列。
https://azure.microsoft.com/en-us/documentation/articles/storage-premium-storage/
Premium Storage supports VM disks that can be attached to specific size-series VMs. Premium Storage supports DS-series, DSv2-series, GS-series, and Fs-series VMs. You have a choice of three disk sizes: P10 (128 GB), P20 (512 GB), and P30 (1,024 GB). Each disk size has its own performance specifications. Depending on your application requirements, you can attach one or more disks to your VM. We describe the specifications in more detail in Premium Storage scalability and performance targets.
Operating System Disk: You can set up your Premium Storage VM to use either a premium or a standard operating system disk. For the best experience, we recommend using a Premium Storage-based operating system disk.
看起来他们现在让穴居人变得简单了:
我看过 D 系列尺寸的 SSD。然而,它是一个临时磁盘,从我的 VM 中的 运行 一些基准测试来看,OS 磁盘似乎在旋转金属上。
有没有人尝试过将 OS 本身安装在 SSD 上的设置?我想构建一个可以从任何地方远程访问的开发环境,但它非常慢,任务管理器告诉我罪魁祸首是磁盘绑定。
使用任何支持 Premium Storage 的 VM 系列。
https://azure.microsoft.com/en-us/documentation/articles/storage-premium-storage/
Premium Storage supports VM disks that can be attached to specific size-series VMs. Premium Storage supports DS-series, DSv2-series, GS-series, and Fs-series VMs. You have a choice of three disk sizes: P10 (128 GB), P20 (512 GB), and P30 (1,024 GB). Each disk size has its own performance specifications. Depending on your application requirements, you can attach one or more disks to your VM. We describe the specifications in more detail in Premium Storage scalability and performance targets.
Operating System Disk: You can set up your Premium Storage VM to use either a premium or a standard operating system disk. For the best experience, we recommend using a Premium Storage-based operating system disk.
看起来他们现在让穴居人变得简单了: