az-104 Practice Question 860
Exam: az-104
Domain: Describe Azure architecture and services
Topic: Describe Azure compute and networking services
Difficulty: medium
HOTSPOT -
You have an Azure subscription named Subscription1. Subscription1 contains the resources in the following table.
VNet1 is in RG1. VNet2 is in RG2. There is no connectivity between VNet1 and VNet2.
An administrator named Admin1 creates an Azure virtual machine named VM1 in RG1. VM1 uses a disk named Disk1 and connects to VNet1. Admin1 then installs a custom application in VM1.
You need to move the custom application to VNet2. The solution must minimize administrative effort.
Which two actions should you perform? To answer, select the appropriate options in the answer area.
Answer Options
A
Action 1: Delete VM1. Action 2: Create a new virtual machine.
Correct Answer
A: Action 1: Delete VM1. Action 2: Create a new virtual machine.
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.