AZ-104 Tests Azure Administration at Scale — Configuration and Troubleshooting, Not Theory
The exam tests whether you can manage Azure resources in production: identities, networking, storage, compute, and monitoring — under real operational constraints.
Check Your Readiness →Most candidates understand Microsoft Azure Administrator concepts — and still fail. This exam tests how you apply knowledge under pressure.
AZ-104 covers five domains. Questions test implementation and troubleshooting scenarios. Networking and identity are the most heavily tested areas.
Create a VPN Gateway between the VNets
Use VNet peering — it provides low-latency, private connectivity without the cost and complexity of a VPN Gateway; VPN Gateway is for on-premises to Azure connectivity
Use Azure Load Balancer with backend pools
Azure Load Balancer is Layer 4 and cannot inspect URLs. Use Application Gateway which provides Layer 7 path-based routing
Apply Azure Policy to each subscription individually
Use Management Groups — apply Azure Policy at the Management Group level so it cascades to all child subscriptions, ensuring consistent governance without per-subscription configuration
Availability Sets protect against hardware failures within a single datacenter (fault domains and update domains). Availability Zones protect against datacenter-level failures. AZ provides higher availability — AS does not protect against datacenter-level outages.
Azure Load Balancer operates at Layer 4 (TCP/UDP). Application Gateway operates at Layer 7 with SSL termination, URL-based routing, and WAF. Selecting Load Balancer for HTTP(S) routing scenarios is wrong.
VNet peering provides low-latency, private connectivity between Azure VNets — no gateway, no encryption overhead. VPN Gateway is for on-premises to Azure connectivity. Candidates apply VPN Gateway when peering is more appropriate.
LRS (3 copies in one datacenter), ZRS (copies across zones), GRS (two regions), GZRS (zone-redundant + geo-redundant). Selecting LRS for workloads requiring geo-disaster recovery is a common exam error.
Azure Backup protects against data loss (restore from backup). Azure Site Recovery provides business continuity by replicating VMs to a secondary region for failover. These serve different recovery objectives.
AZ-104 tests real Azure administration decisions. Test whether you can manage Azure resources in production scenarios.