Skip to content

Commit cc8bb5b

Browse files
authored
Merge pull request #248366 from ecfan/b2b
Azure Logic Apps: Consolidate X12 docs
2 parents 0f9380b + 0bac389 commit cc8bb5b

File tree

63 files changed

+568
-713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+568
-713
lines changed

articles/logic-apps/.openpublishing.redirection.logic-apps.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/logic-apps/logic-apps-enterprise-integration-x12-encode.md",
5+
"redirect_url": "/azure/logic-apps/logic-apps-enterprise-integration-x12",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/logic-apps/logic-apps-enterprise-integration-x12-decode.md",
10+
"redirect_url": "/azure/logic-apps/logic-apps-enterprise-integration-x12",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path_from_root": "/articles/logic-apps/update-consumption-workflow-schema.md",
515
"redirect_url": "/azure/logic-apps/update-workflow-definition-language-schema",
@@ -262,12 +272,12 @@
262272
},
263273
{
264274
"source_path_from_root": "/articles/app-service-logic/app-service-logic-enterprise-integration-x12-decode.md",
265-
"redirect_url": "/azure/logic-apps/logic-apps-enterprise-integration-x12-decode",
275+
"redirect_url": "/azure/logic-apps/logic-apps-enterprise-integration-x12",
266276
"redirect_document_id": false
267277
},
268278
{
269279
"source_path_from_root": "/articles/app-service-logic/app-service-logic-enterprise-integration-x12-encode.md",
270-
"redirect_url": "/azure/logic-apps/logic-apps-enterprise-integration-x12-encode",
280+
"redirect_url": "/azure/logic-apps/logic-apps-enterprise-integration-x12",
271281
"redirect_document_id": false
272282
},
273283
{

articles/logic-apps/logic-apps-enterprise-integration-as2-mdn-acknowledgment.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ title: AS2 MDN acknowledgments
33
description: Learn about Message Disposition Notification (MDN) acknowledgments for AS2 messages in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
author: S-Jindal
7-
ms.author: shivamjindal
86
ms.reviewer: estfan, azla
97
ms.topic: reference
10-
ms.date: 08/23/2022
8+
ms.date: 08/15/2023
119
---
1210

1311
# MDN acknowledgments for AS2 messages in Azure Logic Apps

articles/logic-apps/logic-apps-enterprise-integration-as2-message-settings.md

Lines changed: 11 additions & 13 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: reference
10-
ms.date: 08/23/2022
10+
ms.date: 08/15/2023
1111
---
1212

1313
# Reference for AS2 message settings in agreements for Azure Logic Apps
@@ -16,35 +16,34 @@ ms.date: 08/23/2022
1616

1717
This reference describes the properties that you can set in an AS2 agreement for specifying how to handle messages between [trading partners](logic-apps-enterprise-integration-partners.md). Set up these properties based on your agreement with the partner that exchanges messages with you.
1818

19-
<a name="AS2-incoming-messages"></a>
19+
<a name="as2-inbound-messages"></a>
2020

2121
## AS2 Receive settings
2222

23-
![Select "Receive Settings"](./media/logic-apps-enterprise-integration-as2-message-settings/receive-settings.png)
23+
![Screenshot shows Azure portal and AS2 agreement settings for inbound messages.](./media/logic-apps-enterprise-integration-as2-message-settings/receive-settings.png)
2424

2525
| Property | Required | Description |
2626
|----------|----------|-------------|
2727
| **Override message properties** | No | Overrides the properties on incoming messages with your property settings. |
28-
| **Message should be signed** | No | Specifies whether all incoming messages must be digitally signed. If you require signing, from the **Certificate** list, select an existing guest partner public certificate for validating the signature on the messages. If you don't have a certificate, learn more about [adding certificates](../logic-apps/logic-apps-enterprise-integration-certificates.md). |
29-
| **Message should be encrypted** | No | Specifies whether all incoming messages must be encrypted. Non-encrypted messages are rejected. If you require encryption, from the **Certificate** list, select an existing host partner private certificate for decrypting incoming messages. If you don't have a certificate, learn more about [adding certificates](../logic-apps/logic-apps-enterprise-integration-certificates.md). |
28+
| **Message should be signed** | No | Specifies whether all incoming messages must be digitally signed. If you require signing, from the **Certificate** list, select an existing guest partner public certificate for validating the signature on the messages. If you don't have a certificate, learn more about [adding certificates](logic-apps-enterprise-integration-certificates.md). |
29+
| **Message should be encrypted** | No | Specifies whether all incoming messages must be encrypted. Non-encrypted messages are rejected. If you require encryption, from the **Certificate** list, select an existing host partner private certificate for decrypting incoming messages. If you don't have a certificate, learn more about [adding certificates](logic-apps-enterprise-integration-certificates.md). |
3030
| **Message should be compressed** | No | Specifies whether all incoming messages must be compressed. Non-compressed messages are rejected. |
3131
| **Disallow Message ID duplicates** | No | Specifies whether to allow messages with duplicate IDs. If you disallow duplicate IDs, select the number of days between checks. You can also choose whether to suspend duplicates. |
3232
| **MDN Text** | No | Specifies the default message disposition notification (MDN) that you want sent to the message sender. |
33-
| **Send MDN** | No | Specifies whether to send synchronous MDNs for received messages. |
33+
| **Send MDN** | No | Specifies whether to send synchronous MDNs for received messages. |
3434
| **Send signed MDN** | No | Specifies whether to send signed MDNs for received messages. If you require signing, from the **MIC Algorithm** list, select the algorithm to use for signing messages. |
3535
| **Send asynchronous MDN** | No | Specifies whether to send MDNs asynchronously. If you select asynchronous MDNs, in the **URL** box, specify the URL for where to send the MDNs. |
36-
||||
3736

38-
<a name="AS2-outgoing-messages"></a>
37+
<a name="as2-outbound-messages"></a>
3938

4039
## AS2 Send settings
4140

42-
![Select "Send Settings"](./media/logic-apps-enterprise-integration-as2-message-settings/send-settings.png)
41+
![Screenshot shows Azure portal and AS2 agreement settings for outbound messages.](./media/logic-apps-enterprise-integration-as2-message-settings/send-settings.png)
4342

4443
| Property | Required | Description |
4544
|----------|----------|-------------|
46-
| **Enable message signing** | No | Specifies whether all outgoing messages must be digitally signed. If you require signing, select these values: <p>- From the **Signing Algorithm** list, select the algorithm to use for signing messages. <br>- From the **Certificate** list, select an existing host partner private certificate for signing messages. If you don't have a certificate, learn more about [adding certificates](../logic-apps/logic-apps-enterprise-integration-certificates.md). |
47-
| **Enable message encryption** | No | Specifies whether all outgoing messages must be encrypted. If you require encryption, select these values: <p>- From the **Encryption Algorithm** list, select the guest partner public certificate algorithm to use for encrypting messages. <br>- From the **Certificate** list, select an existing guest partner public certificate for encrypting outgoing messages. If you don't have a certificate, learn more about [adding certificates](../logic-apps/logic-apps-enterprise-integration-certificates.md). |
45+
| **Enable message signing** | No | Specifies whether all outgoing messages must be digitally signed. If you require signing, select these values: <br><br>- From the **Signing Algorithm** list, select the algorithm to use for signing messages. <br>- From the **Certificate** list, select an existing host partner private certificate for signing messages. If you don't have a certificate, learn more about [adding certificates](logic-apps-enterprise-integration-certificates.md). |
46+
| **Enable message encryption** | No | Specifies whether all outgoing messages must be encrypted. If you require encryption, select these values: <br><br>- From the **Encryption Algorithm** list, select the guest partner public certificate algorithm to use for encrypting messages. <br>- From the **Certificate** list, select an existing guest partner public certificate for encrypting outgoing messages. If you don't have a certificate, learn more about [adding certificates](logic-apps-enterprise-integration-certificates.md). |
4847
| **Enable message compression** | No | Specifies whether all outgoing messages must be compressed. |
4948
| **Unfold HTTP headers** | No | Puts the HTTP `content-type` header onto a single line. |
5049
| **Transmit file name in MIME header** | No | Specifies whether to include the file name in the MIME header. |
@@ -53,8 +52,7 @@ This reference describes the properties that you can set in an AS2 agreement for
5352
| **Request asynchronous MDN** | No | Specifies whether to receive MDNs asynchronously. If you select asynchronous MDNs, in the **URL** box, specify the URL for where to send the MDNs. |
5453
| **Enable NRR** | No | Specifies whether to require non-repudiation receipt (NRR). This communication attribute provides evidence that the data was received as addressed. |
5554
| **SHA2 Algorithm format** | No | Specifies the MIC algorithm format to use for signing in the headers for the outgoing AS2 messages or MDN |
56-
||||
5755

5856
## Next steps
5957

60-
[Exchange AS2 messages](../logic-apps/logic-apps-enterprise-integration-as2.md)
58+
[Exchange AS2 messages](logic-apps-enterprise-integration-as2.md)

0 commit comments

Comments
 (0)