🇺🇸 Microsoft Certified: Azure Administrator Associate · subject
Microsoft Certified: Azure Administrator Associate Configure Load Balancing and Network Monitoring Syllabus
Every chapter and topic of Configure Load Balancing and Network Monitoring examined in Microsoft Certified: Azure Administrator Associate — 3 chapters, 12 topics and 1 sub-topics, plus 51 flashcards written against it.
Configure Load Balancing and Network Monitoring syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Configure Load Balancing and Network Monitoring in Microsoft Certified: Azure Administrator Associate, not a summary of it.
-
Azure Load Balancer
4 topics- Public vs internal load balancers
- Load balancer SKUs (Basic vs Standard)
- Backend pools and health probes
- Load balancing and inbound NAT rules
- Session persistence and distribution modes
-
Application Gateway
4 topics- Layer 7 load balancing concepts
- Listeners, rules, and backend pools
- Path-based and multi-site routing
- Web Application Firewall (WAF) integration
-
Network Monitoring and Troubleshooting
4 topics- Network Watcher capabilities
- Connection troubleshoot and IP flow verify
- NSG flow logs and traffic analytics
- Effective routes and next hop diagnostics
Configure Load Balancing and Network Monitoring flashcards for Microsoft Certified: Azure Administrator Associate
22 of 51 cards from the Configure Load Balancing and Network Monitoring deck — real questions with worked answers.
What is the difference between a public and an internal Azure Load Balancer?
A public load balancer has a public frontend IP and balances inbound internet traffic to backend VMs; an internal (private) load balancer has a private frontend IP and balances traffic only within a virtual network or from on-premises (e.g., for internal/multi-tier apps).
At which OSI layer does Azure Load Balancer operate, and what protocols does it handle?
Azure Load Balancer is a Layer 4 (transport) load balancer; it distributes TCP and UDP traffic based on IP address and port, with no awareness of application/HTTP content.
At which OSI layer does Azure Application Gateway operate?
Application Gateway is a Layer 7 (application) load balancer; it makes routing decisions based on HTTP/HTTPS attributes such as URL path, host header, and cookies.
Name the two SKUs of Azure Load Balancer.
Basic and Standard.
What is the default availability/SLA difference between Basic and Standard Load Balancer?
Standard Load Balancer provides a 99.99% SLA; Basic Load Balancer has no SLA.
How many instances can a backend pool hold in Basic vs Standard Load Balancer?
Basic supports up to 300 instances in the backend pool; Standard supports up to 1000 instances.
What is the default security posture of a Standard Load Balancer regarding NSGs?
Standard Load Balancer is secure by default (closed): inbound traffic is blocked unless explicitly allowed by a Network Security Group. Basic Load Balancer is open by default.
Which Load Balancer SKU supports Availability Zones?
Only the Standard SKU supports zone-redundant and zonal frontends; Basic does not support Availability Zones.
Are Basic and Standard Load Balancer frontend IP SKUs interchangeable with Public IP SKUs?
No. A Basic Load Balancer requires a Basic SKU public IP, and a Standard Load Balancer requires a Standard SKU public IP; the SKUs must match.
What is a backend pool in Azure Load Balancer?
A backend pool is the group of backend resources (VMs, VM scale set instances, or IP addresses) that receive distributed traffic from the load balancer.
What is the purpose of a health probe in Azure Load Balancer?
A health probe checks the health of backend instances; the load balancer only sends new flows to instances that report healthy, and stops sending to instances that fail the probe.
What probe protocols are supported by Azure Load Balancer health probes?
TCP, HTTP, and HTTPS (HTTPS only on Standard SKU).
For an HTTP/HTTPS health probe, what response indicates a healthy backend?
An HTTP 200 OK response returned within the probe timeout indicates the instance is healthy.
What happens to existing TCP connections when a health probe marks an instance as unhealthy (Standard LB)?
On Standard Load Balancer, new connections are not sent to the unhealthy instance, but existing established TCP connections continue (default behavior); with 'all probes down' configuration, all connections including UDP can be reset.
What does a load balancing rule define in Azure Load Balancer?
A load balancing rule maps a frontend IP and port to a backend pool and backend port, associating it with a health probe to distribute incoming traffic across the pool.
What is an inbound NAT rule in Azure Load Balancer?
An inbound NAT rule forwards traffic from a specific frontend IP/port to a specific port on a single backend instance (e.g., RDP/SSH to one VM), rather than distributing across the pool.
What is the key difference between a load balancing rule and an inbound NAT rule?
A load balancing rule distributes traffic across all healthy instances in the backend pool, while an inbound NAT rule directs traffic to one specific backend instance/port.
What is the default load distribution mode (session persistence) of Azure Load Balancer?
Five-tuple hash: source IP, source port, destination IP, destination port, and protocol; this distributes flows across instances without session affinity.
What session persistence options does Azure Load Balancer support besides the default five-tuple?
Source IP affinity (two-tuple: source IP + destination IP) and source IP + protocol affinity (three-tuple).
What is the purpose of HA Ports in Standard Load Balancer?
HA Ports is a load balancing rule that balances ALL TCP and UDP flows on all ports simultaneously (port 0), commonly used for network virtual appliances (NVAs) in high availability scenarios.
What are the three main components of an Application Gateway request flow?
Listeners (receive incoming requests), rules (define how requests are routed), and backend pools (the targets that serve the request).
What is a listener in Application Gateway?
A listener is a logical entity that checks for incoming connection requests using a configured protocol, port, host, and IP address; it determines whether a request is accepted.
See more Configure Load Balancing and Network Monitoring flashcards →
Planning Configure Load Balancing and Network Monitoring for Microsoft Certified: Azure Administrator Associate
Configure Load Balancing and Network Monitoring is about 16% of the Microsoft Certified: Azure Administrator Associate syllabus by topic count — 12 of 77 topics, spread over 3 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 9 hours.
The heaviest chapters are Azure Load Balancer (4 topics), Application Gateway (4 topics), Network Monitoring and Troubleshooting (4 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Configure Load Balancing and Network Monitoring (Microsoft Certified: Azure Administrator Associate) FAQ
What is in the Microsoft Certified: Azure Administrator Associate Configure Load Balancing and Network Monitoring syllabus?
Configure Load Balancing and Network Monitoring is split into 3 chapters — Azure Load Balancer, Application Gateway and Network Monitoring and Troubleshooting, containing 12 topics and 1 sub-topics in total.
How many chapters are there in Configure Load Balancing and Network Monitoring for Microsoft Certified: Azure Administrator Associate?
3 chapters. Configure Load Balancing and Network Monitoring accounts for about 16% of the topics in the whole Microsoft Certified: Azure Administrator Associate syllabus (12 of 77).
How long should I spend on Configure Load Balancing and Network Monitoring for Microsoft Certified: Azure Administrator Associate?
Budget around 9 hours for a first pass through Configure Load Balancing and Network Monitoring — about 45 minutes per topic plus 12 minutes per sub-topic across its 12 topics. Add revision cycles on top.
Are there flashcards for Microsoft Certified: Azure Administrator Associate Configure Load Balancing and Network Monitoring?
Yes — a 51-card Configure Load Balancing and Network Monitoring deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.