AZ-700 · Question #39
You have an application named App1 that listens for incoming requests on a preconfigured group of 50 TCP ports and UDP ports. You install App1 on 10 Azure virtual machines. You need to implement…
The correct answer is D. Azure Standard Load Balancer that has high availability (HA) ports enabled. App1 is installed on 10 VMs which can be put in a Backend pool. The req is to minimize the number of load balancing rules. If you select HA it will allow you to have 1 rule for TCP and UDP ports, if you don't select HA you will need to have a minimum of 2 rules for TCP and UDP…
Question
You have an application named App1 that listens for incoming requests on a preconfigured group of 50 TCP ports and UDP ports. You install App1 on 10 Azure virtual machines. You need to implement load balancing for App1 across all the virtual machines. The solution must minimize the number of load balancing rules. What should you include in the solution?
Options
- AAzure Standard Load Balancer that has Floating IP enabled
- BAzure Application Gateway V2 that has multiple listeners
- CAzure Application Gateway v2 that has multiple site hosting enabled
- DAzure Standard Load Balancer that has high availability (HA) ports enabled
How the community answered
(51 responses)- A6% (3)
- B4% (2)
- C18% (9)
- D73% (37)
Explanation
App1 is installed on 10 VMs which can be put in a Backend pool. The req is to minimize the number of load balancing rules. If you select HA it will allow you to have 1 rule for TCP and UDP ports, if you don't select HA you will need to have a minimum of 2 rules for TCP and UDP with a * ttps://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-ha-ports-overview
Community Discussion
No community discussion yet for this question.