Subscription1とSubscription2という名前の2つのサブスクリプションを含むAzureテナントがあります。 Subscription1では、Windows Server 2016を実行するServer1という名前の仮想マシンを展開します。Server1は管理対象ディスクを使用します。 Server1をSubscription2に移動する必要があります。 ソリューションは、管理作業を最小限に抑える必要があります。 最初に何をすべきですか?
正解:B
Explanation To move existing resources to another resource group or subscription, use the Move-AzureRmResource cmdlet. References: https://docs.microsoft.com/en-in/azure/azure-resource-manager/resource-group-move-resources#moveresources