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/test-logic-apps-mock-data-static-results.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,23 +26,23 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
26
26
27
27
If you're new to logic apps, see the following documentation:
28
28
29
-
*[Create an example Consumption logic app workflow in multitenant Azure Logic Apps](quickstart-create-example-consumption-workflow.md)
29
+
*[Quickstart: Create an example Consumption logic app workflow using the Azure portal](quickstart-create-example-consumption-workflow.md)
30
30
31
-
*[Create an example Standard logic app workflow in single-tenant Azure Logic Apps](create-single-tenant-workflows-azure-portal.md)
31
+
*[Create an example Standard logic app workflow using the Azure portal](create-single-tenant-workflows-azure-portal.md)
32
32
33
33
## Limitations
34
34
35
-
- This capability is available only for actions, not triggers.
35
+
* This capability is available only for actions, not triggers.
36
36
37
-
- No option currently exists to dynamically or programmatically enable and disable this capability.
37
+
* No option currently exists to dynamically or programmatically enable and disable this capability.
38
38
39
-
- No indications exist at the logic app level that this capability is enabled. The following list describes where you can find indications that this capability is enabled:
39
+
* No indications exist at the logic app level that this capability is enabled. The following list describes where you can find indications that this capability is enabled:
40
40
41
-
- On the action shape, the lower-right corner shows the test beaker icon ().
41
+
* On the action shape, the lower-right corner shows the test beaker icon ().
42
42
43
-
- On the action's details pane, on **Testing** tab, the **Static Result** option is enabled.
43
+
* On the action's details pane, on **Testing** tab, the **Static Result** option is enabled.
44
44
45
-
- In code view, the action's JSON definition includes the following properties in the **`runtimeConfiguration`** JSON object:
45
+
* In code view, the action's JSON definition includes the following properties in the **`runtimeConfiguration`** JSON object:
46
46
47
47
```json
48
48
"runtimeConfiguration": {
@@ -53,7 +53,7 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
53
53
}
54
54
```
55
55
56
-
- In the workflow's run history, the **Static Results** column appears with the word **Enabled** next to any run where at least one action has this capability enabled.
56
+
* In the workflow's run history, the **Static Results** column appears with the word **Enabled** next to any run where at least one action has this capability enabled.
57
57
58
58
<a name="set-up-mock-outputs"></a>
59
59
@@ -90,7 +90,7 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
90
90
91
91
The action's lower-right corner now shows a test beaker icon (), which indicates that you enabled static results.
92
92
93
-
:::image type="content" source="media/test-logic-apps-mock-data-static-results/static-result-enabled.png" alt-text="Screenshot shows Consumption workflow with HTTP action and static result icon." lightbox="media/test-logic-apps-mock-data-static-results/static-result-enabled.png":::
93
+
:::image type="content" source="media/test-logic-apps-mock-data-static-results/static-result-enabled.png" alt-text="Screenshot shows Consumption workflow with HTTP action and static result icon." lightbox="media/test-logic-apps-mock-data-static-results/static-result-enabled.png":::
94
94
95
95
To find workflow runs that use mock outputs, see [Find runs that use static results](#find-runs-mock-data) later in this guide.
96
96
@@ -163,9 +163,7 @@ To find earlier or other workflow runs where the actions use mock outputs, revie
163
163
164
164
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app workflow in the designer.
165
165
166
-
1. On the workflow menu, select **Overview**.
167
-
168
-
1. Under the **Essentials** section, select **Run History**, if not selected.
166
+
1. On the workflow menu, select **Run History**.
169
167
170
168
:::image type="content" source="media/test-logic-apps-mock-data-static-results/select-run-standard.png" alt-text="Screenshot shows Standard workflow run history with the Static Results column." lightbox="media/test-logic-apps-mock-data-static-results/select-run-standard.png":::
0 commit comments