nerdexam
Microsoft

AZ-500 · Question #233

Hotspot Question You have an Azure subscription that contains an Azure Sentinel workspace. Azure Sentinel is configured to ingest logs from several Azure workloads. A third-party service management…

Azure Sentinel Hotspot - Explanation --- Dropdown 1: When Azure Sentinel identifies a threat, an incident must be created Correct: Analytics Why Analytics is correct: Analytics rules are the core detection engine in Azure Sentinel. They continuously query ingested log data…

Submitted by yuriko_h· Mar 6, 2026Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel

Question

Hotspot Question You have an Azure subscription that contains an Azure Sentinel workspace. Azure Sentinel is configured to ingest logs from several Azure workloads. A third-party service management platform is used to manage incidents. You need to identify which Azure Sentinel components to configure to meet the following requirements: - When Azure Sentinel identifies a threat, an incident must be created. - A ticket must be logged in the service management platform when an incident is created in Azure Sentinel. Which component should you identify for each requirement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Exhibit

AZ-500 question #233 exhibit

Answer Area

  • When Azure Sentinel identifies a threat, an incident must be created:
    AnalyticsData connectorsPlaybooksWorkbooks
  • A ticket must be logged in the service management platform when an incident is created in Azure Sentinel:
    AnalyticsData connectorsPlaybooksWorkbooks

Explanation

Azure Sentinel Hotspot - Explanation


Dropdown 1: When Azure Sentinel identifies a threat, an incident must be created

Correct: Analytics

Why Analytics is correct: Analytics rules are the core detection engine in Azure Sentinel. They continuously query ingested log data against defined logic (scheduled queries, ML-based, or Microsoft Security rules). When a rule triggers, it creates an alert, and alerts are automatically promoted to incidents. This is exactly the mechanism that turns a detected threat into a trackable incident.

Why the others are wrong:

  • Data connectors - These only ingest data into Sentinel (e.g., from Azure AD, Office 365, firewalls). They collect logs but have no detection or incident-creation logic.
  • Playbooks - These are automated response actions triggered after an incident already exists. They don't create incidents.
  • Workbooks - These are visualization/reporting dashboards for data analysis. They are read-only and have no automation or detection capability.

Dropdown 2: A ticket must be logged in the service management platform when an incident is created

Correct: Playbooks

Why Playbooks is correct: Playbooks are Azure Logic Apps workflows integrated with Sentinel. They can be triggered automatically when an incident is created (via automation rules) and can call external APIs or connectors - including third-party ITSM platforms like ServiceNow, Jira, or Remedy - to log a ticket. This is the standard Sentinel pattern for ITSM integration.

Why the others are wrong:

  • Analytics - Creates the incident, but has no outbound integration capability to external platforms.
  • Data connectors - Only for data ingestion into Sentinel; they don't send data outbound to external systems.
  • Workbooks - Passive dashboards; they display data but cannot trigger actions or call external APIs.

Summary Table

RequirementComponentRole
Threat detected -> incident createdAnalyticsDetection rules that generate alerts/incidents
Incident created -> ticket in ITSMPlaybooksAutomated response via Logic Apps to external platforms

Topics

#Azure Sentinel#Analytics rules#Playbooks#Incident management

Community Discussion

No community discussion yet for this question.

Full AZ-500 Practice