Skip to content

Commit f88f235

Browse files
committed
freshness edits
1 parent 03eecf4 commit f88f235

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

articles/logic-apps/test-logic-apps-mock-data-static-results.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
2626

2727
If you're new to logic apps, see the following documentation:
2828

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)
3030

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)
3232

3333
## Limitations
3434

35-
- This capability is available only for actions, not triggers.
35+
* This capability is available only for actions, not triggers.
3636

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.
3838

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:
4040

41-
- On the action shape, the lower-right corner shows the test beaker icon (![Icon for static result](./media/test-logic-apps-mock-data-static-results/static-result-test-beaker-icon.png)).
41+
* On the action shape, the lower-right corner shows the test beaker icon (![Icon for static result](./media/test-logic-apps-mock-data-static-results/static-result-test-beaker-icon.png)).
4242

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.
4444

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:
4646

4747
```json
4848
"runtimeConfiguration": {
@@ -53,7 +53,7 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
5353
}
5454
```
5555

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.
5757

5858
<a name="set-up-mock-outputs"></a>
5959

@@ -90,7 +90,7 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
9090

9191
The action's lower-right corner now shows a test beaker icon (![Icon for static result](./media/test-logic-apps-mock-data-static-results/static-result-test-beaker-icon.png)), which indicates that you enabled static results.
9292

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":::
9494

9595
To find workflow runs that use mock outputs, see [Find runs that use static results](#find-runs-mock-data) later in this guide.
9696

@@ -163,9 +163,7 @@ To find earlier or other workflow runs where the actions use mock outputs, revie
163163

164164
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app workflow in the designer.
165165

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**.
169167

170168
:::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":::
171169

0 commit comments

Comments
 (0)