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
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ This article shows how to add a map to your integration account. If you're worki
62
62
63
63
* Standard workflows
64
64
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).
66
66
67
67
* No limits apply to map file sizes.
68
68
@@ -157,7 +157,11 @@ The following example shows a map that references an assembly named `XslUtilitie
A Consumption logic app resource supports referencing external assemblies from maps, which enable direct calls from XSLT maps to custom .NET code.
161
165
162
166
1. In the [Azure portal](https://portal.azure.com), sign in with your Azure account credentials.
163
167
@@ -176,7 +180,7 @@ Based on your assembly file's size, follow the steps for uploading an assembly t
176
180
177
181
<aname="smaller-assembly"></a>
178
182
179
-
### Add assemblies up to 2 MB
183
+
####Add assemblies up to 2 MB
180
184
181
185
1. Under **Add Assembly**, enter a name for your assembly. Keep **Small file** selected. Next to the **Assembly** box, select the folder icon. Find and select the assembly you're uploading.
182
186
@@ -188,7 +192,7 @@ Based on your assembly file's size, follow the steps for uploading an assembly t
188
192
189
193
<aname="larger-assembly"></a>
190
194
191
-
### Add assemblies more than 2 MB
195
+
####Add assemblies more than 2 MB
192
196
193
197
To add larger assemblies, you can upload your assembly to an Azure blob container in your Azure storage account. Your steps for adding assemblies differ based whether your blob container has public read access. So first, check whether or not your blob container has public read access by following these steps: [Set public access level for blob container](../vs-azure-tools-storage-explorer-blobs.md#set-the-public-access-level-for-a-blob-container)
194
198
@@ -210,7 +214,7 @@ To add larger assemblies, you can upload your assembly to an Azure blob containe
210
214
211
215
<aname="public-access-assemblies"></a>
212
216
213
-
#### Upload to containers with public access
217
+
#####Upload to containers with public access
214
218
215
219
1. Upload the assembly to your storage account. In the right-side window, select **Upload**.
216
220
@@ -226,7 +230,7 @@ To add larger assemblies, you can upload your assembly to an Azure blob containe
226
230
227
231
<aname="no-public-access-assemblies"></a>
228
232
229
-
#### Upload to containers without public access
233
+
#####Upload to containers without public access
230
234
231
235
1. Upload the assembly to your storage account. In the right-side window, select **Upload**.
232
236
@@ -242,6 +246,12 @@ To add larger assemblies, you can upload your assembly to an Azure blob containe
242
246
243
247
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.
244
248
249
+
### [Standard](#tab/standard)
250
+
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).
0 commit comments