Skip to content

Commit 18da15d

Browse files
authored
Merge pull request #98514 from ecfan/patch-1
Add links to limits page and clarify limit
2 parents 54011f1 + 10d799c commit 18da15d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Or, [sign up for a Pay-As-You-Go subscription](https://azure.microsoft.com/prici
3535

3636
* A basic [integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md)
3737

38-
* Basic knowledge about [Liquid template language.](https://shopify.github.io/liquid/)
38+
* Basic knowledge about [Liquid template language](https://shopify.github.io/liquid/)
3939

4040
## Create Liquid template or map for your integration account
4141

@@ -46,7 +46,8 @@ which use [DotLiquid](https://dotliquidmarkup.org/) and C# naming conventions.
4646

4747
> [!NOTE]
4848
> Make sure the filter names use *sentence casing* in your template.
49-
> Otherwise, the filters won't work.
49+
> Otherwise, the filters won't work. Also, maps have
50+
> [file size limits](../logic-apps/logic-apps-limits-and-config.md#artifact-capacity-limits).
5051
5152
```json
5253
{%- assign deviceList = content.devices | Split: ', ' -%}
@@ -83,7 +84,7 @@ In the search box, find and select your integration account.
8384
|----------|-------|-------------|
8485
| **Name** | JsonToJsonTemplate | The name for your map, which is "JsonToJsonTemplate" in this example |
8586
| **Map type** | **liquid** | The type for your map. For JSON to JSON transformation, you must select **liquid**. |
86-
| **Map** | "SimpleJsonToJsonTemplate.liquid" | An existing Liquid template or map file to use for transformation, which is "SimpleJsonToJsonTemplate.liquid" in this example. To find this file, you can use the file picker. |
87+
| **Map** | "SimpleJsonToJsonTemplate.liquid" | An existing Liquid template or map file to use for transformation, which is "SimpleJsonToJsonTemplate.liquid" in this example. To find this file, you can use the file picker. For map size limits, see [Limits and configuration](../logic-apps/logic-apps-limits-and-config.md#artifact-capacity-limits). |
8788
|||
8889

8990
![Add liquid template](./media/logic-apps-enterprise-integration-liquid-transform/add-liquid-template.png)

articles/logic-apps/logic-apps-limits-and-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ For pricing rates, see [Logic Apps pricing](https://azure.microsoft.com/pricing/
230230
| Artifact | Limit | Notes |
231231
| -------- | ----- | ----- |
232232
| Assembly | 8 MB | To upload files larger than 2 MB, use an [Azure storage account and blob container](../logic-apps/logic-apps-enterprise-integration-schemas.md). |
233-
| Map (XSLT file) | 8 MB | To upload files larger than 2 MB, use the [Azure Logic Apps REST API - Maps](https://docs.microsoft.com/rest/api/logic/maps/createorupdate). |
233+
| Map (XSLT file) | 8 MB | To upload files larger than 2 MB, use the [Azure Logic Apps REST API - Maps](https://docs.microsoft.com/rest/api/logic/maps/createorupdate). <p><p>**Note**: The amount of data or records that a map can successfully process is based on the message size and action timeout limits in Azure Logic Apps. For example, if you use an HTTP action, based on [HTTP message size and timeout limits](#request-limits), a map can process data up to the HTTP message size limit if the operation completes within the HTTP timeout limit. |
234234
| Schema | 8 MB | To upload files larger than 2 MB, use an [Azure storage account and blob container](../logic-apps/logic-apps-enterprise-integration-schemas.md). |
235235
||||
236236

0 commit comments

Comments
 (0)