Skip to content

Commit 37f6b28

Browse files
authored
Clarity edits
1 parent b7a75a8 commit 37f6b28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This article shows how to add a map to your integration account. If you're worki
6262

6363
* Standard workflows
6464

65-
* To configure support for external assemblies, see [.NET Framework assembly support for XSLT transformations added to Azure Logic Apps (Standard)](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/net-framework-assembly-support-added-to-azure-logic-apps/ba-p/3669120).
65+
* Supports references to external assemblies from maps, which enable direct calls from XSLT maps to custom .NET code. To configure support for external assemblies, see [.NET Framework assembly support for XSLT transformations added to Azure Logic Apps (Standard)](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/net-framework-assembly-support-added-to-azure-logic-apps/ba-p/3669120).
6666

6767
* No limits apply to map file sizes.
6868

@@ -161,6 +161,8 @@ The following example shows a map that references an assembly named `XslUtilitie
161161

162162
### [Consumption](#tab/consumption)
163163

164+
A Consumption logic app resource supports referencing external assemblies from maps, which enable direct calls from XSLT maps to custom .NET code.
165+
164166
1. In the [Azure portal](https://portal.azure.com), sign in with your Azure account credentials.
165167

166168
1. In the main Azure search box, enter `integration accounts`, and select **Integration accounts**.
@@ -246,7 +248,7 @@ After your assembly finishes uploading, the assembly appears in the **Assemblies
246248

247249
### [Standard](#tab/standard)
248250

249-
To configure support for external assemblies, see [.NET Framework assembly support for XSLT transformations added to Azure Logic Apps (Standard)](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/net-framework-assembly-support-added-to-azure-logic-apps/ba-p/3669120).
251+
A Standard logic app resource supports referencing external assemblies from maps, which enable direct calls from XSLT maps to custom .NET code. To configure this support, see [.NET Framework assembly support for XSLT transformations added to Azure Logic Apps (Standard)](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/net-framework-assembly-support-added-to-azure-logic-apps/ba-p/3669120).
250252

251253
---
252254

0 commit comments

Comments
 (0)