Skip to content

Commit 862308e

Browse files
author
ecfan
committed
Formatting fixes
1 parent c0dcd97 commit 862308e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ Your batch receiver and batch sender need to share the same Azure subscription *
2626

2727
## Prerequisites
2828

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).
3030

3131
* An email account with any [email provider supported by Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
3232

3333
> [!IMPORTANT]
34+
>
3435
> If you want to use the Gmail connector, only G-Suite business accounts can use this connector without restriction in logic apps.
3536
> If you have a Gmail consumer account, you can use this connector with only specific Google-approved services, or you can
3637
> [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
105106
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.
106107

107108
> [!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.
110112
111113
* In the **Body** box, when the dynamic content list appears, select the **Message Id** field.
112114

@@ -116,7 +118,7 @@ Before you can send messages to a batch, that batch must first exist as the dest
116118

117119
1. Save your logic app. You've now created a batch receiver.
118120

119-
![Save your logic app](./media/logic-apps-batch-process-send-receive-messages/save-batch-receiver-logic-app.png)
121+
![Save your logic app](./media/logic-apps-batch-process-send-receive-messages/save-batch-receiver-logic-app.png)
120122

121123
> [!IMPORTANT]
122124
>
@@ -173,14 +175,14 @@ Now create one or more batch sender logic apps that send messages to the batch r
173175
|----------|-------------|
174176
| **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. |
175177
| **Message Content** | The content for the message you want to send |
176-
|||
177178

178179
> [!NOTE]
180+
>
179181
> The **Trigger Name** and **Workflow** property values are automatically populated from your selected logic app.
180182
181183
For this example, add this expression, which inserts the current date and time into the message content that you send to the batch:
182184

183-
1. Click inside the **Message Content** box.
185+
1. Select inside the **Message Content** box.
184186

185187
1. When the dynamic content list appears, select **Expression**.
186188

@@ -194,11 +196,10 @@ Now create one or more batch sender logic apps that send messages to the batch r
194196
|----------|-------------|
195197
| **Partition Name** | An optional unique partition key to use for dividing the target batch into logical subsets and collect messages based on that key |
196198
| **Message Id** | An optional message identifier that is a generated globally unique identifier (GUID) when empty |
197-
|||
198199

199200
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.
200201

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.
202203

203204
1. In the dynamic content list, select **Expression**.
204205

0 commit comments

Comments
 (0)