Microsoft
AZ-104 · Question #336
You have a public load balancer that balances ports 80 and 443 across three virtual machines. You need to direct all the Remote Desktop Protocol (RDP) connections to VM3 only. What should you…
The correct answer is A. an inbound NAT rule. An inbound NAT rule forwards incoming traffic sent to frontend IP address and port combination. The traffic is sent to a specific virtual machine or instance in the backend pool. https://docs.microsoft.com/en-us/azure/load-balancer/components
Submitted by salim_om· Mar 4, 2026Configure and manage virtual networking
Question
You have a public load balancer that balances ports 80 and 443 across three virtual machines. You need to direct all the Remote Desktop Protocol (RDP) connections to VM3 only. What should you configure?
Options
- Aan inbound NAT rule
- Ba new public load balancer for VM3
- Ca frontend IP configuration
- Da load balancing rule
How the community answered
(65 responses)- A85% (55)
- B6% (4)
- C2% (1)
- D8% (5)
Explanation
An inbound NAT rule forwards incoming traffic sent to frontend IP address and port combination. The traffic is sent to a specific virtual machine or instance in the backend pool. https://docs.microsoft.com/en-us/azure/load-balancer/components
Community Discussion
No community discussion yet for this question.