AZ-700 Troubleshooting and Performance Optimization 1 — Questions and Answers
Question 1: Which Azure tool would you use to analyze packet captures for diagnosing network issues?
- Azure Monitor
- Network Watcher (Correct answer)
- Azure Firewall
- Azure Policy
Correct answer: Network Watcher
Azure Network Watcher provides a variety of network monitoring and diagnostic capabilities, including the ability to capture and analyze network packets. Its packet capture feature allows you to record network traffic to and from an Azure virtual machine. Analyzing these captures is crucial for deep-diving into network issues and understanding traffic flow at a granular level.
Question 2: Which of the following actions would help reduce latency for globally distributed users accessing a web application?
- Using a single virtual machine in a centralized location
- Deploying Azure Traffic Manager to direct users to the nearest endpoint (Correct answer)
- Limiting bandwidth usage for users
- Using Azure Firewall to block certain IP addresses
Correct answer: Deploying Azure Traffic Manager to direct users to the nearest endpoint
Deploying Azure Traffic Manager is an effective way to reduce latency for globally distributed users accessing a web application. Traffic Manager uses various routing methods (e.g., performance, geographic) to direct user requests to the Azure endpoint that provides the best experience, typically the one geographically closest to the user. This minimizes the physical distance data has to travel, thereby reducing latency.
Question 3: You notice high packet loss on a connection to a virtual machine in Azure. Which tool would be most helpful for identifying the cause?
- Azure Advisor
- Network Performance Monitor (Correct answer)
- Azure Security Center
- Azure Policy
Correct answer: Network Performance Monitor
Network Performance Monitor (NPM), a capability within Azure Monitor, is specifically designed to monitor network connectivity and performance across your Azure and hybrid environments. It can help identify the cause of high packet loss by monitoring end-to-end network paths, latency, and packet drops. NPM provides insights into network health, allowing for quicker diagnosis of connectivity issues.
Question 4: What is the purpose of the IP Flow Verify tool in Azure Network Watcher?
- To simulate high traffic to test network performance
- To determine if traffic is allowed or denied by Network Security Groups (NSGs) (Correct answer)
- To configure routing rules for Azure resources
- To monitor traffic usage across virtual networks
Correct answer: To determine if traffic is allowed or denied by Network Security Groups (NSGs)
The IP Flow Verify tool in Azure Network Watcher is used to check if a packet is allowed or denied to or from a virtual machine based on the configured Network Security Group (NSG) rules. You specify source/destination IP, port, and protocol, and the tool simulates the traffic flow to determine the outcome. This is invaluable for troubleshooting connectivity issues caused by NSG misconfigurations.
Question 5: Which Azure monitoring service would you use to set alerts for network connectivity issues?
- Azure Monitor (Correct answer)
- Azure Traffic Manager
- Azure Security Center
- Azure Policy
Correct answer: Azure Monitor
Azure Monitor is the comprehensive monitoring solution for Azure resources and applications. It collects metrics and logs from various Azure services, allowing you to visualize performance, create dashboards, and set up alerts for specific conditions. You can configure alerts to notify you immediately of network connectivity issues, resource unavailability, or performance degradation.
Which Azure tool would you use to analyze packet captures for diagnosing network issues?