hardmultiple choiceObjective-mapped

A company has multiple Azure virtual networks (VNets) spread across three Azure regions (West US, East US, and West Europe). They also have an on-premises network connected to East US via ExpressRoute. They need to connect all VNets to each other and to the on-premises network. They require centralized management of routing and the ability to enforce security policies such as forcing all internet-bound traffic from any VNet to pass through a central firewall in East US. Which Azure solution should they implement?

Question 1hardmultiple choice
Full question →

A company has multiple Azure virtual networks (VNets) spread across three Azure regions (West US, East US, and West Europe). They also have an on-premises network connected to East US via ExpressRoute. They need to connect all VNets to each other and to the on-premises network. They require centralized management of routing and the ability to enforce security policies such as forcing all internet-bound traffic from any VNet to pass through a central firewall in East US. Which Azure solution should they implement?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

VNet peering between all VNets and use route tables for forced tunneling.

While VNet peering can connect VNets, managing multiple peering connections and route tables becomes complex and error-prone. Enforcing forced tunneling through a central firewall requires additional configuration and is not centralized.

B

Best answer

Azure Virtual WAN with a secured hub in East US.

Azure Virtual WAN provides a scalable hub-and-spoke architecture with centralized routing. A secured hub can include a firewall to enforce forced tunneling and security policies. All VNets and on-premises connect to the hub(s), simplifying management.

C

Distractor review

ExpressRoute Global Reach with VNet peering to connect all VNets.

ExpressRoute Global Reach connects on-premises networks to ExpressRoute circuits in different regions but does not directly connect VNets to each other. Additional VNet peering is required, and centralized security policy enforcement is not built-in.

D

Distractor review

VPN gateways with BGP to connect all VNets.

Setting up VPN gateways and BGP between multiple VNets is complex and not as scalable as Virtual WAN. It also lacks centralized routing and security policy enforcement.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related AZ-305 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-305 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Azure Virtual WAN with a secured hub in East US. — Azure Virtual WAN provides a centralized hub-and-spoke architecture with built-in routing, security, and the ability to enforce forced tunneling through a firewall in the hub. It simplifies connectivity across multiple regions and on-premises. VNet peering with route tables becomes complex and lacks centralized security enforcement. ExpressRoute Global Reach connects on-premises to VNets but does not provide VNet-to-VNet connectivity natively; additional VNet peering is needed. VPN gateways with BGP are complex to manage across many VNets and do not offer built-in centralized security policies.

What should I do if I get this AZ-305 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.