Skip to content

Commit 8cb3589

Browse files
authored
Update alerts-common-schema.md
1 parent 9dc6849 commit 8cb3589

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/alerts/alerts-common-schema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Any alert instance describes the resource that was affected and the cause of the
1919
- **Essentials**: Standardized fields, common across all alert types, describe what resource the alert is on along with other common alert metadata. Examples include severity or description.
2020
- **Alert context**: These fields describe the cause of the alert, with fields that vary based on the alert type. For example, a metric alert would have fields like the metric name and metric value in the alert context. An activity log alert would have information about the event that generated the alert.
2121

22-
You might want to route the alert instance to a specific team based on a pivot such as a resource group. Common schema use the essential fields to provide standardized routing logic for all alert types. The team can use the context fields for their investigation.
22+
You might want to route the alert instance to a specific team based on a pivot such as a resource group. The common schema uses the essential fields to provide standardized routing logic for all alert types. The team can use the context fields for their investigation.
2323

2424
As a result, you can potentially have fewer integrations, which makes the process of managing and maintaining them a much simpler task. Future alert payload enrichments like customization and diagnostic enrichment will only surface in the common schema.
2525

2626
## What enhancements does the common alert schema bring?
2727

28-
You'll see the benefits of using a common alert schema in your alert notifications. Common alert schema provide these benefits:
28+
You'll see the benefits of using a common alert schema in your alert notifications. A common alert schema provides these benefits:
2929

3030
| Action | Enhancements|
3131
|:---|:---|
@@ -41,7 +41,7 @@ Learn more about the [schema definitions for webhooks, Logic Apps, Azure Functio
4141
4242
## How do I enable the common alert schema?
4343

44-
Use action groups in the Azure portal or use the REST API to enable common alert schema. You can enable a new schema at the action level. For example, you must separately opt in for an email action and a webhook action.
44+
Use action groups in the Azure portal or use the REST API to enable the common alert schema. You can enable a new schema at the action level. For example, you must separately opt in for an email action and a webhook action.
4545

4646
> [!NOTE]
4747
> Smart detection alerts support the common schema by default. No opt-in is required.

0 commit comments

Comments
 (0)