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
1. In the [Azure portal](https://portal.azure.com), sign in with your Azure account credentials.
163
165
@@ -176,7 +178,7 @@ Based on your assembly file's size, follow the steps for uploading an assembly t
176
178
177
179
<aname="smaller-assembly"></a>
178
180
179
-
### Add assemblies up to 2 MB
181
+
####Add assemblies up to 2 MB
180
182
181
183
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
184
@@ -188,7 +190,7 @@ Based on your assembly file's size, follow the steps for uploading an assembly t
188
190
189
191
<aname="larger-assembly"></a>
190
192
191
-
### Add assemblies more than 2 MB
193
+
####Add assemblies more than 2 MB
192
194
193
195
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
196
@@ -210,7 +212,7 @@ To add larger assemblies, you can upload your assembly to an Azure blob containe
210
212
211
213
<aname="public-access-assemblies"></a>
212
214
213
-
#### Upload to containers with public access
215
+
#####Upload to containers with public access
214
216
215
217
1. Upload the assembly to your storage account. In the right-side window, select **Upload**.
216
218
@@ -226,7 +228,7 @@ To add larger assemblies, you can upload your assembly to an Azure blob containe
226
228
227
229
<aname="no-public-access-assemblies"></a>
228
230
229
-
#### Upload to containers without public access
231
+
#####Upload to containers without public access
230
232
231
233
1. Upload the assembly to your storage account. In the right-side window, select **Upload**.
232
234
@@ -242,6 +244,12 @@ To add larger assemblies, you can upload your assembly to an Azure blob containe
242
244
243
245
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
246
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).
0 commit comments