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/logic-apps-enterprise-integration-maps.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,9 @@ This guide shows how to add a map for your workflow to use. You can add maps eit
61
61
62
62
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.
63
63
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:
65
65
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.
67
67
68
68
* 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.
69
69
@@ -93,7 +93,7 @@ This guide shows how to add a map for your workflow to use. You can add maps eit
93
93
94
94
* 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.
95
95
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).
97
97
98
98
<aname="create-maps"></a>
99
99
@@ -158,7 +158,7 @@ The following example shows a map that references an assembly named **XslUtiliti
158
158
159
159
### [Consumption](#tab/consumption)
160
160
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.
162
162
163
163
1. In the [Azure portal](https://portal.azure.com) search box, enter **integration accounts**, and select **Integration accounts**.
164
164
@@ -254,11 +254,9 @@ To upload an assembly to your blob container, follow these steps:
254
254
255
255
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.
256
256
257
-
---
258
-
259
257
### [Standard](#tab/standard)
260
258
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).
262
260
263
261
The following table describes the supported assembly types:
264
262
@@ -362,7 +360,7 @@ The following steps apply only if you want to add a map directly to your Standar
362
360
363
361
1. On the **Maps** page toolbar, select **Add**.
364
362
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**.
366
364
367
365
1. Next to the **Map** box, select the folder icon. Select the map to upload.
368
366
@@ -374,16 +372,14 @@ The following steps apply only if you want to add a map directly to your Standar
374
372
375
373
1. On your computer, go to your project's *local* folder, and expand the following folders: **Artifacts** > **Maps**.
376
374
377
-
1. In the **Maps** folder, add your map (**.xslt**) file.
375
+
1. In the **Maps** folder, add your map file.
378
376
379
377
1. Return to Visual Studio Code.
380
378
381
379
Your map file now appears in your project, for example:
382
380
383
381
:::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.":::
384
382
385
-
---
386
-
387
383
<aname="edit-map"></a>
388
384
389
385
## Edit a map
@@ -414,7 +410,7 @@ To update an existing map, you have to upload a new map file that has the change
414
410
415
411
1. On the **Maps** page toolbar, select **Add**.
416
412
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.
418
414
419
415
1. Next to the **Map** box, select the folder icon. Select the map to upload.
0 commit comments