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/connectors/connectors-native-webhook.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Similar to the webhook trigger, a webhook action is also event-based. After you
38
38
* Before a workflow run times out.
39
39
* You change any webhook action parameter values that are used as inputs by a webhook trigger.
40
40
41
-
For example, the Office 365 Outlook connector's [**Send approval email**](connectors-create-api-office365-outlook.md) action is an example of webhook action that follows this pattern. You can extend this pattern into any service by using the webhook action.
41
+
For example, the Office 365 Outlook connector's [**Send approval email**](connectors-create-api-office365-outlook.md) action is an example of a webhook action that follows this pattern. You can extend this pattern into any service by using the webhook action.
42
42
43
43
For more information, see the following documentation:
44
44
@@ -276,6 +276,6 @@ The following example shows the webhook trigger definition with the `accessKeyTy
276
276
277
277
## Related content
278
278
279
-
*[Secure access and data - Access for inbound calls to request-based triggers](../logic-apps/logic-apps-securing-a-logic-app.md#secure-inbound-requests)
279
+
*[Access for inbound calls to request-based triggers](../logic-apps/logic-apps-securing-a-logic-app.md#secure-inbound-requests)
280
280
*[List of all Logic Apps connectors](/connectors/connector-reference/connector-reference-logicapps-connectors)
281
281
*[Built-in connectors in Azure Logic Apps](built-in.md)
1. Check the triggers outputs, if any, to confirm that they appear as you expect. On the **History** pane, under **Outputs link**, select the link, which shows the **Outputs** pane.
36
+
1. Check the trigger's outputs, if any, to confirm that they appear as you expect. On the **History** pane, under **Outputs link**, select the link, which shows the **Outputs** pane.
37
37
38
38
Trigger outputs include the data that the trigger passes to the next step in your workflow. Reviewing these outputs can help you determine whether the correct or expected values passed on to the next step in your workflow.
39
39
@@ -58,7 +58,7 @@ Each workflow run starts with a trigger, which either fires on a schedule or wai
1. Check the triggers outputs, if any, to confirm that they appear as you expect. On the **History** pane, under **Outputs link**, select the link, which shows the **Outputs** pane.
61
+
1. Check the trigger's outputs, if any, to confirm that they appear as you expect. On the **History** pane, under **Outputs link**, select the link, which shows the **Outputs** pane.
62
62
63
63
Trigger outputs include the data that the trigger passes to the next step in your workflow. Reviewing these outputs can help you determine whether the correct or expected values passed on to the next step in your workflow.
64
64
@@ -73,17 +73,17 @@ Each workflow run starts with a trigger, which either fires on a schedule or wai
73
73
74
74
---
75
75
76
-
<aname="check-runs-history"></a>
76
+
<aname="check-run-history"></a>
77
77
78
78
## Check workflow run history
79
79
80
80
Each time that the trigger fires, Azure Logic Apps creates a workflow instance and runs that instance. If a run fails, try the following steps so you can review what happened during that run. You can review the status, inputs, and outputs for each step in the workflow.
81
81
82
82
### [Consumption](#tab/consumption)
83
83
84
-
1. To check the workflow's run status in your Consumption logic app, review the [workflow's run history](monitor-logic-apps.md#review-runs-history). To view more information about a failed run, including all the steps in that run in their status, select the failed run.
84
+
1. To check the workflow's run status in your Consumption logic app, review the [workflow's run history](view-workflow-status-run-history.md#review-run-history). To view more information about a failed run, including all the steps in that run in their status, select the failed run.
85
85
86
-
:::image type="content" source="media/logic-apps-diagnosing-failures/logic-app-runs-history-consumption.png" alt-text="Screenshot showing Azure portal with Consumption logic app workflow runs and a failed run selected." lightbox="media/logic-apps-diagnosing-failures/logic-app-runs-history-consumption.png":::
86
+
:::image type="content" source="media/logic-apps-diagnosing-failures/logic-app-run-history-consumption.png" alt-text="Screenshot showing Azure portal with Consumption logic app workflow runs and a failed run selected." lightbox="media/logic-apps-diagnosing-failures/logic-app-run-history-consumption.png":::
87
87
88
88
1. After all the steps in the run appear, select each step to expand their shapes.
89
89
@@ -99,9 +99,9 @@ Each time that the trigger fires, Azure Logic Apps creates a workflow instance a
99
99
100
100
### [Standard](#tab/standard)
101
101
102
-
1. To check the workflow's run status in your Standard logic app, review the [workflow's run history](monitor-logic-apps.md#review-runs-history). To view more information about a failed run, including all the steps in that run in their status, select the failed run.
102
+
1. To check the workflow's run status in your Standard logic app, review the [workflow's run history](view-workflow-status-run-history.md#review-run-history). To view more information about a failed run, including all the steps in that run in their status, select the failed run.
103
103
104
-
:::image type="content" source="media/logic-apps-diagnosing-failures/logic-app-runs-history-standard.png" alt-text="Screenshot showing Azure portal with Standard logic app workflow runs and a failed run selected." lightbox="media/logic-apps-diagnosing-failures/logic-app-runs-history-standard.png":::
104
+
:::image type="content" source="media/logic-apps-diagnosing-failures/logic-app-run-history-standard.png" alt-text="Screenshot showing Azure portal with Standard logic app workflow runs and a failed run selected." lightbox="media/logic-apps-diagnosing-failures/logic-app-run-history-standard.png":::
105
105
106
106
1. After all the steps in the run appear, select each step to review their details.
107
107
@@ -119,7 +119,7 @@ Each time that the trigger fires, Azure Logic Apps creates a workflow instance a
119
119
120
120
## Perform runtime debugging
121
121
122
-
To help with debugging, you can add diagnostic steps to a logic app workflow, along with reviewing the trigger and runs history. For example, you can add steps that use the [Webhook Tester](https://webhook.site/) service, so you can inspect HTTP requests and determine their exact size, shape, and format.
122
+
To help with debugging, you can add diagnostic steps to a logic app workflow, along with reviewing the trigger and run history. For example, you can add steps that use the [Webhook Tester](https://webhook.site/) service, so you can inspect HTTP requests and determine their exact size, shape, and format.
123
123
124
124
1. In a browser, go to the [Webhook Tester](https://webhook.site/) site, and copy the generated unique URL.
0 commit comments