Azure仮想マシンを構築しています。
2つの1-TiB、P30プレミアムストレージディスクを仮想マシンに割り当てます。各ディスクは5,000IOPSを提供します。
Microsoft SQLServerのオンプレミスインスタンスを仮想マシンに移行することを計画しています。インスタンスには、1.2TiBデータファイルを含むデータベースがあります。データベースには10,000IOPSが必要です。
データベースをサポートするには、仮想マシンのストレージを構成する必要があります。
どの3つのオブジェクトを順番に作成する必要がありますか?回答するには、適切なオブジェクトをオブジェクトのリストから回答領域に移動し、正しい順序で配置します。

正解:

Explanation

Follow these same steps to create striped virtual disk:
Create Log Storage Pool.
Create Virtual Disk
Create Volume
Box 1: a storage pool
Box 2: a virtual disk that uses stripe layout
Disk Striping: Use multiple disks and stripe them together to get a combined higher IOPS and Throughput limit. The combined limit per VM should be higher than the combined limits of attached premium disks.
Box 3: a volume
Reference:
https://hanu.com/hanu-how-to-striping-of-disks-for-azure-sql-server/