Use Tasks to Manage Incidents in Microsoft Sentinel in the Azure Portal
In brief
The article now separates analyst and workflow-creator scenarios, revises playbook examples, and replaces the “Next steps” section with expanded related-content links.
What Defender admins need to know
No administrator action is required. The reorganized guidance makes incident-task and automation instructions easier to find.
Summaries are generated from the documentation change itself.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
This article explains how to use incident tasks in Microsoft Sentinel to standardize and track the steps your team follows when triaging, investigating, and responding to incidents. You can add tasks manually, or automate task creation by using automation rules and playbooks.
One of the most important factors in running your security operations (SecOps) effectively and efficiently is the standardization of processes. SecOps analysts are expected to perform a list of steps, or tasks, in the process of triaging, investigating, or remediating an incident. Standardizing and formalizing the list of tasks can help keep your SOC running smoothly, ensuring the same requirements apply to all analysts. With this standardized process, regardless of who is on-shift, an incident will always get the same treatment and SLAs. Analysts won't need to spend time thinking about what to do, or worry about missing a critical step. Those steps are defined by the SOC manager or senior analysts (tier 2/3) based on common security knowledge (such as NIST), their experience with past incidents, or recommendations provided by the security vendor that detected the incident.
When to use incident tasks
Incident tasks are useful in the following scenarios:
Your SOC analysts can use a single central checklist to handle the processes of incident triage, investigation, and response, all without worrying about missing a critical step.
Your SOC engineers or senior analysts can document, update, and align the standards of incident response across the analysts' teams and shifts. They can also create checklists of tasks to train new analysts or analysts encountering new types of incidents.
Incident task management scenarios
Incident task management scenarios vary depending on whether you are an analyst or a workflow creator.
Analyst scenarios
The following scenarios show how analysts can use incident tasks during investigations.
Follow tasks when handling an incident
When you select an incident and View full details, on the incident details page you'll see on the right-hand panel all the tasks that have been added to that incident, whether manually or by automation rules.
Workflow creator scenarios
The following scenarios describe how workflow creators can add and manage tasks automatically.
Add tasks to incidents with automation rules
Use the Add task action in automation rules to automatically furnish all incidents with a checklist of tasks for your analysts. Set the Analytics rule name condition in your automation rule to determine the scope:
Consider the following scenarios as examples:
Let playbooks add and complete tasks: When an incident is created, it
will triggertriggers a playbook that does the following:- Adds a task to the incident to reset a user's password.
- Performs the task by issuing an API call to the user provisioning system to reset the user's password.
- Awaits a response from the system as to the success or failure of the reset.
- If the password reset succeeded, the playbook then marks the task it just created in the incident as completed.
- If the password reset failed, the playbook will not mark the task as completed, leaving it to an analyst to perform.
Let playbook evaluate if conditional tasks should be added: When an incident is created, it
will triggertriggers a playbook that requests an IP address report from an external threat intelligence source.- If the IP address is malicious, the playbook adds a certain task (say, "Block this IP address").
- Otherwise, the playbook takes no further action.
Use automation rules or playbooks to add tasks?
What considerations should dictate whether automation rules or playbooks should be used to create incident tasks?
- Automation rules: Use whenever possible. Use for plain, static tasks that don't require interactivity.
- Playbooks: Use for advanced use cases
—the creation oflike creating tasks based onconditions,conditions orofcreating tasks with integrated automated actions.
Next stepsRelated content
Learn how analysts canWork with incident tasks in Microsoft Sentinel in the Azure portal.Learn more aboutInvestigate incidents with Microsoft Sentinel (legacy).Learn how to add tasks to groups of incidents automatically usingCreate incident tasks in Microsoft Sentinel using automation rulesor playbooks.Learn more about automation rules and how to create and manage automation rules.Create and perform incident tasks in Microsoft Sentinel using playbooksLearn more aboutAutomate threat response in Microsoft Sentinel with automation rules- Create and use Microsoft Sentinel automation rules to manage response
- Automate threat response with playbooks in Microsoft Sentinel
and how to - Use a Microsoft Sentinel playbook to stop potentially compromised users
.
@@ -1,14 +1,14 @@ ----title: Use tasks to manage incidents in Microsoft Sentinel in the Azure portal+title: Use Tasks to Manage Incidents in Microsoft Sentinel in the Azure Portal description: This article describes incident tasks and how to work with them to ensure all required steps are taken in triaging, investigating, and responding to incidents in Microsoft Sentinel. ms.author: guywild author: guywi-ms ms.reviewer: idpelleg ms.topic: how-to-ms.date: 06/15/2026+ms.date: 07/02/2026 appliesto: - Microsoft Sentinel in the Azure portal-ms.custom: sfi-image-nochange, msecd-doc-authoring-1014+ms.custom: sfi-image-nochange, msecd-doc-authoring-1016 ai-usage: ai-assisted #Customer intent: As a security operations manager, I want to standardize incident response tasks using automation rules and playbooks so that my team can handle incidents consistently and efficiently. ---@@ -17,11 +17,13 @@ ai-usage: ai-assisted This article explains how to use incident tasks in Microsoft Sentinel to standardize and track the steps your team follows when triaging, investigating, and responding to incidents. You can add tasks manually, or automate task creation by using automation rules and playbooks. -One of the most important factors in running your security operations (SecOps) effectively and efficiently is the **standardization of processes**. SecOps analysts are expected to perform a list of steps, or tasks, in the process of triaging, investigating, or remediating an incident. Standardizing and formalizing the list of tasks can help keep your SOC running smoothly, ensuring the same requirements apply to all analysts. With this standardized process, regardless of who is on-shift, an incident will always get the same treatment and SLAs. Analysts won't need to spend time thinking about what to do, or worry about missing a critical step. Those steps are defined by the SOC manager or senior analysts (tier 2/3) based on common security knowledge (such as NIST), their experience with past incidents, or recommendations provided by the security vendor that detected the incident. +One of the most important factors in running your security operations (SecOps) effectively and efficiently is the **standardization of processes**. SecOps analysts are expected to perform a list of steps, or tasks, in the process of triaging, investigating, or remediating an incident. Standardizing and formalizing the list of tasks can help keep your SOC running smoothly, ensuring the same requirements apply to all analysts. With this standardized process, regardless of who is on-shift, an incident will always get the same treatment and SLAs. Analysts won't need to spend time thinking about what to do, or worry about missing a critical step. Those steps are defined by the SOC manager or senior analysts (tier 2/3) based on common security knowledge (such as NIST), their experience with past incidents, or recommendations provided by the security vendor that detected the incident. <a name="use-cases"></a> ## When to use incident tasks +Incident tasks are useful in the following scenarios:+ - Your SOC analysts can use a single central checklist to handle the processes of incident triage, investigation, and response, all without worrying about missing a critical step. - Your SOC engineers or senior analysts can document, update, and align the standards of incident response across the analysts' teams and shifts. They can also create checklists of tasks to train new analysts or analysts encountering new types of incidents.@@ -37,9 +39,13 @@ The **Logic Apps Contributor** role is required to create and edit playbooks. <a name="scenarios"></a> ## Incident task management scenarios +Incident task management scenarios vary depending on whether you are an analyst or a workflow creator.+ <a name="analyst"></a> ### Analyst scenarios +The following scenarios show how analysts can use incident tasks during investigations.+ #### Follow tasks when handling an incident When you select an incident and **View full details**, on the incident details page you'll see on the right-hand panel all the tasks that have been added to that incident, whether manually or by automation rules.@@ -57,6 +63,8 @@ You can add tasks to an open incident that you're working on, either to give you <a name="workflow-creator"></a> ### Workflow creator scenarios +The following scenarios describe how workflow creators can add and manage tasks automatically.+ #### Add tasks to incidents with automation rules Use the **Add task** action in automation rules to automatically furnish all incidents with a checklist of tasks for your analysts. Set the **Analytics rule name** condition in your automation rule to determine the scope:@@ -80,28 +88,31 @@ Finally, use the **Mark task as completed** action (again in the Microsoft Senti Consider the following scenarios as examples: -- **Let playbooks add and complete tasks:** When an incident is created, it will trigger a playbook that does the following:+- **Let playbooks add and complete tasks:** When an incident is created, it triggers a playbook that does the following: 1. Adds a task to the incident to reset a user's password. 1. Performs the task by issuing an API call to the user provisioning system to reset the user's password. 1. Awaits a response from the system as to the success or failure of the reset. - If the password reset succeeded, the playbook then marks the task it just created in the incident as completed. - If the password reset failed, the playbook will not mark the task as completed, leaving it to an analyst to perform. -- **Let playbook evaluate if conditional tasks should be added:** When an incident is created, it will trigger a playbook that requests an IP address report from an external threat intelligence source.- - If the IP address is malicious, the playbook adds a certain task (say, "Block this IP address").- - Otherwise, the playbook takes no further action.+- **Let playbook evaluate if conditional tasks should be added:** When an incident is created, it triggers a playbook that requests an IP address report from an external threat intelligence source.+ - If the IP address is malicious, the playbook adds a certain task (say, "Block this IP address").+ - Otherwise, the playbook takes no further action. #### Use automation rules or playbooks to add tasks? What considerations should dictate whether automation rules or playbooks should be used to create incident tasks? - **Automation rules**: Use whenever possible. Use for plain, static tasks that don't require interactivity.-- **Playbooks**: Use for advanced use cases—the creation of tasks based on conditions, or of tasks with integrated automated actions.--## Next steps--- Learn how analysts can [use tasks to handle incident workflow in Microsoft Sentinel](work-with-tasks.md).-- Learn more about [investigating incidents in Microsoft Sentinel](investigate-cases.md).-- Learn how to add tasks to groups of incidents automatically using [automation rules](create-tasks-automation-rule.md) or [playbooks](create-tasks-playbook.md).-- Learn more about [automation rules](automate-incident-handling-with-automation-rules.md) and how to [create and manage automation rules](./create-manage-use-automation-rules.md).-- Learn more about [playbooks](automate-responses-with-playbooks.md) and how to [create playbooks](tutorial-respond-threats-playbook.md).+- **Playbooks**: Use for advanced use cases like creating tasks based on conditions or creating tasks with integrated automated actions.++## Related content++- [Work with incident tasks in Microsoft Sentinel in the Azure portal](work-with-tasks.md)+- [Investigate incidents with Microsoft Sentinel (legacy)](investigate-cases.md)+- [Create incident tasks in Microsoft Sentinel using automation rules](create-tasks-automation-rule.md)+- [Create and perform incident tasks in Microsoft Sentinel using playbooks](create-tasks-playbook.md)+- [Automate threat response in Microsoft Sentinel with automation rules](automate-incident-handling-with-automation-rules.md)+- [Create and use Microsoft Sentinel automation rules to manage response](./create-manage-use-automation-rules.md)+- [Automate threat response with playbooks in Microsoft Sentinel](automate-responses-with-playbooks.md)+- [Use a Microsoft Sentinel playbook to stop potentially compromised users](tutorial-respond-threats-playbook.md) 