AZ-700 Study Guide 2026
Everything you need to pass the AZ-700 exam in one place: the exam format, every topic to study, real practice questions with explanations, flashcards, and full-length practice tests. Free, no sign-up needed.
📋 AZ-700 Exam Format at a Glance
📚 AZ-700 Topics to Study (22)
✍️ Sample AZ-700 Questions & Answers
1. Which Azure Monitor feature provides metrics and logs for your virtual networks, including data about traffic, throughput, and network latency?
Network Performance Monitor (NPM) is a feature within Azure Monitor specifically designed to provide comprehensive visibility into network health and performance. It collects metrics and logs related to network connectivity, latency, and packet loss across your Azure virtual networks and hybrid connections. This makes NPM the ideal tool for diagnosing and troubleshooting network-related issues within your Azure infrastructure.
2. Which policy must be enabled on a subnet to apply NSG rules and UDRs to Private Endpoint traffic?
Setting PrivateEndpointNetworkPolicies to 'Enabled' on a subnet allows NSGs and UDRs to be applied to traffic destined for private endpoints in that subnet.
3. Which tool can you use to validate effective routes on a VM's NIC in Azure?
Azure Network Watcher's 'Effective Routes' feature shows the combined routing table applied to a specific NIC.
4. When configuring BGP (Border Gateway Protocol) on Azure, what is the purpose of specifying AS (Autonomous System) numbers?
In BGP (Border Gateway Protocol), Autonomous System (AS) numbers are unique identifiers assigned to routing domains. They are crucial for BGP to establish peering relationships and exchange routing information between different administrative entities. This differentiation allows for scalable and controlled inter-domain routing on the internet and in cloud environments like Azure.
5. What is the purpose of the Azure DNS Private Resolver outbound endpoint?
The outbound endpoint of Azure DNS Private Resolver allows DNS queries originating in Azure to be conditionally forwarded to on-premises or external DNS servers.
6. When configuring a Point-to-Site VPN, which authentication method uses certificates stored in Azure AD?
Azure AD authentication for P2S VPN allows users to authenticate using their Azure AD credentials via the OpenVPN protocol.