You manage an application deployed to virtual machines (VMs) on an Azure virtual network
named corpVnet1.
You plan to hire several remote employees who will need access to the application on
corpVnet1.
You need to ensure that new employees can access corpVnet1. You want to achieve this
goal by using the most cost effective solution.
Which two actions should you perform? Each correct answer presents part of the solution.
A.
Create a VPN subnet.
B.
Enable point-to-point connectivity for corpVnet1.
C.
Enable point-to-site connectivity for corpVnet1.
D.
Create a gateway subnet.
E.
Enable site-to-site connectivity for corpVnet1.
F.
Convert corpVnet1 to a regional virtual network.
Explanation:
http://msdn.microsoft.com/en-us/library/azure/dn133795.aspx
C& D no ?
https://azure.microsoft.com/en-us/documentation/articles/vpn-gateway-howto-point-to-site-rm-ps/
yes, C&D
C & D
A and D are correct if to follow steps in point to site creation. C and D are correct if to generalize, but then again – without VPN subnet creation C and D are not valid.
C+D. gateway is required for P2S connectivity. Robin URL is good reference
C & D
According to https://azure.microsoft.com/en-us/documentation/articles/vpn-gateway-point-to-site-create/ – Additional subnets are not required; The gateway subnet is required for a Point-to-Site VPN.