DNS and Load Balancing
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Microsoft Azure Administrator premium course — no separate purchase.
Included in this chapter:
- Azure DNS: public zones, private zones, default resolution
- Load Balancer anatomy: the four objects and the SKU gate
- Distribution, outbound SNAT, and security defaults
- Troubleshooting and exam-pattern recognition
Which Azure traffic-distribution service?
| Dimension | Azure Load Balancer | Application Gateway | Traffic Manager | Azure Front Door |
|---|---|---|---|---|
| OSI layer | Layer 4 (TCP/UDP) | Layer 7 (HTTP/HTTPS) | DNS (Layer 7, name-based) | Layer 7 (HTTP/HTTPS, global) |
| Scope | Regional | Regional | Global | Global |
| Routes on | 5-tuple (IP/port/protocol) | URL path, host header | DNS response (routing method) | URL path + edge proximity |
| TLS termination / WAF | No | Yes (WAF optional) | No (DNS only) | Yes (WAF at the edge) |
| Typical use | Non-HTTP / fast TCP-UDP spread | Web app L7 routing in one region | Multi-region failover via DNS | Global web acceleration + WAF |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Name resolution for resources in Azure virtual networks
- Quickstart: Create an Azure DNS zone and record
- Tutorial: Host your domain in Azure DNS (delegation)
- Azure DNS private zones and virtual network links
- Autoregistration in Azure DNS private zones
- What is Azure Load Balancer?
- Azure Load Balancer SKUs
- Azure Load Balancer distribution modes
- SNAT for outbound connections - Azure Load Balancer
- Troubleshoot outbound connections in Azure Load Balancer
- Troubleshoot Azure Load Balancer health probe status
- Load-balancing options - Azure Architecture Center Well-Architected