Microsoft Azure Fundamentals — Question 214
Your company has virtual machines (VMs) hosted in Microsoft Azure. The VMs are located in a single Azure virtual network named VNet1.
The company has users that work remotely. The remote workers require access to the VMs on VNet1.
You need to provide access for the remote workers.
What should you do?
Answer options
- A. Configure a Site-to-Site (S2S) VPN.
- B. Configure a VNet-toVNet VPN.
- C. Configure a Point-to-Site (P2S) VPN.
- D. Configure DirectAccess on a Windows Server 2012 server VM.
- E. Configure a Multi-Site VPN
Correct answer: C
Explanation
The correct answer is C, as a Point-to-Site (P2S) VPN allows individual remote users to connect securely to the Azure virtual network. Options A and B are not suitable since they are designed for connecting entire networks rather than individual users. Option D, while it provides remote access, is specific to Windows Server environments and may not be the best fit for Azure VMs. Option E is also focused on connecting multiple sites rather than individual remote access.