You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/add-run-powershell-scripts.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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.
4
4
ms.service: azure-logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, swghimire, shahparth, azla
@@ -264,9 +264,9 @@ To use the managed identity from inside the **Execute PowerShell Code** action,
264
264
265
265
## View logs in Application Insights
266
266
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.
268
268
269
-
1. On the **Application Insights** menu, under **Monitoring**, select **Logs**.
269
+
1. On the **Application Insights**resource sidebar menu, under **Monitoring**, select **Logs**.
270
270
271
271
1. Create a query to find any traces or errors from your workflow execution, for example:
272
272
@@ -291,7 +291,7 @@ A module organizes PowerShell code, making it easier to distribute. For example,
291
291
292
292
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:
293
293
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**.
295
295
296
296
1. On the **Advanced Tools** page, select **Go**.
297
297
@@ -328,7 +328,7 @@ If you use dependency management, the following considerations apply:
328
328
329
329
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).
330
330
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**.
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-control-flow-conditional-statement.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ This guide shows how to add a condition to your workflow and use the result to h
103
103
104
104
1. In the **Condition** action, follow these steps to build your condition:
105
105
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.
107
107
108
108
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.
*[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)
36
36
37
37
## Prerequisites
38
38
@@ -144,9 +144,9 @@ After you create your Liquid template, you now have to upload the template based
144
144
145
145
### Upload template to Standard logic app
146
146
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.
148
148
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**.
150
150
151
151
1. On the **Maps** pane toolbar, select **Add**.
152
152
@@ -160,9 +160,9 @@ The following steps show how to add a Liquid transformation action for Consumpti
160
160
161
161
### [Consumption](#tab/consumption)
162
162
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.
164
164
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.
166
166
167
167
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.
168
168
@@ -178,7 +178,7 @@ The following steps show how to add a Liquid transformation action for Consumpti
178
178
179
179
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.
180
180
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.
182
182
183
183
1. From the dynamic content list, select the JSON data that you want to transform.
184
184
@@ -201,9 +201,9 @@ The following steps show how to add a Liquid transformation action for Consumpti
201
201
202
202
### [Standard](#tab/standard)
203
203
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.
205
205
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.
207
207
208
208
1. On the workflow sidebar menu, under **Tools**, select the designer to open the workflow.
209
209
@@ -223,7 +223,7 @@ The following steps show how to add a Liquid transformation action for Consumpti
223
223
224
224
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.
225
225
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.
227
227
228
228
1. From the dynamic content list, select the JSON data that you want to transform.
0 commit comments