Microsoft Azure Architect Technologies (2020, legacy) — Question 96
You have an Azure subscription that contains a policy-based virtual network gateway named GW1 and a virtual network named VNet1.
You need to ensure that you can configure a point-to-site connection from an on-premises computer to VNet1.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Reset GW1.
- B. Delete GW1.
- C. Create a route-based virtual network gateway.
- D. Add a public IP address space to VNet1.
- E. Add a connection to GW1.
- F. Add a service endpoint to VNet1.
Correct answer: B, C
Explanation
The correct answers are B and C. Deleting GW1 is necessary because it is policy-based, and a route-based virtual network gateway is required for point-to-site connections. The other options do not provide the necessary configuration or changes to enable point-to-site connectivity.