Skip to content

Commit 3c2cc26

Browse files
Merge pull request #235793 from ecfan/patch-1
Azure Logic Apps: Add tab formatting
2 parents ad566f9 + 37f6b28 commit 3c2cc26

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

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

Lines changed: 16 additions & 6 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

@@ -157,7 +157,11 @@ The following example shows a map that references an assembly named `XslUtilitie
157157

158158
<a name="add-assembly"></a>
159159

160-
## Add referenced assemblies (Consumption workflows only)
160+
## Add referenced assemblies
161+
162+
### [Consumption](#tab/consumption)
163+
164+
A Consumption logic app resource supports referencing external assemblies from maps, which enable direct calls from XSLT maps to custom .NET code.
161165

162166
1. In the [Azure portal](https://portal.azure.com), sign in with your Azure account credentials.
163167

@@ -176,7 +180,7 @@ Based on your assembly file's size, follow the steps for uploading an assembly t
176180
177181
<a name="smaller-assembly"></a>
178182

179-
### Add assemblies up to 2 MB
183+
#### Add assemblies up to 2 MB
180184

181185
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.
182186

@@ -188,7 +192,7 @@ Based on your assembly file's size, follow the steps for uploading an assembly t
188192

189193
<a name="larger-assembly"></a>
190194

191-
### Add assemblies more than 2 MB
195+
#### Add assemblies more than 2 MB
192196

193197
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)
194198

@@ -210,7 +214,7 @@ To add larger assemblies, you can upload your assembly to an Azure blob containe
210214

211215
<a name="public-access-assemblies"></a>
212216

213-
#### Upload to containers with public access
217+
##### Upload to containers with public access
214218

215219
1. Upload the assembly to your storage account. In the right-side window, select **Upload**.
216220

@@ -226,7 +230,7 @@ To add larger assemblies, you can upload your assembly to an Azure blob containe
226230

227231
<a name="no-public-access-assemblies"></a>
228232

229-
#### Upload to containers without public access
233+
##### Upload to containers without public access
230234

231235
1. Upload the assembly to your storage account. In the right-side window, select **Upload**.
232236

@@ -242,6 +246,12 @@ To add larger assemblies, you can upload your assembly to an Azure blob containe
242246

243247
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.
244248

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).
252+
253+
---
254+
245255
<a name="add-map"></a>
246256

247257
## Add maps

0 commit comments

Comments
 (0)