Skip to content

Commit b7a75a8

Browse files
authored
Add tab formatting
1 parent a807a92 commit b7a75a8

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

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

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ 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)
161163

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

@@ -176,7 +178,7 @@ Based on your assembly file's size, follow the steps for uploading an assembly t
176178
177179
<a name="smaller-assembly"></a>
178180

179-
### Add assemblies up to 2 MB
181+
#### Add assemblies up to 2 MB
180182

181183
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.
182184

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

189191
<a name="larger-assembly"></a>
190192

191-
### Add assemblies more than 2 MB
193+
#### Add assemblies more than 2 MB
192194

193195
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)
194196

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

211213
<a name="public-access-assemblies"></a>
212214

213-
#### Upload to containers with public access
215+
##### Upload to containers with public access
214216

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

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

227229
<a name="no-public-access-assemblies"></a>
228230

229-
#### Upload to containers without public access
231+
##### Upload to containers without public access
230232

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

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

243245
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.
244246

247+
### [Standard](#tab/standard)
248+
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).
250+
251+
---
252+
245253
<a name="add-map"></a>
246254

247255
## Add maps

0 commit comments

Comments
 (0)