Planning and Administering Microsoft Azure for SAP Workloads — Question 30
You plan to deploy an SAP landscape to Azure virtual machines. The landscape will contain three virtual machines that will have the SAP Web Dispatcher role. The virtual machines will be in the same availability set.
You need to configure a traffic distribution solution for the Web Dispatcher. The solution must meet the following requirements:
• Users must be able to access the Web Dispatcher URL in the event of a virtual machine outage.
• Costs must be minimized.
What should you use?
Answer options
- A. Azure Application Gateway
- B. Azure Web Application Firewall (WAF)
- C. Azure Standard Load Balancer
- D. Basic Azure Load Balancer
Correct answer: D
Explanation
The Basic Azure Load Balancer is the most suitable choice as it provides a cost-effective solution for distributing traffic and ensures users can still access the Web Dispatcher URL during VM outages. In contrast, the Azure Application Gateway and Web Application Firewall are more complex and costly, while the Standard Load Balancer offers features that may not be necessary for this specific scenario.