Respond to Incidents in Microsoft Sentinel
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Microsoft Certified: Security Operations Analyst Associate premium course — no separate purchase.
Included in this chapter:
- Incidents, alerts, and entities: the response model
- Grouping: why ten alerts become one incident
- Automation rules: the orchestration layer
- Playbooks and the three Logic Apps triggers
- Running playbooks against on-premises resources
- Exam-pattern recognition
Automation rule vs playbook vs runbook: what each is for
| Aspect | Automation rule | Playbook (Logic App) | Azure Automation runbook |
|---|---|---|---|
| What it is | Sentinel-native orchestration object | Logic Apps workflow on the Microsoft Sentinel connector | PowerShell/Python script run by Azure Automation |
| What triggers it | Incident created/updated, or alert created | Incident, alert, or entity trigger (the Sentinel connector) | Called by a playbook, schedule, or webhook |
| Typical job | Assign owner, tag, change status, suppress, run a playbook | Post to Teams, open a ticket, isolate device, disable user, enrich | Run arbitrary automation, including on-premises via a Hybrid Runbook Worker |
| Acts on | Incidents (and alerts) inside Sentinel | Whatever the connector reaches, cloud or external SaaS/API | Cloud or on-premises machines the worker can reach |
| Runs playbooks? | Yes, this is the central, RBAC-controlled way to run them | It IS the playbook | No, a playbook calls it |
| On-premises reach | No, it delegates to a playbook | Via on-premises data gateway connector | Via Hybrid Runbook Worker on the on-prem host |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- https://learn.microsoft.com/en-us/azure/sentinel/overview
- https://learn.microsoft.com/en-us/azure/sentinel/investigate-incidents
- https://learn.microsoft.com/en-us/azure/sentinel/investigate-with-incident-overview
- https://learn.microsoft.com/en-us/azure/sentinel/detect-threats-custom
- https://learn.microsoft.com/en-us/azure/sentinel/automate-incident-handling-with-automation-rules
- https://learn.microsoft.com/en-us/azure/sentinel/automate-responses-with-playbooks
- https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-gateway-connection
- https://learn.microsoft.com/en-us/azure/automation/automation-hybrid-runbook-worker