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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ The following table describes the supported assembly types:
266
266
|**Client or SDK Assembly (Java)**| This assembly type provides storage and deployment of custom SDK for Java. For example, the [**JDBC** built-in connector](/azure/logic-apps/connectors/built-in/reference/jdbc/) uses these JAR files to find JDBC drivers for custom relational databases (RDBs). |
267
267
|**Custom Assembly (.NET Framework or .NET 8)**| These assembly types provide storage and deployment of custom DLLs. For example, the [**Transform XML** operation](/azure/logic-apps/logic-apps-enterprise-integration-transform) uses these assemblies for the custom transformation functions that are required during XML transformation. |
268
268
269
-
#### Azure portal
269
+
#####Azure portal
270
270
271
271
1. In the [Azure portal](https://portal.azure.com) search box, find and open your logic app resource.
272
272
@@ -280,7 +280,7 @@ The following table describes the supported assembly types:
280
280
281
281
Your selected assemblies now appear on your logic app's **Assemblies** page.
282
282
283
-
#### Visual Studio Code
283
+
#####Visual Studio Code
284
284
285
285
1. On your computer, go to your project's local folder, and expand the **lib** folder.
286
286
@@ -330,7 +330,7 @@ For Consumption workflows, based on your map's file size, now follow the steps f
330
330
331
331
<aname="smaller-map"></a>
332
332
333
-
#### Add maps up to 2 MB
333
+
#####Add maps up to 2 MB
334
334
335
335
1. On the **Add Map** pane, enter a unique name for your map.
336
336
@@ -346,15 +346,15 @@ For Consumption workflows, based on your map's file size, now follow the steps f
346
346
347
347
<aname="larger-map"></a>
348
348
349
-
#### Add maps more than 2 MB
349
+
#####Add maps more than 2 MB
350
350
351
351
To add larger maps for Consumption workflows, use the [Azure Logic Apps REST API - Maps](/rest/api/logic/maps/createorupdate).
352
352
353
353
### Add map to Standard logic app resource
354
354
355
355
The following steps apply only if you want to add a map directly to your Standard logic app resource. Otherwise, [add the map to your integration account](#add-map-integration-account).
356
356
357
-
#### Azure portal
357
+
#####Azure portal
358
358
359
359
1. On your logic app menu, under **Artifacts**, select **Maps**.
360
360
@@ -368,7 +368,7 @@ The following steps apply only if you want to add a map directly to your Standar
368
368
369
369
After your map file finishes uploading, the map appears in the **Maps** list. On your integration account's **Overview** page, under **Artifacts**, your uploaded map also appears.
370
370
371
-
#### Visual Studio Code
371
+
#####Visual Studio Code
372
372
373
373
1. On your computer, go to your project's *local* folder, and expand the following folders: **Artifacts** > **Maps**.
0 commit comments