You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/monitor-logic-apps.md
+23-26Lines changed: 23 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ Each time that the trigger fires for an item or event, the Logic Apps engine cre
42
42
43
43
| Status | Description |
44
44
|--------|-------------|
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 |
47
47
|**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. |
48
48
|**Succeeded**| All actions succeeded. <p>**Note**: If any failures happened in a specific action, a later action in the workflow handled that failure. |
49
49
|**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
122
122
|||
123
123
124
124
> [!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.
128
127
129
128
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.
130
129
@@ -144,45 +143,43 @@ To get alerts based on specific metrics or exceeded thresholds for your logic ap
144
143
145
144

146
145
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.
148
147
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
+

150
149
151
-

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.
152
151
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:
154
153
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.
156
155
157
-
1. In the **Signal name** column, findandselect the **Triggers Failed**signal.
156
+

158
157
159
-

158
+
1. On the information pane that opens for the selected signal, under **Alert logic**, set up your condition, for example:
160
159
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**.
162
161
163
-
1. For **Operator**, select **Greater than or equal to**.
162
+
1. For **Aggregation type**, select **Count**.
164
163
165
-
1. For **Aggregation type**, select **Count**.
164
+
1. For **Threshold value**, enter `1`.
166
165
167
-
1.For**Threshold value**, enter `1`.
166
+
1.Under**Condition preview**, confirm that your condition appears correct.
168
167
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.
170
169
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**.
172
171
173
-
1. When you're ready, select **Done**.
172
+
Here's the finished condition:
174
173
175
-
Here's the finished condition:
174
+

176
175
177
-

176
+
The **Create rule** page now shows the condition that you created and the cost for running that alert.
178
177
179
-
The **Create rule** page now shows the condition that you created and the cost for running that alert.
178
+

180
179
181
-

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.
182
181
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**.
186
183
187
184
> [!TIP]
188
185
> To run a logic app from an alert, you can include the
0 commit comments