Skip to content

Commit 2a69eb4

Browse files
Merge pull request #277069 from wsilveiranz/wsilveiranz-staticresult-update
Update test-logic-apps-mock-data-static-results.md
2 parents bd28554 + 3877edc commit 2a69eb4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@ ms.topic: how-to
88
ms.date: 01/04/2024
99
---
1010

11-
# Test workflows with mock data in Azure Logic Apps (Preview)
11+
# Test workflows with mock data in Azure Logic Apps
1212

1313
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1414

15-
> [!NOTE]
16-
> This capability is in preview and is subject to the
17-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
18-
1915
To test your workflows without actually calling or accessing live apps, data, services, or systems, you can set up and return mock values from actions. For example, you might want to test different action paths based on various conditions, force errors, provide specific message response bodies, or even try skipping some steps. Setting up mock data testing on an action doesn't run the action, but returns the mock data instead.
2016

2117
For example, if you set up mock data for the Outlook 365 send mail action, Azure Logic Apps just returns the mock data that you provided, rather than call Outlook and send an email.
@@ -276,4 +272,4 @@ For more information about this setting in your underlying workflow definitions,
276272

277273
## Next steps
278274

279-
* Learn more about [Azure Logic Apps](logic-apps-overview.md)
275+
* Learn more about [Azure Logic Apps](logic-apps-overview.md)

0 commit comments

Comments
 (0)