Skip to content

Commit 4b75083

Browse files
author
ecfan
committed
Clarity edits
1 parent c49dce5 commit 4b75083

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/logic-apps/add-run-powershell-scripts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
title: Add and run PowerShell in Standard workflows
3-
description: Write and run PowerShell inline from Standard workflows to perform custom integration tasks using Inline Code operations in Azure Logic Apps.
3+
description: Write and run PowerShell script code in Standard workflows to perform custom integration tasks using Inline Code operations in Azure Logic Apps.
44
ms.service: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, shahparth, azla
77
ms.topic: how-to
88
ms.date: 07/01/2024
9-
# Customer intent: As a logic app workflow developer, I want to write and run PowerShell so that I can perform custom integration tasks in Standard workflows for Azure Logic Apps.
9+
# Customer intent: As a logic app workflow developer, I want to write and run PowerShell code so that I can perform custom integration tasks in Standard workflows for Azure Logic Apps.
1010
---
1111

12-
# Add and run PowerShell scripts inline with Standard workflows for Azure Logic Apps (Preview)
12+
# Add and run PowerShell script code in Standard workflows for Azure Logic Apps (Preview)
1313

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

1616
> [!NOTE]
1717
> This capability is in preview and is subject to the
1818
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1919
20-
To perform custom integration tasks inline with your Standard workflow in Azure Logic Apps, you can directly add and run PowerShell from your workflow. For this task, use the **Inline Code** action named **Execute PowerShell Code**. This action returns the result from your PowerShell code so you can use that output in your workflow's subsequent actions.
20+
To perform custom integration tasks inline with your Standard workflow in Azure Logic Apps, you can directly add and run PowerShell code from within your workflow. For this task, use the **Inline Code** action named **Execute PowerShell Code**. This action returns the results from your PowerShell code so that you can use this output in your workflow's subsequent actions.
2121

2222
This capability provides the following benefits:
2323

0 commit comments

Comments
 (0)