You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-log.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,15 @@ ms.reviewer: yanivlavi
12
12
13
13
This article shows you how to create log alert rules and manage your alert instances. Azure Monitor log alerts allow users to use a [Log Analytics](../logs/log-analytics-tutorial.md) query to evaluate resource logs at a set frequency and fire an alert based on the results. Rules can trigger one or more actions using [alert processing rules](alerts-action-rules.md) and [action groups](./action-groups.md). Learn the concepts behind log alerts [here](alerts-types.md#log-alerts).
14
14
15
-
When an alert is triggered by an alert rule,
16
-
- Target: A specific Azure resource to monitor.
17
-
- Criteria: Logic to evaluate. If met, the alert fires.
18
-
- Action: Notifications or automation - email, SMS, webhook, and so on.
15
+
You create an alert rule by combining:
16
+
- The resource(s) to be monitored.
17
+
- The signal or telemetry from the resource
18
+
- Conditions
19
+
20
+
And then defining these elements of the triggered alert:
21
+
- Alert processing rules
22
+
- Action groups
23
+
19
24
You can also [create log alert rules using Azure Resource Manager templates](../alerts/alerts-log-create-templates.md).
20
25
## Create a new log alert rule in the Azure portal
0 commit comments