
Explanation:
The correct answer is B (VM1 and VM2) because Bastion1 is deployed in VNet1 which is peered with VNet2. Bastion allows secure RDP/SSH access to VMs in the same virtual network or a peered virtual network. Since VNet1 and VNet2 are peered, Bastion1 can connect to both VM1 and VM2. However, VNet1 and VNet3 are not peered, so Bastion1 cannot connect to VM3.
No comments yet.
In an Azure subscription with specified virtual networks and machines having private IPs, and with Bastion1 deployed in VNet1, identify the virtual machines accessible via Bastion1.
A
Only VM1
B
VM1 and VM2
C
VM1 and VM3
D
VM1, VM2, and VM3