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-enterprise-integration-edifact.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
7
7
ms.author: divswa
8
8
ms.reviewer: estfan, azla
9
9
ms.topic: how-to
10
-
ms.date: 01/10/2024
10
+
ms.date: 10/14/2024
11
11
---
12
12
13
13
# Exchange EDIFACT messages using workflows in Azure Logic Apps
@@ -23,13 +23,13 @@ The **EDIFACT** connector has different versions, based on [logic app type and h
23
23
| Logic app | Environment | Connector version |
24
24
|-----------|-------------|-------------------|
25
25
|**Consumption**| Multitenant Azure Logic Apps |**EDIFACT** managed connector (Standard class). The **EDIFACT** connector provides only actions, but you can use any trigger that works for your scenario. For more information, see the following documentation: <br><br>- [EDIFACT managed connector reference](/connectors/edifact/) <br>- [EDIFACT message limits](logic-apps-limits-and-config.md#b2b-protocol-limits)|
26
-
|**Standard**| Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) |**EDIFACT** built-in connector (preview) and **EDIFACT** managed connector. The built-in version differs in the following ways: <br><br>- The built-in version provides only actions, but you can use any trigger that works for your scenario. <br><br>- The built-in version can directly access Azure virtual networks. You don't need an on-premises data gateway.<br><br>For more information, see the following documentation: <br><br>- [EDIFACT managed connector reference](/connectors/edifact/) <br>- [EDIFACT built-in connector operations](#edifact-built-in-operations) <br>- [EDIFACT message limits](logic-apps-limits-and-config.md#b2b-protocol-limits)|
26
+
|**Standard**| Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) |**EDIFACT** built-in connector and **EDIFACT** managed connector. The built-in version differs in the following ways: <br><br>- The built-in version provides only actions, but you can use any trigger that works for your scenario. <br><br>- The built-in version can directly access Azure virtual networks. You don't need an on-premises data gateway.<br><br>For more information, see the following documentation: <br><br>- [EDIFACT managed connector reference](/connectors/edifact/) <br>- [EDIFACT built-in connector operations](#edifact-built-in-operations) <br>- [EDIFACT message limits](logic-apps-limits-and-config.md#b2b-protocol-limits)|
27
27
28
28
<aname="edifact-built-in-operations"></a>
29
29
30
-
### EDIFACT built-in operations (Standard workflows only - Preview)
The preview **EDIFACT** built-in connector has the following actions, which are similar to their counterpart **EDIFACT** managed connector actions, except where noted in [Limitations and known issues](#limitations-known-issues).
32
+
The **EDIFACT** built-in connector has the following actions, which are similar to their counterpart **EDIFACT** managed connector actions, except where noted in [Limitations and known issues](#limitations-known-issues).
33
33
34
34
*[**EDIFACT Encode** action](#encode)
35
35
*[**EDIFACT Decode** action](#decode)
@@ -38,19 +38,17 @@ The preview **EDIFACT** built-in connector has the following actions, which are
38
38
39
39
### Limitations and known issues
40
40
41
-
*Preview **EDIFACT** built-in connector
41
+
***EDIFACT** built-in connector
42
42
43
-
* This capability is in preview and is subject to the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
43
+
* This connector's actions currently support payloads up to 100 MB.
44
44
45
-
* This connector's actions currently support payloads up to at least 100 MB.
46
-
47
-
* The preview **EDIFACT Decode** action currently doesn't include the following capabilities:
45
+
* The **EDIFACT Decode** action currently doesn't include the following capabilities:
48
46
49
47
* Check for duplicate interchange, group, and transaction set control numbers, if configured.
50
48
51
49
* Preserve the entire interchange.
52
50
53
-
Otherwise, the preview **EDIFACT Encode** and **EDIFACT decode** built-in connector actions have capabilities similar to their counterpart **EDIFACT** managed connector actions.
51
+
Otherwise, the **EDIFACT Encode** and **EDIFACT decode** built-in connector actions have capabilities similar to their counterpart **EDIFACT** managed connector actions.
54
52
55
53
* This connector's actions currently don't support interchanges with multiple transactions or batched messages.
56
54
@@ -157,7 +155,7 @@ The **EDIFACT** managed connector action named **Encode to EDIFACT message** act
157
155
158
156
### [Standard](#tab/standard)
159
157
160
-
#### EDIFACT built-in connector (preview)
158
+
#### EDIFACT built-in connector
161
159
162
160
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
163
161
@@ -301,7 +299,7 @@ The **EDIFACT** managed connector action named **Decode EDIFACT message** action
301
299
302
300
### [Standard](#tab/standard)
303
301
304
-
#### EDIFACT built-in connector (preview)
302
+
#### EDIFACT built-in connector
305
303
306
304
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in the designer.
0 commit comments