Skip to content

Commit 71fcd6c

Browse files
Merge pull request #221301 from lior-tamir/patch-13
Moving preview flag for alert and update trigger
2 parents abd2929 + 09b9502 commit 71fcd6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/sentinel/create-manage-use-automation-rules.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this article you'll learn how to define the triggers and conditions that will
2323

2424
### Determine the scope
2525

26-
The first step in designing and defining your automation rule is figuring out which incidents (or alerts, in preview) you want it to apply to. This determination will directly impact how you create the rule.
26+
The first step in designing and defining your automation rule is figuring out which incidents (or alerts) you want it to apply to. This determination will directly impact how you create the rule.
2727

2828
You also want to determine your use case. What are you trying to accomplish with this automation? Consider the following options:
2929

@@ -34,21 +34,21 @@ You also want to determine your use case. What are you trying to accomplish with
3434
- Escalate an incident by assigning a new owner.
3535
- Close resolved incidents, specifying a reason and adding comments.
3636
- Analyze the incident's contents (alerts, entities, and other properties) and take further action by calling a playbook.
37-
- (**Preview**) Handle or respond to an alert without an associated incident.
37+
- Handle or respond to an alert without an associated incident.
3838

3939
### Determine the trigger
4040

4141
Do you want this automation to be activated when new incidents (or alerts, in preview) are created? Or anytime an incident gets updated?
4242

43-
Automation rules are triggered **when an incident is created or updated** (the update trigger is now in **Preview**) or **when an alert is created** (also in **Preview**). Recall that incidents include alerts, and that both alerts and incidents are created by analytics rules, of which there are several types, as explained in [Detect threats with built-in analytics rules in Microsoft Sentinel](detect-threats-built-in.md).
43+
Automation rules are triggered **when an incident is created or updated** or **when an alert is created**. Recall that incidents include alerts, and that both alerts and incidents are created by analytics rules, of which there are several types, as explained in [Detect threats with built-in analytics rules in Microsoft Sentinel](detect-threats-built-in.md).
4444

4545
The following table shows the different possible scenarios that will cause an automation rule to run.
4646

4747
| Trigger type | Events that cause the rule to run |
4848
| --------- | ------------ |
4949
| **When incident is created** | - A new incident is created by an analytics rule.<br>- An incident is ingested from Microsoft 365 Defender.<br>- A new incident is created manually. |
50-
| **When incident is updated**<br>(Preview) | - An incident's status is changed (closed/reopened/triaged).<br>- An incident's owner is assigned or changed.<br>- An incident's severity is raised or lowered.<br>- Alerts are added to an incident.<br>- Comments, tags, or tactics are added to an incident. |
51-
| **When alert is created**<br>(Preview) | - An alert is created by a scheduled analytics rule.
50+
| **When incident is updated**<br> | - An incident's status is changed (closed/reopened/triaged).<br>- An incident's owner is assigned or changed.<br>- An incident's severity is raised or lowered.<br>- Alerts are added to an incident.<br>- Comments, tags, or tactics are added to an incident. |
51+
| **When alert is created**<br> | - An alert is created by a scheduled analytics rule.
5252

5353
## Create your automation rule
5454

@@ -69,7 +69,7 @@ Most of the following instructions apply to any and all use cases for which you'
6969

7070
### Choose your trigger
7171

72-
From the **Trigger** drop-down, select **When incident is created**, **When incident is updated (Preview)**, or **When alert is created (Preview)**, according to what you decided when designing your rule.
72+
From the **Trigger** drop-down, select **When incident is created**, **When incident is updated**, or **When alert is created**, according to what you decided when designing your rule.
7373

7474
:::image type="content" source="media/create-manage-use-automation-rules/select-trigger.png" alt-text="Screenshot of selecting the incident create or incident update trigger.":::
7575

0 commit comments

Comments
 (0)