This visual execution shows how Azure DNS works step-by-step. First, you create a DNS zone in a resource group. Then you add DNS records like A records to that zone. Azure DNS hosts the zone and answers client queries. When a client asks for www.example.com, Azure DNS returns the IP address from the A record. If a record does not exist, Azure DNS returns NXDOMAIN. Variables track the DNS zone and records state after each step. Key moments clarify common confusions about missing records and zone creation. The quiz tests understanding of the DNS zone creation, record addition, and query results.