Microsoft Azure Administrator — Question 6

You have an Azure subscription.
Users access the resources in the subscription from either home or from customer sites. From home, users must establish a point-to-site VPN to access the Azure resources. The users on the customer sites access the Azure resources by using site-to-site VPNs.
You have a line-of-business-app named App1 that runs on several Azure virtual machine. The virtual machines run Windows Server 2016.
You need to ensure that the connections to App1 are spread across all the virtual machines.
What are two possible Azure services that you can use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

Answer options

Correct answer: A, E

Explanation

The correct answers are A and E. An internal load balancer is designed to distribute traffic among virtual machines in a virtual network, ensuring balanced connections to App1. An Azure Application Gateway can also provide load balancing and is specifically tailored for web applications, making it suitable for managing traffic to App1. The other options do not fulfill the requirement for distributing connections to multiple virtual machines for the application.