nerdexam
Microsoft

AZ-900 · Question #175

An organization is operating with three Availability Zones (AZ). It is decided to deploy multiple instances of a web application across all three AZs. An Azure networking product is then configured by

The correct answer is B. Application Gateway. To distribute web application service requests evenly across multiple instances deployed in different Availability Zones, an Azure Application Gateway should be used.

Submitted by marco_it· Mar 5, 2026Describe Azure Architecture and Services

Question

An organization is operating with three Availability Zones (AZ). It is decided to deploy multiple instances of a web application across all three AZs. An Azure networking product is then configured by the organization so the service requests can be evenly distributed across all the three instances. Can you identify the Azure networking product that will be used?

Options

  • AContent delivery network
  • BApplication Gateway
  • CLoad Balancer
  • DWeb Application firewall

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    71% (20)
  • C
    18% (5)
  • D
    7% (2)

Why each option

To distribute web application service requests evenly across multiple instances deployed in different Availability Zones, an Azure Application Gateway should be used.

AContent delivery network

A Content Delivery Network (CDN) primarily caches web content at edge locations to reduce latency, not for distributing live application requests among backend servers.

BApplication GatewayCorrect

Azure Application Gateway is a web traffic load balancer that operates at Layer 7 (HTTP/HTTPS) and can distribute incoming traffic to multiple backend instances, even across Availability Zones. It supports features like SSL termination and intelligent routing, making it ideal for managing web application traffic.

CLoad Balancer

An Azure Load Balancer operates at Layer 4 (TCP/UDP) and performs basic traffic distribution based on IP address and port, lacking the advanced web application routing capabilities of Application Gateway.

DWeb Application firewall

A Web Application Firewall (WAF) protects web applications from common web exploits and vulnerabilities, but its primary function is security, not traffic distribution across application instances.

Concept tested: Azure Application Gateway for Layer 7 load balancing

Source: https://learn.microsoft.com/en-us/azure/application-gateway/overview

Community Discussion

No community discussion yet for this question.

Full AZ-900 Practice