ホットスポットに関する質問
Subscription1 という名前の Azure サブスクリプションがあります。
Subscription1 には次の表のリソースが含まれています。

VNet1 は RG1 にあります。VNet2 は RG2 にあります。VNet1 と Vnet2 の間には接続がありません。
Admin1 という管理者が、RG1 に VM1 という Azure 仮想マシンを作成します。
M1 は 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.
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