AZ-500 · Question #2
Case Study 1 - Litware, Inc Overview Litware, Inc. is a digital media company that has 500 employees in the Chicago area and 20 employees in the San Francisco area. Existing Environment Litware has…
The correct answer is D. On Firewall, configure a DNAT rule. Explanation Option D is correct because to enable users to access VM0 (which sits behind the Azure Firewall), a Destination Network Address Translation (DNAT) rule must be configured on the Firewall to translate and forward incoming traffic from the public internet to VM0's…
Question
Options
- AMove VM0 to Subnet1.
- BOn Firewall, configure a network traffic filtering rule.
- CAssign RT1 to AzureFirewallSubnet.
- DOn Firewall, configure a DNAT rule.
How the community answered
(37 responses)- A3% (1)
- B8% (3)
- C11% (4)
- D78% (29)
Explanation
Explanation
Option D is correct because to enable users to access VM0 (which sits behind the Azure Firewall), a Destination Network Address Translation (DNAT) rule must be configured on the Firewall to translate and forward incoming traffic from the public internet to VM0's private IP address - this is the standard method to expose internal VMs through a firewall while meeting the Just-In-Time (JIT) VM access requirement.
Option A is wrong because simply moving VM0 to Subnet1 does not enable external access or satisfy the JIT access requirement - network routing and firewall rules still need to be properly configured regardless of which subnet the VM resides in.
Option B is wrong because a network traffic filtering rule only allows or denies traffic but does not perform address translation, meaning external users still cannot reach VM0's private IP address through the firewall.
Option C is wrong because assigning Route Table RT1 to the AzureFirewallSubnet would interfere with the firewall's own routing behavior - Azure Firewall manages its own routes and associating a custom route table to that subnet can break its functionality.
Memory Tip: Think of DNAT as a "doorbell translator" - when someone rings the firewall's public IP (the front door), DNAT redirects that call to the correct private VM inside, making it the go-to rule whenever you need to expose something sitting behind a firewall.
Topics
Community Discussion
No community discussion yet for this question.