Skip to content

Commit a13cac6

Browse files
author
ecfan
committed
Update UX steps
1 parent ce4a25f commit a13cac6

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

articles/logic-apps/logic-apps-enterprise-integration-maps.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ This guide shows how to add a map for your workflow to use. You can add maps eit
6161

6262
So, if you don't have or need an integration account, you can use the upload option. Otherwise, you can use the linking option. Either way, you can use these artifacts across all child workflows within the same logic app resource.
6363

64-
* Consumption and Standard workflows support XSLT maps that reference external assemblies, which enable directly calling custom .NET code from XSLT maps. To support this capability, Consumption workflows also have the following requirements:
64+
* Consumption and Standard workflows support maps that reference external assemblies, which enable directly calling custom .NET code from maps. To support this capability, Consumption workflows also have the following requirements:
6565

66-
* You need a 64-bit assembly. The transform service runs a 64-bit process, so 32-bit assemblies aren't supported. If you have the source code for a 32-bit assembly, recompile the code into a 64-bit assembly. If you don't have the source code, but you obtained the binary from a third-party provider, get the 64-bit version from that provider. For example, some vendors provide assemblies in packages that have both 32-bit and 64-bit versions. If you have the option, use the 64-bit version instead.
66+
* You need a 64-bit assembly. The transform service runs a 64-bit process, so 32-bit assemblies aren't supported. If you have the source code for a 32-bit assembly, recompile the code into a 64-bit assembly. If you don't have the source code, but you obtained the binary from another provider, get the 64-bit version from that provider. For example, some vendors provide assemblies in packages that have both 32-bit and 64-bit versions. If you have the option, use the 64-bit version instead.
6767

6868
* You have to upload *both the assembly and the map* in a specific order to your integration account. Make sure that you [upload your assembly first](#add-assembly), and then upload the map that references the assembly.
6969

@@ -93,7 +93,7 @@ This guide shows how to add a map for your workflow to use. You can add maps eit
9393

9494
* Create [Standard logic app workflows](logic-apps-overview.md#resource-environment-differences), which run in single-tenant Azure Logic Apps and offer dedicated and flexible options for compute and memory resources.
9595

96-
* Standard workflows support fewer map types than Consumption workflows, but no limits apply to map file sizes. For more information, see [Prequisites](#prerequisites).
96+
* Standard workflows support fewer map types than Consumption workflows, but no limits apply to map file sizes. For more information, see [Prerequisites](#prerequisites).
9797

9898
<a name="create-maps"></a>
9999

@@ -158,7 +158,7 @@ The following example shows a map that references an assembly named **XslUtiliti
158158

159159
### [Consumption](#tab/consumption)
160160

161-
A Consumption logic app resource supports referencing external assemblies from maps, which enable directly calling custom .NET code from XSLT maps.
161+
A Consumption logic app resource supports referencing external assemblies from maps, which enable directly calling custom .NET code from maps.
162162

163163
1. In the [Azure portal](https://portal.azure.com) search box, enter **integration accounts**, and select **Integration accounts**.
164164

@@ -254,11 +254,9 @@ To upload an assembly to your blob container, follow these steps:
254254

255255
After your assembly finishes uploading, the assembly appears in the **Assemblies** list. On your integration account's **Overview** page, under **Artifacts**, your uploaded assembly also appears.
256256

257-
---
258-
259257
### [Standard](#tab/standard)
260258

261-
A Standard logic app resource supports referencing external assemblies from maps. For example, this capability enables your workflow to call custom .NET Framework code from XSLT maps. For more information, see [Create and run .NET Framework code from Standard workflows](create-run-custom-code-functions.md).
259+
A Standard logic app resource supports referencing external assemblies from maps. For example, this capability enables your workflow to call custom .NET Framework code from maps. For more information, see [Create and run .NET Framework code from Standard workflows](create-run-custom-code-functions.md).
262260

263261
The following table describes the supported assembly types:
264262

@@ -362,7 +360,7 @@ The following steps apply only if you want to add a map directly to your Standar
362360

363361
1. On the **Maps** page toolbar, select **Add**.
364362

365-
1. On the **Add Map** pane, enter a unique name for your map and include the file name extension, for example, **.xslt**, **.hidx**, or .
363+
1. On the **Add Map** pane, enter a unique name for your map and include the file extension, for example, **.xslt**, **.hidx**, or **.liquid**.
366364

367365
1. Next to the **Map** box, select the folder icon. Select the map to upload.
368366

@@ -374,16 +372,14 @@ The following steps apply only if you want to add a map directly to your Standar
374372

375373
1. On your computer, go to your project's *local* folder, and expand the following folders: **Artifacts** > **Maps**.
376374

377-
1. In the **Maps** folder, add your map (**.xslt**) file.
375+
1. In the **Maps** folder, add your map file.
378376

379377
1. Return to Visual Studio Code.
380378

381379
Your map file now appears in your project, for example:
382380

383381
:::image type="content" source="media/logic-apps-enterprise-integration-maps/map-upload-visual-studio-code.png" alt-text="Screenshot shows Visual Studio Code project structure with expanded Artifacts and Maps folders.":::
384382

385-
---
386-
387383
<a name="edit-map"></a>
388384

389385
## Edit a map
@@ -414,7 +410,7 @@ To update an existing map, you have to upload a new map file that has the change
414410

415411
1. On the **Maps** page toolbar, select **Add**.
416412

417-
1. Under **Add map**, enter a unique name for your map and include the **.xslt** extension name.
413+
1. Under **Add map**, enter a unique name for your map and include the file extension.
418414

419415
1. Next to the **Map** box, select the folder icon. Select the map to upload.
420416

0 commit comments

Comments
 (0)