Hint: Verify GatewaySubnet exists and is named correctly [OK]
Common Mistakes:
Ignoring GatewaySubnet naming requirements
Assigning public IP to wrong resource
Assuming SKU affects connection establishment
5. You want to set up a hybrid network with Azure using a VPN Gateway. Your on-premises network uses static routing. Which VPN type should you choose for maximum flexibility and why?
hard
A. RouteBased, because it supports both static and dynamic routing
B. PolicyBased, because it supports static routing only
C. ExpressRoute, because it is faster than VPN
D. PointToSite, because it supports multiple clients
Solution
Step 1: Understand VPN types and routing
PolicyBased VPN supports only static routing; RouteBased supports static and dynamic routing.
Step 2: Match VPN type to flexibility needs
RouteBased VPN is more flexible and recommended for hybrid networks with static or dynamic routing.
Step 3: Exclude other options
ExpressRoute is a different service, not a VPN type; PointToSite is for individual client connections, not site-to-site.
Final Answer:
RouteBased, because it supports both static and dynamic routing -> Option A
Quick Check:
RouteBased VPN = flexible routing support [OK]
Hint: Choose RouteBased VPN for static and dynamic routing support [OK]