Windows Server を実行する VM1 という名前の Azure 仮想マシンがあります。 VM1 で次のアクションを実行します。 * ボリューム C に Folder1 という名前のフォルダーを作成します。 * ボリューム D に Folder2 という名前のフォルダーを作成します。 * 新しいデータ ディスクを VM1 に追加し、ドライブ文字 E が割り当てられた新しいボリュームを作成します。 * App1 という名前のアプリをボリューム E にインストールします。 VM1 のサイズを変更する予定です。 VM1 のサイズを変更すると、どのオブジェクトが表示されますか?
正解:A
The folder 2 is on D: which by default is the scratch disk that is wiped on a re-boot, a re-size of the VM requires a reboot of the VM, therefore the contents of D will be wiped.