Skip to content

Commit 388cdf4

Browse files
committed
Removed false sentence about common schema
1 parent b16d14c commit 388cdf4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ An alert rule combines:
2727

2828
If you're monitoring more than one resource, the condition is evaluated separately for each of the resources. Alerts are fired for each resource separately.
2929

30-
The alert payload structure is based the [common alert schema](alerts-common-schema.md), and is made up of these components:
31-
3230
- **Action groups**: These groups can trigger notifications or an automated workflow to let users know that an alert has been triggered. Action groups can include:
3331
- Notification methods, such as email, SMS, and push notifications.
3432
- Automation runbooks.
@@ -43,7 +41,6 @@ The alert payload structure is based the [common alert schema](alerts-common-sch
4341
- **Alert processing rules**: You can use alert processing rules to make modifications to triggered alerts as they're being fired. You can use alert processing rules to add or suppress action groups, apply filters, or have the rule processed on a predefined schedule.
4442

4543
You can see all alert instances in all your Azure resources generated in the last 30 days on the [Alerts page](alerts-page.md) in the Azure portal.
46-
4744
## Types of alerts
4845

4946
This table provides a brief description of each alert type. For more information about each alert type and how to choose which alert type best suits your needs, see [Types of Azure Monitor alerts](alerts-types.md).
@@ -55,7 +52,6 @@ This table provides a brief description of each alert type. For more information
5552
|[Activity log alerts](alerts-types.md#activity-log-alerts)|Activity log alerts are triggered when a new activity log event occurs that matches defined conditions. Resource Health alerts and Service Health alerts are activity log alerts that report on your service and resource health.|
5653
|[Smart detection alerts](alerts-types.md#smart-detection-alerts)|Smart detection on an Application Insights resource automatically warns you of potential performance problems and failure anomalies in your web application. You can migrate smart detection on your Application Insights resource to create alert rules for the different smart detection modules.|
5754
|[Prometheus alerts (preview)](alerts-types.md#prometheus-alerts-preview)|Prometheus alerts are used for alerting on the performance and health of Kubernetes clusters, including Azure Kubernetes Service (AKS). The alert rules are based on PromQL, which is an open-source query language.|
58-
5955
## Recommended alert rules
6056

6157
If you don't have alert rules defined for the selected resource, you can [enable recommended out-of-the-box alert rules in the Azure portal](alerts-manage-alert-rules.md#enable-recommended-alert-rules-in-the-azure-portal).
@@ -103,7 +99,6 @@ You can configure whether log or metric alerts are stateful or stateless. Activi
10399
|Log alerts| The alert condition isn't met for a specific time range. The time range differs based on the frequency of the alert:<ul> <li>**1 minute**: The alert condition isn't met for 10 minutes.</li> <li>**5 to 15 minutes**: The alert condition isn't met for three frequency periods.</li> <li>**15 minutes to 11 hours**: The alert condition isn't met for two frequency periods.</li> <li>**11 to 12 hours**: The alert condition isn't met for one frequency period.</li></ul>|
104100

105101
When an alert is considered resolved, the alert rule sends out a resolved notification by using webhooks or email. The monitor state in the Azure portal is set to **resolved**.
106-
107102
## Pricing
108103
For information about pricing, see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
109104

0 commit comments

Comments
 (0)