Skip to content

Commit 09c5b2c

Browse files
author
ecfan
committed
Fix section formatting
1 parent b51a560 commit 09c5b2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The following table describes the supported assembly types:
266266
| **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). |
267267
| **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. |
268268

269-
#### Azure portal
269+
##### Azure portal
270270

271271
1. In the [Azure portal](https://portal.azure.com) search box, find and open your logic app resource.
272272

@@ -280,7 +280,7 @@ The following table describes the supported assembly types:
280280

281281
Your selected assemblies now appear on your logic app's **Assemblies** page.
282282

283-
#### Visual Studio Code
283+
##### Visual Studio Code
284284

285285
1. On your computer, go to your project's local folder, and expand the **lib** folder.
286286

@@ -330,7 +330,7 @@ For Consumption workflows, based on your map's file size, now follow the steps f
330330

331331
<a name="smaller-map"></a>
332332

333-
#### Add maps up to 2 MB
333+
##### Add maps up to 2 MB
334334

335335
1. On the **Add Map** pane, enter a unique name for your map.
336336

@@ -346,15 +346,15 @@ For Consumption workflows, based on your map's file size, now follow the steps f
346346

347347
<a name="larger-map"></a>
348348

349-
#### Add maps more than 2 MB
349+
##### Add maps more than 2 MB
350350

351351
To add larger maps for Consumption workflows, use the [Azure Logic Apps REST API - Maps](/rest/api/logic/maps/createorupdate).
352352

353353
### Add map to Standard logic app resource
354354

355355
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).
356356

357-
#### Azure portal
357+
##### Azure portal
358358

359359
1. On your logic app menu, under **Artifacts**, select **Maps**.
360360

@@ -368,7 +368,7 @@ The following steps apply only if you want to add a map directly to your Standar
368368

369369
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.
370370

371-
#### Visual Studio Code
371+
##### Visual Studio Code
372372

373373
1. On your computer, go to your project's *local* folder, and expand the following folders: **Artifacts** > **Maps**.
374374

0 commit comments

Comments
 (0)