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-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 01/10/2024
8
+
ms.date: 12/09/2024
9
9
---
10
10
11
11
# Send, receive, and batch process messages in Azure Logic Apps
@@ -38,7 +38,7 @@ Your batch receiver and batch sender need to share the same Azure subscription *
38
38
39
39
* Basic knowledge about [logic app workflows](../logic-apps/logic-apps-overview.md)
40
40
41
-
* To use Visual Studio rather than the Azure portal, make sure that you [set up Visual Studio for working with Logic Apps](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md).
41
+
* To use Visual Studio Code rather than the Azure portal, make sure that you [set up Visual Studio Code for working with Azure Logic Apps](/azure/logic-apps/quickstart-create-logic-apps-visual-studio-code).
42
42
43
43
## Limitations
44
44
@@ -52,7 +52,7 @@ Your batch receiver and batch sender need to share the same Azure subscription *
52
52
53
53
Before you can send messages to a batch, that batch must first exist as the destination where you send those messages. So first, you must create the "batch receiver" logic app, which starts with the **Batch** trigger. That way, when you create the "batch sender" logic app, you can select the batch receiver logic app. The batch receiver continues collecting messages until your specified criteria is met for releasing and processing those messages. While batch receivers don't need to know anything about batch senders, batch senders must know the destination where they send the messages.
54
54
55
-
1. In the [Azure portal](https://portal.azure.com) or Visual Studio, create a logic app with this name: `BatchReceiver`
55
+
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, create a logic app with this name: `BatchReceiver`
56
56
57
57
1. In the workflow designer, add the **Batch** trigger, which starts your logic app workflow. In the search box, enter `batch`, and select this trigger: **Batch messages**
58
58
@@ -119,8 +119,9 @@ Before you can send messages to a batch, that batch must first exist as the dest
119
119

120
120
121
121
> [!IMPORTANT]
122
-
> If you're using Visual Studio, before you continue to the next section, make sure that you first
123
-
> [*deploy* your batch receiver logic app to Azure](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md#deploy-logic-app-to-azure). Otherwise, you can't select the batch receiver when you create the batch sender.
122
+
>
123
+
> If you're using Visual Studio Code, before you continue to the next section, make sure that you first
124
+
> [*deploy* your batch receiver logic app to Azure](/azure/logic-apps/quickstart-create-logic-apps-visual-studio-code). Otherwise, you can't select the batch receiver when you create the batch sender.
124
125
125
126
<aname="batch-sender"></a>
126
127
@@ -157,9 +158,10 @@ Now create one or more batch sender logic apps that send messages to the batch r
157
158

158
159
159
160
> [!IMPORTANT]
160
-
> If you're using Visual Studio, and you don't see any batch receivers to select,
161
+
>
162
+
> If you're using Visual Studio Code, and you don't see any batch receivers to select,
161
163
> check that you previously created and deployed your batch receiver to Azure. If you haven't, learn
162
-
> [how to deploy your batch receiver logic app to Azure](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md#deploy-logic-app-to-azure).
164
+
> [how to deploy your batch receiver logic app to Azure](/azure/logic-apps/quickstart-create-logic-apps-visual-studio-code).
163
165
164
166
1. From the actions list, select this action: **Batch_messages - \<*your-logic-app-name*\>**
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-scenario-edi-send-batch-messages.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,6 @@ Make sure that your batch receiver and batch sender logic app workflows use the
39
39
40
40
* An existing [X12 agreement](logic-apps-enterprise-integration-x12.md) in your integration account.
41
41
42
-
* To use Visual Studio rather than the Azure portal, make sure you [set up Visual Studio for working with Azure Logic Apps](quickstart-create-logic-apps-with-visual-studio.md).
@@ -51,7 +49,7 @@ Before you can send messages to a batch, that batch must first exist as the dest
51
49
52
50
For this batch receiver, you specify the batch mode, name, release criteria, X12 agreement, and other settings.
53
51
54
-
1. In the [Azure portal](https://portal.azure.com), Visual Studio, or Visual Studio Code, create a logic app with the following name: **BatchX12Messages**
52
+
1. In the [Azure portal](https://portal.azure.com) or Visual Studio Code, create a logic app with the following name: **BatchX12Messages**
55
53
56
54
1.[Link your logic app to your integration account](logic-apps-enterprise-integration-create-integration-account.md#link-account).
57
55
@@ -103,7 +101,7 @@ For this batch receiver, you specify the batch mode, name, release criteria, X12
103
101
104
102
1. Save your logic app workflow.
105
103
106
-
1. If you're using Visual Studio, make sure that you [deploy your batch receiver logic app to Azure](quickstart-create-logic-apps-with-visual-studio.md#deploy-logic-app-to-azure). Otherwise, you can't select the batch receiver when you create the batch sender.
104
+
1. If you're using Visual Studio Code, make sure that you [deploy your batch receiver logic app to Azure](/azure/logic-apps/quickstart-create-logic-apps-visual-studio-code). Otherwise, you can't select the batch receiver when you create the batch sender.
0 commit comments