Skip to content

Commit 990812f

Browse files
committed
Fix numbering
1 parent 61258c9 commit 990812f

File tree

1 file changed

+23
-26
lines changed

1 file changed

+23
-26
lines changed

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

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Each time that the trigger fires for an item or event, the Logic Apps engine cre
4242

4343
| Status | Description |
4444
|--------|-------------|
45-
| **Cancelled** | The workflow was running but received a cancel request. |
46-
| **Failed** | At least one action failed, and no later actions in the workflow were set up to handle the failure. |
45+
| **Cancelled** | The workflow was running but received a cancel request |
46+
| **Failed** | At least one action failed, and no later actions in the workflow were set up to handle the failure |
4747
| **Running** | The workflow is currently running. <p>This status can also appear for throttled workflows or due to the current pricing plan. For more information, see the [action limits on the pricing page](https://azure.microsoft.com/pricing/details/logic-apps/). If you set up [diagnostics logging](../logic-apps/monitor-logic-apps.md), you can get information about any throttle events that happen. |
4848
| **Succeeded** | All actions succeeded. <p>**Note**: If any failures happened in a specific action, a later action in the workflow handled that failure. |
4949
| **Waiting** | The workflow hasn't started or is paused, for example, due to an earlier workflow that's still running. |
@@ -122,9 +122,8 @@ Each logic app run starts with a trigger. The trigger history lists all the trig
122122
|||
123123

124124
> [!TIP]
125-
> You can recheck the trigger without waiting for the next recurrence. On the overview toolbar,
126-
> select **Run trigger**, and select the trigger, which forces a check. Or, select **Run** on
127-
> Logic Apps Designer toolbar.
125+
> You can recheck the trigger without waiting for the next recurrence. On the overview toolbar, select **Run trigger**,
126+
> and select the trigger, which forces a check. Or, select **Run** on Logic Apps Designer toolbar.
128127
129128
1. To view information about a specific trigger attempt, on the trigger pane, select that trigger event. If the list shows many trigger attempts, and you can't find the entry that you want, try filtering the list. If you don't find the data that you expect, try selecting **Refresh** on the toolbar.
130129

@@ -144,45 +143,43 @@ To get alerts based on specific metrics or exceeded thresholds for your logic ap
144143

145144
![Add an alert for your logic app](./media/monitor-logic-apps/add-new-alert-rule.png)
146145

147-
1. On the **Create rule** pane, follow these steps:
146+
1. On the **Create rule** pane, under **Resource**, select your logic app, if not already selected. Under **Condition**, select **Add** so that you can define the condition that triggers the alert.
148147

149-
1. Under **Resource**, select your logic app, if not already selected. Under **Condition**, select **Add** so that you can define the condition that triggers the alert.
148+
![Add a condition for the rule](./media/monitor-logic-apps/add-condition-for-rule.png)
150149

151-
![Add a condition for the rule](./media/monitor-logic-apps/add-condition-for-rule.png)
150+
1. On the **Configure signal logic** pane, find and select the signal for which you want to get an alert. You can use the search box, or to sort the signals alphabetically, select the **Signal name** column header.
152151

153-
1. On the **Configure signal logic** pane, find and select the signal for to get an alert. You can use the search box, or to sort the signals alphabetically, select the **Signal name** column header.
152+
For example, if you want to send an alert when a trigger fails, follow these steps:
154153

155-
For example, if you want to send an alert when a trigger fails, follow these steps:
154+
1. In the **Signal name** column, find and select the **Triggers Failed** signal.
156155

157-
1. In the **Signal name** column, find and select the **Triggers Failed** signal.
156+
![Select signal for creating alert](./media/monitor-logic-apps/find-and-select-signal.png)
158157

159-
![Select signal for creating alert](./media/monitor-logic-apps/find-and-select-signal.png)
158+
1. On the information pane that opens for the selected signal, under **Alert logic**, set up your condition, for example:
160159

161-
1. On the information pane that opens for the selected signal, under **Alert logic**, set up your condition, for example:
160+
1. For **Operator**, select **Greater than or equal to**.
162161

163-
1. For **Operator**, select **Greater than or equal to**.
162+
1. For **Aggregation type**, select **Count**.
164163

165-
1. For **Aggregation type**, select **Count**.
164+
1. For **Threshold value**, enter `1`.
166165

167-
1. For **Threshold value**, enter `1`.
166+
1. Under **Condition preview**, confirm that your condition appears correct.
168167

169-
1. Under **Condition preview**, confirm that your condition appears correct.
168+
1. Under **Evaluated based on**, set up the interval and frequency for running the alert rule. For **Aggregation granularity (Period)**, select the period for grouping the data. For **Frequency of evaluation**, select how often you want to check the condition.
170169

171-
1. Under **Evaluated based on**, set up the interval and frequency for running the alert rule. For **Aggregation granularity (Period)**, select the period for grouping the data. For **Frequency of evaluation**, select how often you want to check the condition.
170+
1. When you're ready, select **Done**.
172171

173-
1. When you're ready, select **Done**.
172+
Here's the finished condition:
174173

175-
Here's the finished condition:
174+
![Set up condition for alert](./media/monitor-logic-apps/set-up-condition-for-alert.png)
176175

177-
![Set up condition for alert](./media/monitor-logic-apps/set-up-condition-for-alert.png)
176+
The **Create rule** page now shows the condition that you created and the cost for running that alert.
178177

179-
The **Create rule** page now shows the condition that you created and the cost for running that alert.
178+
![New alert on the "Create rule" page](./media/monitor-logic-apps/finished-alert-condition-cost.png)
180179

181-
![New alert on the "Create rule" page](./media/monitor-logic-apps/finished-alert-condition-cost.png)
180+
1. Specify a name, optional description, and severity level for your alert. Either leave the **Enable rule upon creation** setting turned on, or turn off until you're ready to enable the rule.
182181

183-
1. Specify a name, optional description, and severity level for your alert. Either leave the **Enable rule upon creation** setting turned on, or turn off until you're ready to enable the rule.
184-
185-
1. When you're done, select **Create alert rule**.
182+
1. When you're done, select **Create alert rule**.
186183

187184
> [!TIP]
188185
> To run a logic app from an alert, you can include the

0 commit comments

Comments
 (0)