Question 1,132 of 1,170
Implement and Manage Virtual NetworkingmediumMultiple ChoiceObjective-mapped

AZ-104 Implement and Manage Virtual Networking Practice Question

This AZ-104 practice question tests your understanding of implement and manage virtual networking. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Troubleshooting notes:
- Source VM: vm-app01
- Destination VM: vm-sql01
- Port: TCP 1433
- Symptom: Connection times out
- Goal: Verify whether the packet is allowed or denied by NSG rules and identify the rule name
- Need a point-in-time check from the VM NIC perspective

Based on the exhibit, which Network Watcher tool should you use to determine whether an NSG allows or denies TCP 1433 traffic and which rule is responsible?

Exhibit

Troubleshooting notes:
- Source VM: vm-app01
- Destination VM: vm-sql01
- Port: TCP 1433
- Symptom: Connection times out
- Goal: Verify whether the packet is allowed or denied by NSG rules and identify the rule name
- Need a point-in-time check from the VM NIC perspective

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

IP flow verify

IP flow verify tests a specific source/destination IP, port, and protocol (TCP 1433) against the effective NSG rules to report whether traffic is allowed or denied, and it identifies the exact NSG rule (name and priority) responsible for that decision. This makes it the correct tool for determining NSG rule impact on a specific traffic flow.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • IP flow verify

    Why this is correct

    IP flow verify is built to test a specific source, destination, protocol, and port against NSG rules.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Connection troubleshoot

    Why it's wrong here

    Connection troubleshoot checks end-to-end connectivity, but it is less focused on rule-level allow and deny decisions.

    When this WOULD be correct

    Connection troubleshoot would be correct if the question asked to verify end-to-end TCP connectivity from a specific VM to a destination IP/port, including checks for NSG, route, and other issues, without needing to identify the exact rule.

  • Packet capture

    Why it's wrong here

    Packet capture records packets for later analysis, but it does not directly identify the matching NSG rule.

    When this WOULD be correct

    Packet capture is correct when the question asks to capture and inspect network packets to diagnose issues like packet loss, latency, or protocol anomalies, such as 'Which tool should you use to capture inbound and outbound packets from a VM to analyze a connectivity issue?'

  • Next hop

    Why it's wrong here

    Next hop shows routing decisions, not whether an NSG permits or blocks a TCP flow.

    When this WOULD be correct

    When you need to find out the next hop type (e.g., Internet, VirtualNetwork, VirtualAppliance) and IP address for traffic from a VM to a specific destination IP, such as troubleshooting asymmetric routing or verifying traffic path through a network virtual appliance.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-104 exam frequently reuses these exact scenarios with slightly different constraints.

IP flow verifyCorrect answer

Why this is correct

IP flow verify is built to test a specific source, destination, protocol, and port against NSG rules.

Connection troubleshootWrong answer — click to see why

Why this is wrong here

Connection troubleshoot tests connectivity from a source VM to a destination, but it does not identify which specific NSG rule is allowing or denying traffic; it only reports overall reachability.

★ When this WOULD be the correct answer

Connection troubleshoot would be correct if the question asked to verify end-to-end TCP connectivity from a specific VM to a destination IP/port, including checks for NSG, route, and other issues, without needing to identify the exact rule.

Why candidates choose this

Candidates may confuse 'troubleshoot connectivity' with 'verify NSG rules,' assuming that a connectivity test will also reveal the specific rule, but it only provides a pass/fail result.

Packet captureWrong answer — click to see why

Why this is wrong here

Packet capture captures network traffic for analysis but does not evaluate NSG rules against a specific traffic flow to determine if traffic is allowed or denied and which rule is responsible.

★ When this WOULD be the correct answer

Packet capture is correct when the question asks to capture and inspect network packets to diagnose issues like packet loss, latency, or protocol anomalies, such as 'Which tool should you use to capture inbound and outbound packets from a VM to analyze a connectivity issue?'

Why candidates choose this

Candidates may think packet capture can show whether traffic is blocked, but it does not directly map traffic to NSG rules; it only shows the traffic that actually flows.

Next hopWrong answer — click to see why

Why this is wrong here

Next hop is used to determine the next hop type and IP address for a specific destination, not to check if NSG rules allow or deny traffic. It does not evaluate NSG rules.

★ When this WOULD be the correct answer

When you need to find out the next hop type (e.g., Internet, VirtualNetwork, VirtualAppliance) and IP address for traffic from a VM to a specific destination IP, such as troubleshooting asymmetric routing or verifying traffic path through a network virtual appliance.

Why candidates choose this

Candidates may confuse 'next hop' with 'IP flow verify' because both involve network paths; they might think next hop also checks NSG rules, but it only shows routing decisions.

Analysis generated from the official AZ-104blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse 'Connection troubleshoot' (which tests end-to-end connectivity) with 'IP flow verify' (which specifically tests NSG rule evaluation), leading them to pick B because they think connectivity checks include rule analysis.

Trap categories for this question

  • Command / output trap

    Next hop shows routing decisions, not whether an NSG permits or blocks a TCP flow.

Detailed technical explanation

How to think about this question

IP flow verify works by simulating a packet with the given 5-tuple (source IP, destination IP, source port, destination port, protocol) and evaluating it against the effective security rules of the target NIC/subnet. It returns the result (Allowed/Denied) and the specific NSG rule (e.g., 'DenyAllInBound' with priority 65000) that triggered the verdict, including whether the rule is inbound or outbound. This is particularly useful for troubleshooting SQL Server connectivity (TCP 1433) when complex NSG rule hierarchies exist.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AZ-104 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Implement and Manage Virtual Networking — This question tests Implement and Manage Virtual Networking — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: IP flow verify — IP flow verify tests a specific source/destination IP, port, and protocol (TCP 1433) against the effective NSG rules to report whether traffic is allowed or denied, and it identifies the exact NSG rule (name and priority) responsible for that decision. This makes it the correct tool for determining NSG rule impact on a specific traffic flow.

What should I do if I get this AZ-104 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More AZ-104 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AZ-104 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-104 exam.