Question 165 of 1,000
Secure networkinghardMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the virtual machines have public IP addresses assigned, which overrides the user-defined route (UDR) to Azure Firewall. This occurs because Azure’s default routing logic prioritizes the host’s public IP route for internet-bound traffic over any UDR, effectively bypassing the firewall even when a 0.0.0.0/0 route to the firewall’s private IP is correctly configured on the subnet. On the AZ-500 exam, this scenario tests your understanding of Azure’s effective routes and the hierarchy of routing precedence, where a VM’s public IP creates a direct outbound path that cannot be redirected by a UDR alone. A common trap is assuming a UDR always wins, but Azure’s platform rules give the public IP route higher priority for internet traffic. To remember this, think: “Public IP on a VM is a VIP pass—it skips the firewall queue.” Always remove public IPs from VMs that must route through Azure Firewall, and instead use a NAT gateway or Azure Firewall as the next hop for outbound traffic.

AZ-500 Secure networking Practice Question

This AZ-500 practice question tests your understanding of secure networking. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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.

A company has an Azure virtual network that uses Azure Firewall as the central traffic inspection point. They have a spoke VNet peered to the hub VNet. The spoke VNet contains a subnet with virtual machines. The security team wants to ensure that all outbound traffic from those virtual machines to the internet goes through the Azure Firewall. They have configured a route table on the spoke subnet with a default route (0.0.0.0/0) to the Azure Firewall's private IP. However, traffic from the VMs is still going directly to the internet. What is the most likely cause?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1hardmultiple choice
Review the full subnetting walkthrough →

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

The virtual machines have public IP addresses assigned.

When a virtual machine in Azure has a public IP address assigned, Azure's default routing logic gives it a 'default outbound access' path that bypasses any user-defined route (UDR) pointing to the Azure Firewall. This is because Azure prefers the host's public IP route over a UDR for internet-bound traffic, unless the VM is explicitly configured to use a NAT gateway or Azure Firewall as the next hop. Therefore, even with the route table correctly associated, the VM will send traffic directly to the internet via its public IP.

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.

  • The route table is not associated to the subnet.

    Why it's wrong here

    The scenario states the route table has been configured on the subnet, so association is likely correct.

  • The Azure Firewall is not configured with a default route.

    Why it's wrong here

    The firewall itself does not need a default route for this scenario; it only inspects traffic sent to it.

  • The virtual machines have public IP addresses assigned.

    Why this is correct

    When a VM has a public IP, Azure performs default outbound SNAT using that IP, bypassing the route table and the firewall.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The VNet peering is not configured properly.

    Why it's wrong here

    Peering allows traffic between VNets; the route table pointing to the firewall's private IP should work if peering is set and the firewall is properly configured.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates assume a UDR with 0.0.0.0/0 to the firewall will always override all outbound traffic, but they overlook the special case where a VM with a public IP has a higher-priority system route that sends internet traffic directly out.

Trap categories for this question

  • Scenario analysis trap

    The scenario states the route table has been configured on the subnet, so association is likely correct.

Detailed technical explanation

How to think about this question

Azure's routing precedence is: effective routes from the subnet's route table override system routes, but a VM with a public IP has an additional system route for its own public IP that takes priority over a 0.0.0.0/0 UDR. This behavior is defined by Azure's routing algorithm, which treats the VM's public IP as a 'virtual network' route with a higher priority than a default route. In practice, to force all outbound traffic through Azure Firewall, you must either remove public IPs from the VMs or use Azure Firewall's forced tunneling with a default route on the firewall subnet and ensure the VMs have no public IPs.

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 company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.

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-500 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-500 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-500 question test?

Secure networking — This question tests Secure networking — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The virtual machines have public IP addresses assigned. — When a virtual machine in Azure has a public IP address assigned, Azure's default routing logic gives it a 'default outbound access' path that bypasses any user-defined route (UDR) pointing to the Azure Firewall. This is because Azure prefers the host's public IP route over a UDR for internet-bound traffic, unless the VM is explicitly configured to use a NAT gateway or Azure Firewall as the next hop. Therefore, even with the route table correctly associated, the VM will send traffic directly to the internet via its public IP.

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

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

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

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

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-500 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-500 exam.