nerdexam
Microsoft

AZ-120 · Question #236

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…

The correct answer is D. Basic Azure Load Balancer. Basic Azure Load Balancer is correct because it supports distributing traffic across virtual machines within the same availability set, satisfying the high availability requirement (health probes will reroute traffic away from a failed VM), and it is offered at no additional…

Design and implement an infrastructure to support SAP workloads on Azure

Question

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?

Options

  • AAzure Application Gateway
  • BAzure Web Application Firewall (WAF)
  • CAzure Standard Load Balancer
  • DBasic Azure Load Balancer

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    13% (4)
  • C
    7% (2)
  • D
    77% (23)

Explanation

Basic Azure Load Balancer is correct because it supports distributing traffic across virtual machines within the same availability set, satisfying the high availability requirement (health probes will reroute traffic away from a failed VM), and it is offered at no additional cost - directly addressing the cost minimization requirement.

Why the others are wrong:

  • C (Standard Load Balancer): Also capable of the task, but incurs an hourly charge per rule and data processed. Since the VMs share an availability set, the free Basic tier is sufficient.
  • A (Application Gateway): A Layer 7 (HTTP/HTTPS) load balancer with URL routing and SSL offload - more feature-rich but significantly more expensive, making it overkill for this scenario.
  • B (Web Application Firewall): WAF is a security feature (typically an add-on to Application Gateway or Front Door), not a standalone traffic distribution solution. It cannot replace a load balancer.

Memory tip: Whenever an exam question mentions cost minimization + same availability set, reach for Basic Load Balancer - it's the "free tier" of Azure load balancing and is purpose-built for intra-availability-set HA scenarios. If the question mentions availability zones or cross-region, that's when Standard (or above) becomes necessary.

Topics

#SAP Web Dispatcher#Azure Load Balancer#availability set#cost optimization

Community Discussion

No community discussion yet for this question.

Full AZ-120 Practice