Skip to content

Commit ba66955

Browse files
Merge pull request #294151 from ecfan/issues
Fix batch example for batch size
2 parents 2de02f1 + 013ce42 commit ba66955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/logic-apps/logic-apps-batch-process-send-receive-messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 12/09/2024
8+
ms.date: 02/05/2025
99
---
1010

1111
# Send, receive, and batch process messages in Azure Logic Apps
@@ -67,7 +67,7 @@ Before you can send messages to a batch, that batch must first exist as the dest
6767
| **Batch Name** | The name for your batch. In Consumption workflows, this property appears only when **Mode** is set to **Inline**. This example uses **TestBatch**. |
6868
| **Release Criteria** | The criteria to meet before processing each batch. By default, the batch trigger operates using "inline mode" where you define the batch release criteria inside the batch trigger. <br><br>- **Message count based**: Release the batch based on the number of messages collected by the batch. <br><br>- **Size based**: Release the batch based on the total size in bytes for all messages collected by that batch. <br><br>- **Schedule based**: Release the batch based on a recurrence schedule, which specifies an interval and frequency. You can optionally select a time zone and provide a start date and time. <br><br>To use all the specified criteria, select all the options. |
6969
| **Message Count** | The number of messages to collect in the batch, for example, 10 messages. The batch message limit is 8,000 messages. |
70-
| **Batch Size** | The total byte size for messages to collect in the batch, for example, 10 MB. The batch size limit is 80 MB. |
70+
| **Batch Size** | The total byte size for messages to collect in the batch, for example, 10 MB or 10,485,760 bytes. The batch size limit is 80 MB. |
7171
| **Recurrence** | The interval and frequency between batch releases, for example, 10 minutes. The minimum recurrence is 60 seconds or 1 minute. Fractional minutes are effectively rounded up to 1 minute. Optionally, you can select a time zone and provide a start date and time. |
7272

7373
> [!NOTE]
675 Bytes
Loading

0 commit comments

Comments
 (0)