AZ-700 Question 101
Single answerYour organization needs a point-to-site VPN in Azure to support approximately 200 concurrent remote users. They require OpenVPN protocol support and moderate throughput. Which virtual network gateway SKU should you deploy to meet these requirements while keeping costs reasonable?
- A
Basic
- B
VpnGw1
- C
VpnGw2
- D
VpnGw3
Show answer and explanation
Correct answer: B
Explanation
In Azure, choosing a suitable VPN gateway SKU depends on factors such as the maximum number of point-to-site connections required, the expected throughput, and cost considerations. Basic supports only up to 128 connections and does not offer adequate throughput for larger workloads. VpnGw1 supports up to 250 concurrent connections, including OpenVPN for point-to-site VPN tunnels, making it an appropriate solution for scenarios close to 200 concurrent users. For further details, consult Microsoft� documentation on Azure VPN Gateway SKUs at https://learn.microsoft.com/azure/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.
- A. Incorrect.
Option A (Basic) is incorrect because the Basic SKU is limited in both throughput and the number of supported point-to-site connections (128 maximum). Your requirement of 200 users exceeds that limit.
- B. Correct.
Option B (VpnGw1) is correct because it supports up to 250 concurrent point-to-site VPN connections and offers OpenVPN protocol capabilities at a moderate cost, satisfying the scenario where about 200 concurrent users are needed.
- C. Incorrect.
Option C (VpnGw2) is incorrect in this context, not because it wouldn't work (it can support more connections and higher throughput), but it would be more expensive than VpnGw1 without a clear need for additional concurrency or bandwidth. Therefore, it isn't the most cost-effective choice here.
- D. Incorrect.
Option D (VpnGw3) is incorrect for similar reasons as VpnGw2�it provides even higher capacity and throughput but is generally more expensive and unnecessary for 200 concurrent users, making it an over-provisioned solution in this scenario.