- A
It makes related events from many devices easier to collect and correlate.
This is correct because centralized visibility is the main investigative benefit.
- B
It guarantees that attacks cannot succeed.
Why wrong: This is wrong because logging helps with detection and analysis, not guaranteed prevention.
- C
It replaces access control mechanisms.
Why wrong: This is wrong because logging does not replace prevention controls.
- D
It forces all systems to use one VLAN.
Why wrong: This is wrong because centralized logging is unrelated to VLAN assignment.
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.
Why is centralized logging valuable during security incident response?
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
It makes related events from many devices easier to collect and correlate.
Centralized logging aggregates logs from multiple sources (e.g., Azure VMs, network security groups, Azure Firewall) into a single repository like Azure Log Analytics or Azure Sentinel. This correlation enables security analysts to identify patterns across devices, such as a chain of events from an initial breach to lateral movement, which is critical for incident response. Without centralization, manually correlating timestamps and log formats from disparate systems would be impractical during an active attack.
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.
- ✓
It makes related events from many devices easier to collect and correlate.
Why this is correct
This is correct because centralized visibility is the main investigative benefit.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
It guarantees that attacks cannot succeed.
Why it's wrong here
This is wrong because logging helps with detection and analysis, not guaranteed prevention.
When this WOULD be correct
If the exam question asked about the effectiveness of security measures in preventing attacks, and specifically mentioned that a certain security architecture guarantees attack prevention, then this option could be correct. For example, a question could state that a security system is designed to block all unauthorized access, thus guaranteeing that attacks cannot succeed.
- ✗
It replaces access control mechanisms.
Why it's wrong here
This is wrong because logging does not replace prevention controls.
When this WOULD be correct
In a question that asks about the benefits of integrating security measures, such as logging and access control, one might argue that centralized logging can enhance the effectiveness of access control by providing insights into access patterns and potential breaches. This could make it a correct answer in that context.
- ✗
It forces all systems to use one VLAN.
Why it's wrong here
This is wrong because centralized logging is unrelated to VLAN assignment.
When this WOULD be correct
If the exam question were to ask about network segmentation strategies that enhance security by isolating traffic, then stating that forcing all systems to use one VLAN could be seen as a correct answer in the context of simplifying network management and monitoring.
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.
✓It makes related events from many devices easier to collect and correlate.Correct answer▾
Why this is correct
This is correct because centralized visibility is the main investigative benefit.
✗It guarantees that attacks cannot succeed.Wrong answer — click to see why▾
Why this is wrong here
This option is wrong because centralized logging does not prevent attacks; it merely helps in detecting and analyzing them after they occur. Security measures must be implemented to actually prevent attacks from succeeding.
★ When this WOULD be the correct answer
If the exam question asked about the effectiveness of security measures in preventing attacks, and specifically mentioned that a certain security architecture guarantees attack prevention, then this option could be correct. For example, a question could state that a security system is designed to block all unauthorized access, thus guaranteeing that attacks cannot succeed.
Why candidates choose this
Candidates may find this option tempting because it suggests a strong security posture, appealing to the desire for absolute protection in cybersecurity. The idea of guaranteed prevention aligns with common misconceptions about security solutions.
✗It replaces access control mechanisms.Wrong answer — click to see why▾
Why this is wrong here
This option is wrong because centralized logging does not replace access control mechanisms; rather, it complements them by providing visibility into access attempts and security events. Access control mechanisms are essential for determining who can access what resources, independent of logging.
★ When this WOULD be the correct answer
In a question that asks about the benefits of integrating security measures, such as logging and access control, one might argue that centralized logging can enhance the effectiveness of access control by providing insights into access patterns and potential breaches. This could make it a correct answer in that context.
Why candidates choose this
Candidates may find this option tempting because they might confuse the role of logging with that of access control, believing that effective logging could inherently secure systems by replacing the need for access controls.
✗It forces all systems to use one VLAN.Wrong answer — click to see why▾
Why this is wrong here
Option D is incorrect because centralized logging does not dictate network architecture or enforce VLAN configurations; it focuses on aggregating log data for analysis. Centralized logging can operate across different VLANs without forcing all systems into a single VLAN.
★ When this WOULD be the correct answer
If the exam question were to ask about network segmentation strategies that enhance security by isolating traffic, then stating that forcing all systems to use one VLAN could be seen as a correct answer in the context of simplifying network management and monitoring.
Why candidates choose this
Candidates may find this option tempting because they might associate centralized logging with network management practices, mistakenly believing that it implies a unified network architecture or VLAN configuration for better data collection.
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 may think centralized logging is a security control that prevents attacks (like a firewall or IDS), rather than recognizing it as a detective control that aids in post-incident analysis and correlation.
Detailed technical explanation
How to think about this question
Under the hood, centralized logging in Azure often uses the Azure Monitor agent or the Log Analytics agent to forward Windows Event Log (e.g., Security log Event ID 4625 for failed logons) and syslog data to a Log Analytics workspace. During incident response, Kusto Query Language (KQL) queries can correlate events across tables like SecurityEvent, AzureDiagnostics, and SigninLogs to reconstruct attack timelines. A real-world scenario is detecting a brute-force attack: centralized logging allows correlating failed RDP logins from a public IP across multiple VMs, which would be invisible if logs were siloed per VM.
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.
- →
Implement and Manage Virtual Networking — study guide chapter
Learn the concepts, then practise the questions
- →
Implement and Manage Virtual Networking practice questions
Targeted practice on this topic area only
- →
All AZ-104 questions
1,170 questions across all exam domains
- →
AZ-104 study guide
Full concept coverage aligned to exam objectives
- →
AZ-104 practice test guide
How to use practice tests most effectively before exam day
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.
Manage Azure Identities and Governance practice questions
Practise AZ-104 questions linked to Manage Azure Identities and Governance.
Implement and Manage Storage practice questions
Practise AZ-104 questions linked to Implement and Manage Storage.
Deploy and Manage Azure Compute practice questions
Practise AZ-104 questions linked to Deploy and Manage Azure Compute.
Implement and Manage Virtual Networking practice questions
Practise AZ-104 questions linked to Implement and Manage Virtual Networking.
Monitor and Maintain Azure Resources practice questions
Practise AZ-104 questions linked to Monitor and Maintain Azure Resources.
AZ-104 Azure RBAC practice questions
Practise AZ-104 questions linked to AZ-104 Azure RBAC.
AZ-104 storage account practice questions
Practise AZ-104 questions linked to AZ-104 storage account.
AZ-104 virtual network practice questions
Practise AZ-104 questions linked to AZ-104 virtual network.
AZ-104 NSG practice questions
Practise AZ-104 questions linked to AZ-104 NSG.
AZ-104 Azure Monitor practice questions
Practise AZ-104 questions linked to AZ-104 Azure Monitor.
AZ-104 backup practice questions
Practise AZ-104 questions linked to AZ-104 backup.
AZ-104 managed identity practice questions
Practise AZ-104 questions linked to AZ-104 managed identity.
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: It makes related events from many devices easier to collect and correlate. — Centralized logging aggregates logs from multiple sources (e.g., Azure VMs, network security groups, Azure Firewall) into a single repository like Azure Log Analytics or Azure Sentinel. This correlation enables security analysts to identify patterns across devices, such as a chain of events from an initial breach to lateral movement, which is critical for incident response. Without centralization, manually correlating timestamps and log formats from disparate systems would be impractical during an active attack.
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 →
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.