Skip to content

Commit eef2250

Browse files
committed
Added missing periods.
1 parent 235e54b commit eef2250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ In this example, the following steps create a Logic App that uses the [common al
111111
:::image type="content" source="./media/alerts-logic-apps/configure-http-request-received.png" alt-text="A screenshot showing the parameters for the http request received step.":::
112112

113113
1. (Optional). You can customize the alert notification by extracting information about the affected resource on which the alert fired, e.g. the resource’s tags. You can then include those resource tags in the alert payload and use the information in your logical expressions for sending the notifications. To do this, we will:
114-
- Create a variable for the affected resource IDs
115-
- Split the resource ID into in an array so we can use its various elements (e.g. subscription, resource group)
114+
- Create a variable for the affected resource IDs.
115+
- Split the resource ID into in an array so we can use its various elements (e.g. subscription, resource group).
116116
- Use the Azure Resource Manager connector to read the resource’s metadata.
117117
- Fetch the resource’s tags which can then be used in subsequent steps of the Logic App.
118118

0 commit comments

Comments
 (0)