Skip to content

Commit f2a10c4

Browse files
authored
Merge pull request #199788 from AbbyMSFT/overview
fixed mistake in into to topic
2 parents 8879245 + 205c74b commit f2a10c4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

articles/azure-monitor/alerts/alerts-log.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ ms.reviewer: yanivlavi
1212

1313
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).
1414

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+
1924
You can also [create log alert rules using Azure Resource Manager templates](../alerts/alerts-log-create-templates.md).
2025
## Create a new log alert rule in the Azure portal
2126

0 commit comments

Comments
 (0)