Skip to content

Commit 02eca5e

Browse files
authored
Link to limits page
1 parent 42f2634 commit 02eca5e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
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#integration-account-limits.md#artifact-capacity-limits). |
8788
|||
8889

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

0 commit comments

Comments
 (0)