CertGrid
Microsoft Study Guide

AZ-700: Azure Network Engineer Associate Study Guide

The AZ-700 Azure Network Engineer Associate exam validates your ability to design, implement, and manage Azure networking solutions, spanning hybrid connectivity, core VNet infrastructure, routing, network security, and private access to PaaS services. It is aimed at network engineers who plan and operate Azure networks and work alongside architects, security pros, and cloud admins. Expect scenario-based questions on VPN/ExpressRoute, VNet design, UDRs and BGP, NSGs and Azure Firewall, and Private Link/private endpoints.

Domain 1: Design, Implement, and Manage Hybrid Networking

Key concepts you must know · 156 practice questions

Domain 2: Design and Implement Core Networking Infrastructure

Key concepts you must know · 142 practice questions

Domain 3: Design and Implement Routing

Key concepts you must know · 144 practice questions

Domain 4: Secure and Monitor Networks

Key concepts you must know · 132 practice questions

Domain 5: Design and Implement Private Access to Azure Services

Key concepts you must know · 154 practice questions

AZ-700 exam tips

Study guide FAQ

How many questions are on the AZ-700 and what score do I need to pass?

The exam typically presents 40-60 questions and you must score 700 out of 1000 to pass. You have 120 minutes, which includes time for case studies and multi-part scenario items.

What is the difference between a service endpoint and a private endpoint?

A service endpoint keeps traffic on the Azure backbone and presents your subnet's identity to the PaaS service firewall, but you still reach the service via its public endpoint. A private endpoint projects the service into your VNet as a NIC with a private IP, requiring a privatelink Private DNS zone, and lets you fully disable public access.

When should I choose ExpressRoute over a VPN Gateway?

Choose ExpressRoute when you need a dedicated, private connection that bypasses the public internet with consistent latency and bandwidth (and SLA-backed). Use a site-to-site VPN Gateway for lower-cost, internet-based connectivity, or as a failover path behind ExpressRoute. Global Reach links on-premises sites to each other through the Microsoft backbone.

How does Azure decide which route wins when multiple routes match?

Azure first selects the route with the longest prefix match (most specific). If prefix lengths are equal, it falls back to source priority: user-defined routes beat BGP-learned routes, which beat default system routes. A UDR next hop of None, or pointing to an unavailable appliance, causes traffic to be dropped silently.