Skip to content

Commit 44d28df

Browse files
cdparkecfan
andauthored
Apply suggestions from code review
Co-authored-by: Esther Fan <[email protected]>
1 parent 643a1ff commit 44d28df

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This capability provides the following benefits:
2323

2424
- Write your own scripts within the workflow designer so you can solve complex integration challenges. No other service plans are necessary.
2525

26-
This benefit streamlines workflow development, and it reduces the complexity and cost with managing more services.
26+
This benefit reduces the complexity and cost because you can manage more services and streamlines workflow development.
2727

2828
- Generate a dedicated code file, which provides a personalized scripting space within your workflow.
2929

@@ -68,7 +68,7 @@ This guide shows how to add the action in your workflow and add the PowerShell c
6868

6969
1. On the workflow sidebar menu, under **Tools**, select the designer to open the workflow.
7070

71-
1. Add the **Inline Code Operations** action named **Execute PowerShell Code** to your workflow by following the [general steps to add a trigger](add-trigger-action-workflow.md?tabs=standard#add-action).
71+
1. Add the **Inline Code Operations** action named **Execute PowerShell Code** to your workflow by following the [general steps to add an action](add-trigger-action-workflow.md?tabs=standard#add-action).
7272

7373
1. After the action information pane opens, on the **Parameters** tab, in the **Code File** box, update the prepopulated sample code with your own code.
7474

@@ -224,7 +224,7 @@ From inside the **Execute PowerShell Code** action, you can authenticate and aut
224224

225225
To use the managed identity from inside the **Execute PowerShell Code** action, you must follow these steps:
226226

227-
1. Set up the managed identity on your logic app and grant the managed identity access on the target Azure resource. To learn how, see [Authenticate access and connections to Azure resources with managed identities](authenticate-with-managed-identity.md?tabs=standard).
227+
1. Set up the managed identity on your logic app and grant the managed identity access on the target Azure resource. For detailed steps, see [Authenticate access and connections to Azure resources with managed identities](authenticate-with-managed-identity.md?tabs=standard).
228228

229229
On the target Azure resource, review the following considerations:
230230

@@ -291,15 +291,15 @@ A module organizes PowerShell code, making it easier to distribute. For example,
291291

292292
To find publicly available modules, visit the [PowerShell gallery](https://www.powershellgallery.com). A Standard logic app resource can support up to 10 public modules. To use any public module, you must enable this capability by following these steps:
293293

294-
1. In the [Azure portal](https://portal.azure.com), on your logic app resource menu, under Development Tools, select **Advanced Tools**.
294+
1. In the [Azure portal](https://portal.azure.com), on your logic app resource menu, under **Development Tools**, select **Advanced Tools**.
295295

296296
1. On the **Advanced Tools** page, select **Go**.
297297

298298
1. On the **Kudu** toolbar, from the **Debug console** menu, select **CMD**.
299299

300300
1. Browse to your logic app's root level at **C:\home\site\wwwroot** by using the directory structure or the command line.
301301

302-
1. Open the workflow's *host.json* file, and set the **managed dependency** property to **true**, which is already set by default.
302+
1. Open the workflow's *host.json* file, and set the `ManagedDependency.enabled` property to `true`, which is already set by default.
303303

304304
```json
305305
"managedDependency": {
@@ -328,7 +328,7 @@ If you use dependency management, the following considerations apply:
328328

329329
You can generate your own private PowerShell modules. To create your first PowerShell module, see [Write a PowerShell Script Module](/powershell/scripting/developer/module/how-to-write-a-powershell-script-module).
330330

331-
1. In the [Azure portal](https://portal.azure.com), on your logic app resource menu, under Development Tools, select **Advanced Tools**.
331+
1. In the [Azure portal](https://portal.azure.com), on your logic app resource menu, under **Development Tools**, select **Advanced Tools**.
332332

333333
1. On the **Advanced Tools** page, select **Go**.
334334

articles/logic-apps/logic-apps-control-flow-conditional-statement.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Add Conditions to Control Workflow Actions
3-
description: Learn how to create conditions that control workflow actions in Azure Logic Apps.
2+
title: Add Conditions to Control Action Execution
3+
description: Learn how to create conditions so you can control action execution in workflows for Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.date: 06/20/2025
99
---
1010

11-
# Add conditions to control workflow actions in Azure Logic Apps
11+
# Add conditions to control workflow action execution in Azure Logic Apps
1212

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

@@ -41,21 +41,23 @@ This guide shows how to add a condition to your workflow and use the result to h
4141

4242
1. On the sidebar menu, under **Development Tools**, select the designer to open the blank workflow.
4343

44-
1. Add the trigger named **When a feed item is published** to your workflow by following the [general steps to add a trigger](add-trigger-action-workflow.md?tabs=consumption#add-trigger).
44+
This example uses the **RSS** trigger named **When a feed item is published** to start the workflow. However, you can use any trigger that you want in your own scenarios.
45+
46+
1. Add the trigger that you want by following the [general steps to add a trigger](add-trigger-action-workflow.md?tabs=consumption#add-trigger).
4547

4648
1. Add the **Condition** action to your workflow by following the [general steps to add an action](add-trigger-action-workflow.md?tabs=consumption#add-action).
4749

4850
1. In the **Condition** action, follow these steps to build your condition:
4951

50-
1. In the box named **Choose a value**, enter the first value or field that you want to compare.
52+
1. In the left-side box named **Choose a value**, enter the first value or field that you want to compare.
5153

5254
After you select inside the **Choose a value** box, the options to open the dynamic content list (lightning icon) or expression editor (formula icon) appear.
5355

5456
:::image type="content" source="media/logic-apps-control-flow-conditional-statement/open-dynamic-content-consumption.png" alt-text="Screenshot shows Azure portal, Consumption workflow designer, RSS trigger, and Condition action with information pane open, and dynamic content button selected.":::
5557

5658
1. Select the lightning icon to open the dynamic content list.
5759

58-
From this list, you can select outputs from previous steps in your workflow. This example selects the RSS trigger output named **Feed summary**. If you don't see this option, you might need to select **See more**.
60+
From this list, you can select outputs from previous steps in your workflow. This example selects the **RSS** trigger output named **Feed summary**. If you don't see this option, you might need to select **See more**.
5961

6062
:::image type="content" source="media/logic-apps-control-flow-conditional-statement/edit-condition-consumption.png" alt-text="Screenshot shows Azure portal, Consumption workflow designer, RSS trigger, and Condition action with criteria construction.":::
6163

0 commit comments

Comments
 (0)