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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ To use the managed identity from inside the **Execute PowerShell Code** action,
242
242
243
243
1. On the logic app resource menu, under **Development Tools**, select **Advanced Tools**.
244
244
245
-
1. On the **Advanced Tools** page, select **Go**, which opens the **KuduPlus** console.
245
+
1. On the **Advanced Tools** page, select **Go**, which opens the **Kudu Plus** console.
246
246
247
247
1. Open the **Debug console** menu, and select **CMD**.
248
248
@@ -314,13 +314,13 @@ If you use dependency management, the following considerations apply:
314
314
315
315
- To download modules, public modules require access to the [PowerShell Gallery](https://www.powershellgallery.com).
316
316
317
-
- Managed dependencies currently don't support modules that require you to accept a license, either by accepting the license interactively or by providing the **-AcceptLicense** option when you run **Install-Module**.
317
+
- Managed dependencies currently don't support modules that require you to accept a license, either by accepting the license interactively or by providing the `-AcceptLicense` option when you run **Install-Module**.
318
318
319
319
### Private modules
320
320
321
321
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).
322
322
323
-
1. In the [Azure portal](https://portal.azure.com), on your logic app resource menu, under Development Tools, selects**Advanced Tools**.
323
+
1. In the [Azure portal](https://portal.azure.com), on your logic app resource menu, under Development Tools, select**Advanced Tools**.
324
324
325
325
1. On the **Advanced Tools** page, select **Go**.
326
326
@@ -363,7 +363,7 @@ Make sure that you use the `Push-WorkflowOutput` cmdlet.
363
363
364
364
### Execute PowerShell Code action fails: "The term '{some-text}' is not recognized..."
365
365
366
-
If you incorrectly reference a public module in the **requirements.psd1** file or when your private module doesn't exist in the following path:**C:\home\site\wwwroot\Modules\{module-name}**, you get the following error:
366
+
If you incorrectly reference a public module in the **requirements.psd1** file, or if your private module doesn't exist in the path **C:\home\site\wwwroot\Modules\{module-name}**, you get the following error:
367
367
368
368
**"The term '{some-text}' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name or if a path was included, verify the path is correct and try again."**
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
@@ -29,7 +29,7 @@ This guide shows how to add a condition to your workflow and use the result to h
29
29
30
30
* An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
31
31
32
-
* Basic knowledge about [logic app workflows](logic-apps-overview.md)
32
+
* Basic knowledge about [logic app workflows](logic-apps-overview.md).
33
33
34
34
* To follow the example in this how-to guide, create either an [example Consumption logic app workflow](quickstart-create-example-consumption-workflow.md) or an [example Standard logic app workflow](create-single-tenant-workflows-azure-portal.md) and use either an Outlook.com account or a Microsoft work or school account.
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md
+4-22Lines changed: 4 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,15 +148,7 @@ After you create your Liquid template, you now have to upload the template based
148
148
149
149
1. On the **Maps** pane toolbar, select **Add**.
150
150
151
-
1. On the **Add Map** pane, provide the following information about your template:
152
-
153
-
| Property | Value | Description |
154
-
|----------|-------|-------------|
155
-
|**Name**|`JsonToJsonTemplate`| The name for your map, which is "JsonToJsonTemplate" in this example |
156
-
|**Map type**|**Liquid**| The type for your map. For JSON to JSON transformation, you must select **Liquid**. |
157
-
|**Map**|`SimpleJsonToJsonTemplate.liquid`| An existing Liquid template or map file to use for transformation, which is "SimpleJsonToJsonTemplate.liquid" in this example. To find this file, you can use the file picker. For map size limits, see [Limits and configuration](../logic-apps/logic-apps-limits-and-config.md#artifact-capacity-limits). |
158
-
159
-
1. When you're done, select **OK**.
151
+
1. On the **Add Map** pane, drag and drop your file to the upload box, or select **Browse for files**.
160
152
161
153
After your map file finishes uploading, the map appears in the **Maps** list. On your integration account's **Overview** page, under **Artifacts**, your uploaded map also appears.
162
154
@@ -172,9 +164,7 @@ The following steps show how to add a Liquid transformation action for Consumpti
172
164
173
165
This example continues with the Request trigger named **When a HTTP request is received**.
174
166
175
-
1. On the workflow designer, under the step where you want to add the Liquid action, select **New step**.
176
-
177
-
1. Under the **Choose an operation** search box, select **All**. In the search box, enter **liquid**.
167
+
1. Under the trigger, select **Add an action**. In the search box, enter **liquid**.
178
168
179
169
1. From the actions list, select the Liquid action that you want to use.
180
170
@@ -184,7 +174,7 @@ The following steps show how to add a Liquid transformation action for Consumpti
184
174
185
175
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.
186
176
187
-
1. Click inside the **Content** box so that the dynamic content list appears.
177
+
1. Click inside the **Content** box so that the dynamic content list appears. Select the lightning icon.
188
178
189
179
1. From the dynamic content list, select the JSON data that you want to transform.
190
180
@@ -203,10 +193,6 @@ The following steps show how to add a Liquid transformation action for Consumpti
203
193
> If the maps list is empty, either your logic app resource isn't linked to your
204
194
> integration account, or your integration account doesn't contain any map files.
205
195
206
-
When you're done, the action looks similar to the following example:
207
-
208
-
:::image type="content" source="media/logic-apps-enterprise-integration-liquid-transform/finished-transform-action-consumption.png" alt-text="Screenshot showing Consumption workflow with finished Transform JSON to JSON action.":::
209
-
210
196
1. Save your workflow. On the designer toolbar, select **Save**.
211
197
212
198
### [Standard](#tab/standard)
@@ -229,7 +215,7 @@ The following steps show how to add a Liquid transformation action for Consumpti
229
215
230
216
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.
231
217
232
-
1. Click inside the **Content** box so that the dynamic content list appears.
218
+
1. Click inside the **Content** box so that the dynamic content list appears. Select the lightning icon.
233
219
234
220
1. From the dynamic content list, select the JSON data that you want to transform.
235
221
@@ -260,10 +246,6 @@ The following steps show how to add a Liquid transformation action for Consumpti
260
246
> If the maps list is empty, most likely your logic app resource isn't linked to your integration account.
261
247
> Make sure to [link your logic app resource to the integration account that has the Liquid template or map](logic-apps-enterprise-integration-create-integration-account.md?tabs=standard#link-account).
262
248
263
-
When you're done, the action looks similar to the following example:
264
-
265
-

266
-
267
249
1. Save your workflow. On the designer toolbar, select **Save**.
0 commit comments