Azure Virtual Networks Certification Guide
Primary Certification
AZ-700 Microsoft Azure Network Engineer Associate
Format: check current question count, time limit, passing score, and price on the official Microsoft Certification page before relying on these (needs verification — exam format and price change periodically; previously stated here as 40-60 MCQ, 3 hours, 700/1000, $165 USD)
Related Certifications
•AZ-104 Azure Administrator
•AZ-305 Azure Solutions Architect Expert
Key Exam Topics
•VNet: isolated network; subnets; each resource gets private IP from subnet CIDR
•NSG (Network Security Group): stateful, layer 4 filtering; apply to subnet or NIC
•VNet Peering: non-transitive; works global (cross-region); must add routes if needed
•Azure Firewall vs NSG: Firewall = centralized L3-L7; NSG = local L4 only
•Private Endpoint vs Service Endpoint: Private = real private IP for service; Service = route optimization only
•VPN Gateway: site-to-site (IPSec) or point-to-site (VPN client) (needs verification — max throughput varies by gateway SKU; confirm current figures against Azure's VPN Gateway SKU table)
•ExpressRoute: private dedicated circuit (not over internet) (needs verification — bandwidth tiers against current ExpressRoute documentation)
Must-Know CLI Commands
Exam Tips
•VNet peering: bidirectional — must create peering in BOTH VNets
•Hub-spoke: hub VNet with Azure Firewall + shared services; spokes peer to hub
•Private DNS zones: required for private endpoints to resolve service FQDNs to private IPs
•Azure DDoS Protection Standard: covers all public IPs in the protected VNet (needs verification — current monthly price against Azure's DDoS Protection pricing page)
Study Plan
Week 1-2: Read official docs + overview/fundamentals sections in this platform
Week 3-4: Hands-on labs (AWS free tier / Azure sandbox / GCP free tier)
Week 5: Practice exams (TutorialsDojo, ExamTopics, Whizlabs)
Final days: Review weak areas + cheatsheet
Free Study Resources
•AWS: aws.amazon.com/training — free digital courses
•Azure: learn.microsoft.com — Microsoft Learn (free + sandbox labs)
•GCP: cloud.google.com/training — free courses + Qwiklabs credits
•TutorialsDojo: cheat sheets for all exams (best value paid resource)

