Skip to content

Commit c0dcd97

Browse files
author
ecfan
committed
Deprecation updates
1 parent e8dc246 commit c0dcd97

20 files changed

+11
-11
lines changed

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

Lines changed: 9 additions & 7 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: 01/10/2024
8+
ms.date: 12/09/2024
99
---
1010

1111
# 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 *
3838
3939
* Basic knowledge about [logic app workflows](../logic-apps/logic-apps-overview.md)
4040

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

4343
## Limitations
4444

@@ -52,7 +52,7 @@ Your batch receiver and batch sender need to share the same Azure subscription *
5252

5353
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.
5454

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`
5656

5757
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**
5858

@@ -119,8 +119,9 @@ Before you can send messages to a batch, that batch must first exist as the dest
119119
![Save your logic app](./media/logic-apps-batch-process-send-receive-messages/save-batch-receiver-logic-app.png)
120120

121121
> [!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.
124125
125126
<a name="batch-sender"></a>
126127

@@ -157,9 +158,10 @@ Now create one or more batch sender logic apps that send messages to the batch r
157158
![Select your batch receiver logic app](./media/logic-apps-batch-process-send-receive-messages/batch-sender-select-batch-receiver.png)
158159

159160
> [!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,
161163
> 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).
163165
164166
1. From the actions list, select this action: **Batch_messages - \<*your-logic-app-name*\>**
165167

articles/logic-apps/logic-apps-scenario-edi-send-batch-messages.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Make sure that your batch receiver and batch sender logic app workflows use the
3939

4040
* An existing [X12 agreement](logic-apps-enterprise-integration-x12.md) in your integration account.
4141

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).
43-
4442
[!INCLUDE [api-test-http-request-tools-bullet](../../includes/api-test-http-request-tools-bullet.md)]
4543

4644
<a name="receiver"></a>
@@ -51,7 +49,7 @@ Before you can send messages to a batch, that batch must first exist as the dest
5149

5250
For this batch receiver, you specify the batch mode, name, release criteria, X12 agreement, and other settings.
5351

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**
5553

5654
1. [Link your logic app to your integration account](logic-apps-enterprise-integration-create-integration-account.md#link-account).
5755

@@ -103,7 +101,7 @@ For this batch receiver, you specify the batch mode, name, release criteria, X12
103101

104102
1. Save your logic app workflow.
105103

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

108106
### Test your workflow
109107

9.9 KB
Loading
124 KB
Loading
68 KB
Loading
48.8 KB
Loading
15.4 KB
Loading
8.53 KB
Loading
11.4 KB
Loading
32.4 KB
Loading

0 commit comments

Comments
 (0)