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-batch-process-send-receive-messages.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,12 @@ Your batch receiver and batch sender need to share the same Azure subscription *
26
26
27
27
## Prerequisites
28
28
29
-
* An Azure account and subscription. If you don't have a subscription, you can [start with a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). Or, [sign up for a Pay-As-You-Go subscription](https://azure.microsoft.com/pricing/purchase-options/).
29
+
* An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
30
30
31
31
* An email account with any [email provider supported by Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
32
32
33
33
> [!IMPORTANT]
34
+
>
34
35
> If you want to use the Gmail connector, only G-Suite business accounts can use this connector without restriction in logic apps.
35
36
> If you have a Gmail consumer account, you can use this connector with only specific Google-approved services, or you can
36
37
> [create a Google client app to use for authentication with your Gmail connector](/connectors/gmail/#authentication-and-bring-your-own-application).
@@ -105,8 +106,9 @@ Before you can send messages to a batch, that batch must first exist as the dest
105
106
Later, in the batch sender, you can specify a unique partition key that divides the target batch into logical subsets where you can send messages. Each set has a unique number that's generated by the batch sender logic app. This capability lets you use a single batch with multiple subsets and define each subset with the name that you provide.
106
107
107
108
> [!IMPORTANT]
108
-
> A partition has a limit of 5,000 messages or 80 MB. If either condition is met, Logic Apps might release the batch,
109
-
> even when your defined release condition isn't met.
109
+
>
110
+
> A partition has a limit of 5,000 messages or 80 MB. If either condition is met, Azure Logic Apps
111
+
> might release the batch, even when your defined release condition isn't met.
110
112
111
113
* In the **Body** box, when the dynamic content list appears, select the **Message Id** field.
112
114
@@ -116,7 +118,7 @@ Before you can send messages to a batch, that batch must first exist as the dest
116
118
117
119
1. Save your logic app. You've now created a batch receiver.
118
120
119
-

121
+

120
122
121
123
> [!IMPORTANT]
122
124
>
@@ -173,14 +175,14 @@ Now create one or more batch sender logic apps that send messages to the batch r
173
175
|----------|-------------|
174
176
|**Batch Name**| The batch name defined by the receiver logic app, which is `TestBatch` in this example <p>**Important**: The batch name gets validated at runtime and must match the name specified by the receiver logic app. Changing the batch name causes the batch sender to fail. |
175
177
|**Message Content**| The content for the message you want to send |
176
-
|||
177
178
178
179
> [!NOTE]
180
+
>
179
181
> The **Trigger Name** and **Workflow** property values are automatically populated from your selected logic app.
180
182
181
183
For this example, add this expression, which inserts the current date and time into the message content that you send to the batch:
182
184
183
-
1.Click inside the **Message Content** box.
185
+
1.Select inside the **Message Content** box.
184
186
185
187
1. When the dynamic content list appears, select **Expression**.
186
188
@@ -194,11 +196,10 @@ Now create one or more batch sender logic apps that send messages to the batch r
194
196
|----------|-------------|
195
197
|**Partition Name**| An optional unique partition key to use for dividing the target batch into logical subsets and collect messages based on that key |
196
198
|**Message Id**| An optional message identifier that is a generated globally unique identifier (GUID) when empty |
197
-
|||
198
199
199
200
For this example, in the **Partition Name** box, add an expression that generates a random number between one and five. Leave the **Message Id** box empty.
200
201
201
-
1.Click inside the **Partition Name** box so that the dynamic content list appears.
202
+
1.Select inside the **Partition Name** box so that the dynamic content list appears.
202
203
203
204
1. In the dynamic content list, select **Expression**.
0 commit comments