Skip to content

Commit 7001f40

Browse files
committed
Add edits
1 parent 178dcb8 commit 7001f40

8 files changed

+9
-27
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ To use the managed identity from inside the **Execute PowerShell Code** action,
242242

243243
1. On the logic app resource menu, under **Development Tools**, select **Advanced Tools**.
244244

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.
246246

247247
1. Open the **Debug console** menu, and select **CMD**.
248248

@@ -314,13 +314,13 @@ If you use dependency management, the following considerations apply:
314314

315315
- To download modules, public modules require access to the [PowerShell Gallery](https://www.powershellgallery.com).
316316

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**.
318318

319319
### Private modules
320320

321321
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).
322322

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**.
324324

325325
1. On the **Advanced Tools** page, select **Go**.
326326

@@ -363,7 +363,7 @@ Make sure that you use the `Push-WorkflowOutput` cmdlet.
363363

364364
### Execute PowerShell Code action fails: "The term '{some-text}' is not recognized..."
365365

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:
367367

368368
**"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."**
369369

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This guide shows how to add a condition to your workflow and use the result to h
2929

3030
* 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).
3131

32-
* Basic knowledge about [logic app workflows](logic-apps-overview.md)
32+
* Basic knowledge about [logic app workflows](logic-apps-overview.md).
3333

3434
* 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.
3535

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

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,7 @@ After you create your Liquid template, you now have to upload the template based
148148

149149
1. On the **Maps** pane toolbar, select **Add**.
150150

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**.
160152

161153
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.
162154

@@ -172,9 +164,7 @@ The following steps show how to add a Liquid transformation action for Consumpti
172164

173165
This example continues with the Request trigger named **When a HTTP request is received**.
174166

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**.
178168

179169
1. From the actions list, select the Liquid action that you want to use.
180170

@@ -184,7 +174,7 @@ The following steps show how to add a Liquid transformation action for Consumpti
184174

185175
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.
186176

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.
188178

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

@@ -203,10 +193,6 @@ The following steps show how to add a Liquid transformation action for Consumpti
203193
> If the maps list is empty, either your logic app resource isn't linked to your
204194
> integration account, or your integration account doesn't contain any map files.
205195
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-
210196
1. Save your workflow. On the designer toolbar, select **Save**.
211197

212198
### [Standard](#tab/standard)
@@ -229,7 +215,7 @@ The following steps show how to add a Liquid transformation action for Consumpti
229215

230216
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.
231217

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.
233219

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

@@ -260,10 +246,6 @@ The following steps show how to add a Liquid transformation action for Consumpti
260246
> If the maps list is empty, most likely your logic app resource isn't linked to your integration account.
261247
> 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).
262248
263-
When you're done, the action looks similar to the following example:
264-
265-
![Screenshot showing Standard workflow with finished "Transform JSON to JSON" action.](./media/logic-apps-enterprise-integration-liquid-transform/finished-transform-action-standard.png)
266-
267249
1. Save your workflow. On the designer toolbar, select **Save**.
268250

269251
---
18.4 KB
Loading
7.1 KB
Loading
10.7 KB
Loading
-3.15 KB
Loading
20.6 KB
Loading

0 commit comments

Comments
 (0)