Skip to content

Commit e31b458

Browse files
Merge pull request #260911 from ecfan/edifact
Azure Logic Apps: Fix info about linking integration account
2 parents f02c6a7 + 8740b01 commit e31b458

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/logic-apps/logic-apps-enterprise-integration-edifact.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 08/15/2023
10+
ms.date: 12/12/2023
1111
---
1212

1313
# Exchange EDIFACT messages using workflows in Azure Logic Apps
@@ -119,7 +119,7 @@ This action performs the following tasks:
119119

120120
| Logic app workflow | Link required? |
121121
|--------------------|----------------|
122-
| Consumption | Connection to integration account required, but no link required. You can create the connection when you add the **EDIFACT** operation to your workflow. |
122+
| Consumption | Connection and [link to integration account](enterprise-integration/create-integration-account.md?tabs=azure-portal%2Cconsumption#link-to-logic-app) are required. You can create the connection when you add the **EDIFACT** operation to your workflow. |
123123
| Standard | Connection to integration account required, but no link required. You can create the connection when you add the **EDIFACT** operation to your workflow. |
124124

125125
* The logic app resource and workflow where you want to use the EDIFACT operations.
@@ -293,7 +293,7 @@ To handle an EDIFACT document or process an EDIFACT message that has a UN2.5 seg
293293

294294
For example, suppose the schema root name for the sample UNH field is `EFACT_D03B_ORDERS_EAN008`. For each `D03B_ORDERS` that has a different UNH2.5 segment, you have to deploy an individual schema.
295295

296-
1. In the [Azure portal](https://portal.azure.com), add the schema to your integration account resource or logic app resource, based on whether you have a Consumption or Standard logicapp workflow respectively.
296+
1. In the [Azure portal](https://portal.azure.com), add the schema to your integration account resource or logic app resource, based on whether you have a Consumption or Standard logic app workflow respectively.
297297

298298
1. Whether you're using the EDIFACT decoding or encoding action, upload your schema and set up the schema settings in your EDIFACT agreement's **Receive Settings** or **Send Settings** sections respectively.
299299

articles/logic-apps/logic-apps-enterprise-integration-x12.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 08/15/2023
10+
ms.date: 12/12/2023
1111
---
1212

1313
# Exchange X12 messages using workflows in Azure Logic Apps
@@ -55,7 +55,7 @@ The **X12** connector has one version across workflows in [multi-tenant Azure Lo
5555

5656
| Logic app workflow | Link required? |
5757
|--------------------|----------------|
58-
| Consumption | Connection to integration account required, but no link required. You can create the connection when you add the **X12** operation to your workflow. |
58+
| Consumption | Connection and [link to integration account](enterprise-integration/create-integration-account.md?tabs=azure-portal%2Cconsumption#link-to-logic-app) are required. You can create the connection when you add the **X12** operation to your workflow. |
5959
| Standard | Connection to integration account required, but no link required. You can create the connection when you add the **X12** operation to your workflow. |
6060

6161
* The logic app resource and workflow where you want to use the X12 operations.
@@ -83,7 +83,7 @@ The **Encode to X12 message** operation performs the following tasks:
8383
* Extended validation on transaction-set data elements.
8484
* Requests a Technical and Functional Acknowledgment, if configured.
8585
* Generates a Technical Acknowledgment as a result of header validation. The technical acknowledgment reports the status of the processing of an interchange header and trailer by the address receiver.
86-
* Generates a Functional Acknowledgment generates as a result of body validation. The functional acknowledgment reports each error encountered while processing the received document.
86+
* Generates a Functional Acknowledgment as a result of body validation. The functional acknowledgment reports each error encountered while processing the received document.
8787

8888
### [Consumption](#tab/consumption)
8989

@@ -191,11 +191,11 @@ The **Decode X12 message** operation performs the following tasks:
191191

192192
* Splits an interchange into transaction sets, or preserves the entire interchange:
193193

194-
* Split the interchange into transaction sets or suspend transaction sets on error: Parse each transaction set. The X12 decode action outputs only those transaction sets failing validation to `badMessages`, and outputs the remaining transactions sets to `goodMessages`.
194+
* Split the interchange into transaction sets or suspend transaction sets on error: Parse each transaction set. The X12 decode action outputs only the transaction sets that fail validation to `badMessages`, and outputs the remaining transactions sets to `goodMessages`.
195195

196196
* Split the interchange into transaction sets or suspend interchange on error: Parse each transaction set. If one or more transaction sets in the interchange fail validation, the X12 decode action outputs all the transaction sets in that interchange to `badMessages`.
197197

198-
* Preserve the interchange or suspend transaction sets on error: Preserve the interchange and process the entire batched interchange. The X12 decode action outputs only those transaction sets failing validation to `badMessages`, and outputs the remaining transactions sets to `goodMessages`.
198+
* Preserve the interchange or suspend transaction sets on error: Preserve the interchange and process the entire batched interchange. The X12 decode action outputs only the transaction sets that fail validation to `badMessages`, and outputs the remaining transactions sets to `goodMessages`.
199199

200200
* Preserve the interchange or suspend interchange on error: Preserve the interchange and process the entire batched interchange. If one or more transaction sets in the interchange fail validation, the X12 decode action outputs all the transaction sets in that interchange to `badMessages`.
201201

0 commit comments

Comments
 (0)