Subscription1という名前のAzureサブスクリプションがあります。 Subscription1には、次の表のリソースが含まれています。

VNet1はRG1にあります。 VNet2はRG2にあります。 VNet1とVNet2の間の接続はありません。 Admin1という名前の管理者は、RG1にAzure仮想マシンVM1を作成します。 VM1はDisk1という名前のディスクを使用し、VNet1に接続します。次に、Admin1はカスタムアプリケーションをVM1にインストールします。
カスタムアプリケーションをVNet2に移動する必要があります。このソリューションでは、管理作業を最小限に抑える必要があります。
どの2つのアクションを実行する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:それぞれの正しい選択は1ポイントの価値があります。

正解:

Explanation:
We cannot just move a virtual machine between networks. What we need to do is identify the disk used by the VM, delete the VM itself while retaining the disk, and recreate the VM in the target virtual network and then attach the original disk to it.
Reference:
https://blogs.technet.microsoft.com/canitpro/2014/06/16/step-by-step-move-a-vm-to-a-different-vnet-on-azure/
https://4sysops.com/archives/move-an-azure-vm-to-another-virtual-network-vnet/#migrate-an-azure-vm-between-vnets