Skip to content

Commit 4279b49

Browse files
author
Wagner Silveira
committed
Update redirection paths and enhance documentation links for testing framework
1 parent 3e097be commit 4279b49

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

articles/logic-apps/.openpublishing.redirection.logic-apps.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,10 +1005,15 @@
10051005
"redirect_url": "/azure/logic-apps/testing-framework/create-unit-tests-standard-workflow-definitions-visual-studio-code",
10061006
"redirect_document_id": true
10071007
},
1008-
{
1008+
{
10091009
"source_path_from_root": "/articles/logic-apps/create-unit-tests-standard-workflow-runs-visual-studio-code.md",
10101010
"redirect_url": "/azure/logic-apps/testing-framework/create-unit-tests-standard-workflow-runs-visual-studio-code",
10111011
"redirect_document_id": true
1012-
}
1012+
},
1013+
{
1014+
"source_path_from_root": "/articles/logic-apps/test-logic-apps-mock-data-static-results.md",
1015+
"redirect_url": "/azure/logic-apps/testing-framework/test-logic-apps-mock-data-static-results",
1016+
"redirect_document_id": true
1017+
}
10131018
]
10141019
}

articles/logic-apps/logic-apps-workflow-actions-triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ You can change the default runtime behavior for triggers and actions by adding t
23402340
| `runtimeConfiguration.concurrency.repetitions` | Integer | Change the [*default limit*](../logic-apps/logic-apps-limits-and-config.md#looping-debatching-limits) on the number of "for each" loop iterations that can run at the same time (concurrently or in parallel). <br><br>Setting the `repetitions` property to `1` works the same way as setting the `operationOptions` property to `SingleInstance`. You can set either property, but not both. <br><br>To change the default limit, see [Change "for each" concurrency](#change-for-each-concurrency) or [Run "for each" loops sequentially](#sequential-for-each). | Action: <br><br>[Foreach](#foreach-action) |
23412341
| `runtimeConfiguration.paginationPolicy.minimumItemCount` | Integer | For specific actions that support and have pagination turned on, this value specifies the *minimum* number of results to retrieve. <br><br>To turn on pagination, see [Get bulk data, items, or results by using pagination](../logic-apps/logic-apps-exceed-default-page-size-with-pagination.md) | Action: Varied |
23422342
| `runtimeConfiguration.secureData.properties` | Array | On many triggers and actions, these settings hide inputs, outputs, or both from the logic app's run history. <br><br>To learn more about safeguarding this data, see [Hide inputs and outputs from run history](../logic-apps/logic-apps-securing-a-logic-app.md#secure-data-code-view). | Most triggers and actions |
2343-
| `runtimeConfiguration.staticResult` | JSON Object | For actions that support and have the [static result](../logic-apps/test-logic-apps-mock-data-static-results.md) setting turned on, the `staticResult` object has these attributes: <br><br>- `name`, which references the current action's static result definition name, which appears inside the `staticResults` attribute in your logic app workflow's `definition` attribute. For more information, see [Static results - Schema reference for Workflow Definition Language](../logic-apps/logic-apps-workflow-definition-language.md#static-results). <br><br> - `staticResultOptions`, which specifies whether static results are `Enabled` or not for the current action. <br><br>To turn on static results, see [Test logic apps with mock data by setting up static results](../logic-apps/test-logic-apps-mock-data-static-results.md) | Action: Varied |
2343+
| `runtimeConfiguration.staticResult` | JSON Object | For actions that support and have the [static result](/azure/logic-apps/testing-framework/test-logic-apps-mock-data-static-results.md) setting turned on, the `staticResult` object has these attributes: <br><br>- `name`, which references the current action's static result definition name, which appears inside the `staticResults` attribute in your logic app workflow's `definition` attribute. For more information, see [Static results - Schema reference for Workflow Definition Language](../logic-apps/logic-apps-workflow-definition-language.md#static-results). <br><br> - `staticResultOptions`, which specifies whether static results are `Enabled` or not for the current action. <br><br>To turn on static results, see [Test logic apps with mock data by setting up static results](/azure/logic-apps/testing-framework/test-logic-apps-mock-data-static-results.md) | Action: Varied |
23442344

23452345
<a name="operation-options"></a>
23462346

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Test workflows with mock outputs
33
description: Set up static results to test workflows with mock outputs in Azure Logic Apps without affecting production environments.
44
services: logic-apps
55
ms.suite: integration
6+
ms.author: estfan
67
ms.reviewer: estfan, azla
78
ms.topic: how-to
89
ms.date: 03/14/2025
@@ -26,9 +27,9 @@ This guide shows how to set up mock outputs for an action in a Consumption or St
2627

2728
If you're new to logic apps, see the following documentation:
2829

29-
* [Quickstart: Create an example Consumption logic app workflow using the Azure portal](quickstart-create-example-consumption-workflow.md)
30+
* [Quickstart: Create an example Consumption logic app workflow using the Azure portal](/azure/logic-apps/quickstart-create-example-consumption-workflow.md)
3031

31-
* [Create an example Standard logic app workflow using the Azure portal](create-single-tenant-workflows-azure-portal.md)
32+
* [Create an example Standard logic app workflow using the Azure portal](/azure/logic-apps/create-single-tenant-workflows-azure-portal.md)
3233

3334
## Limitations
3435

@@ -175,4 +176,4 @@ For more information about this setting in your underlying workflow definitions,
175176

176177
## Related content
177178

178-
* [What is Azure Logic Apps?](logic-apps-overview.md)
179+
* [What is Azure Logic Apps?](/azure/logic-apps/logic-apps-overview.md)

0 commit comments

Comments
 (0)