You need to connect your on-premises network to Azure using a VPN Gateway. Your on-premises network has high traffic and requires support for multiple tunnels. Which VPN Gateway SKU should you choose?
Consider the number of tunnels and bandwidth needed for your hybrid network.
The VpnGw3 SKU supports multiple tunnels and high bandwidth, making it suitable for high traffic hybrid connectivity scenarios. Basic SKU has limitations in tunnels and bandwidth, and Standard SKU supports multiple tunnels but with moderate bandwidth.
You configure BGP (Border Gateway Protocol) on your Azure VPN Gateway and your on-premises VPN device. What is the expected behavior when BGP is enabled?
Think about what BGP does in network routing.
BGP dynamically advertises routes between Azure VPN Gateway and on-premises devices, allowing automatic route updates and failover. Static routes are not used when BGP is enabled.
You want to enforce specific encryption and hashing algorithms for your VPN Gateway connections to comply with your company's security policy. Which Azure feature allows you to customize these settings?
Look for a feature that controls encryption and hashing algorithms on VPN tunnels.
IPsec/IKE policies allow customization of encryption, integrity, and DH group algorithms for VPN Gateway connections, ensuring compliance with security requirements.
You want to configure an Azure VPN Gateway in active-active mode to ensure high availability for your hybrid connection. Which of the following is a required step?
Active-active mode requires specific SKU and multiple IP addresses.
Active-active VPN Gateway requires VpnGw2 or higher SKU and two public IP addresses to enable two active tunnels for high availability.
Your company uses both VPN Gateway and ExpressRoute to connect on-premises to Azure. You want to optimize routing and failover between these connections. Which approach follows best practices?
Think about how to use BGP and route priorities for failover.
Advertising routes over both VPN Gateway and ExpressRoute with BGP and setting route priorities allows automatic failover and optimized routing between connections.