Skip to content

Commit 2ecd9cc

Browse files
cdparkecfan
andauthored
Apply suggestions from code review
Co-authored-by: Esther Fan <[email protected]>
1 parent 658597d commit 2ecd9cc

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Add and Run PowerShell in Standard Workflows
3-
description: Write and run PowerShell script code in Standard workflows to perform custom integration tasks using Inline Code operations in Azure Logic Apps.
2+
title: Run PowerShell Scripts in Standard Workflows
3+
description: Learn how to run PowerShell scripts to perform custom integration tasks in Standard workflows using Inline Code operations in Azure Logic Apps.
44
ms.service: azure-logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, swghimire, shahparth, azla
@@ -264,9 +264,9 @@ To use the managed identity from inside the **Execute PowerShell Code** action,
264264

265265
## View logs in Application Insights
266266

267-
1. In the [Azure portal](https://portal.azure.com), under **Monitoring** on the logic app sidebar menu, select **Application Insights**, and then select your logic app.
267+
1. In the [Azure portal](https://portal.azure.com), on the logic app sidebar menu, under **Monitoring**, select **Application Insights** (not **Insights**), and then select the link to your Application Insights resource.
268268

269-
1. On the **Application Insights** menu, under **Monitoring**, select **Logs**.
269+
1. On the **Application Insights** resource sidebar menu, under **Monitoring**, select **Logs**.
270270

271271
1. Create a query to find any traces or errors from your workflow execution, for example:
272272

@@ -291,7 +291,7 @@ 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 sidebar menu, under **Development Tools**, select **Advanced Tools**.
295295

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

@@ -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 sidebar 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This guide shows how to add a condition to your workflow and use the result to h
103103

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

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

108108
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.
109109

articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Convert JSON and XML with Liquid Templates
3-
description: Transform JSON and XML by using Liquid templates as maps in workflows using Azure Logic Apps.
3+
description: Learn how to transform JSON and XML by using Liquid templates as maps in workflows using Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: divyaswarnkar, estfan, tonytang, azla
@@ -31,8 +31,8 @@ For more information, review the following documentation:
3131
* [Liquid open-source template language](https://shopify.github.io/liquid/)
3232
* [Consumption versus Standard logic apps](logic-apps-overview.md#resource-environment-differences)
3333
* [Business-to-business (B2B) built-in operations](../connectors/built-in.md#b2b-built-in-operations)
34-
* [Built-in connectors in Azure Logic Apps](../connectors/built-in.md)
35-
* [Managed connectors in Azure Logic Apps](../connectors/managed.md) and [List of all Logic Apps connectors](/connectors/connector-reference/connector-reference-logicapps-connectors)
34+
* [About built-in connectors in Azure Logic Apps](../connectors/built-in.md)
35+
* [About managed connectors in Azure Logic Apps](../connectors/managed.md) and [Managed connectors for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
3636

3737
## Prerequisites
3838

@@ -144,9 +144,9 @@ After you create your Liquid template, you now have to upload the template based
144144

145145
### Upload template to Standard logic app
146146

147-
1. In the [Azure portal](https://portal.azure.com), find and open your logic app resource. Make sure that you're at the resource level, not the workflow level.
147+
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource. Make sure that you're at the resource level, not the workflow level.
148148

149-
1. On your logic app resource's sidebar menu, under **Artifacts**, select **Maps**.
149+
1. On the resource sidebar menu, under **Artifacts**, select **Maps**.
150150

151151
1. On the **Maps** pane toolbar, select **Add**.
152152

@@ -160,9 +160,9 @@ The following steps show how to add a Liquid transformation action for Consumpti
160160

161161
### [Consumption](#tab/consumption)
162162

163-
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
163+
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app resource.
164164

165-
1. On the sidebar menu, under **Development Tools**, select the designer to open your workflow.
165+
1. On the resource sidebar menu, under **Development Tools**, select the designer to open your workflow.
166166

167167
1. If your workflow doesn't have a trigger or any other actions that your workflow needs, add those operations first. Liquid operations don't have any triggers available.
168168

@@ -178,7 +178,7 @@ The following steps show how to add a Liquid transformation action for Consumpti
178178

179179
1. In the action's **Content** property, provide the JSON output from the trigger or a previous action that you want to transform by following these steps.
180180

181-
1. Click inside the **Content** box so that the dynamic content list appears. Select the lightning icon.
181+
1. Select inside the **Content** box, which shows the options to open the dynamic content list (lightning icon) or expression editor (function icon). Select the lightning icon to open the dynamic content list.
182182

183183
1. From the dynamic content list, select the JSON data that you want to transform.
184184

@@ -201,9 +201,9 @@ The following steps show how to add a Liquid transformation action for Consumpti
201201

202202
### [Standard](#tab/standard)
203203

204-
1. In the [Azure portal](https://portal.azure.com), open your logic app workflow.
204+
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
205205

206-
1. On the resource sidebar menu, under **Workflows**, select **Workflows**, and then select your blank workflow.
206+
1. On the resource sidebar menu, under **Workflows**, select **Workflows**, and then select your workflow.
207207

208208
1. On the workflow sidebar menu, under **Tools**, select the designer to open the workflow.
209209

@@ -223,7 +223,7 @@ The following steps show how to add a Liquid transformation action for Consumpti
223223

224224
1. In the action's **Content** property, provide the JSON output from the trigger or a previous action that you want to transform by following these steps.
225225

226-
1. Click inside the **Content** box so that the dynamic content list appears. Select the lightning icon.
226+
1. Select inside the **Content** box, which shows the options to open the dynamic content list (lightning icon) or expression editor (function icon). Select the lightning icon to open the dynamic content list.
227227

228228
1. From the dynamic content list, select the JSON data that you want to transform.
229229

0 commit comments

Comments
 (0)