Skip to content

Commit a8a472d

Browse files
committed
small edit
1 parent 91b73fa commit a8a472d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/azure-monitor/alerts/alerts-logic-apps.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.author: edbaynash
88
ms.reviewer: edbaynash
99

1010
# Customer intent: As an administrator I want to create a logic app that is triggered by an alert so that I can send emails or Teams messages when an alert is fired.
11-
1211
---
1312

1413
# Customize alert notifications using Logic Apps
@@ -17,11 +16,11 @@ This article shows you how to create a Logic App and integrate it with an Azure
1716

1817
[Azure Logic Apps](../../logic-apps/logic-apps-overview.md) allows you to build and customize workflows for integration. Use Logic Apps to customize your alert notifications.
1918

20-
+ Customize the alerts email, using your own email subject and body format.
21-
+ Customize the alert metadata by looking up tags for affected resources or fetching a log query search result. For information on how to access the search result rows containing alerts data, see:
22-
+ [Azure Monitor Log Analytics API response format](../logs/api/response-format.md)
23-
+ [Query/management HTTP response](/azure/data-explorer/kusto/api/rest/response)
24-
+ Integrate with external services using existing connectors like Outlook, Microsoft Teams, Slack and PagerDuty, or by configuring the Logic App for your own services.
19+
- Customize the alerts email, using your own email subject and body format.
20+
- Customize the alert metadata by looking up tags for affected resources or fetching a log query search result. For information on how to access the search result rows containing alerts data, see:
21+
- [Azure Monitor Log Analytics API response format](../logs/api/response-format.md)
22+
- [Query/management HTTP response](/azure/data-explorer/kusto/api/rest/response)
23+
- Integrate with external services using existing connectors like Outlook, Microsoft Teams, Slack and PagerDuty, or by configuring the Logic App for your own services.
2524

2625
In this example, the following steps create a Logic App that uses the [common alerts schema](./alerts-common-schema.md) to send details from the alert. The example uses the following steps:
2726

0 commit comments

Comments
 (0)