Skip to content

Commit 8176488

Browse files
committed
Update date, try to fix warnings, correct typos, shorten alt text, make metadata description longer
1 parent 6e990e8 commit 8176488

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Exchange RosettaNet messages
3-
description: Exchange RosettaNet messages for B2B enterprise integration using Azure Logic Apps.
3+
description: Exchange RosettaNet messages for B2B enterprise integration using Azure Logic Apps. Add a PIP process configuration and an agreement to an integration account.
44
services: logic-apps
55
ms.suite: integration
66
author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 11/03/2022
10+
ms.date: 11/07/2022
1111
#Customer intent: As a logic apps developer, I want to send and receive RosettaNet messages using workflows in Azure Logic Apps so that I can use a standardized process to share business information with partners.
1212
---
1313

@@ -69,9 +69,9 @@ The **RosettaNet** connector has no triggers. The following table describes the
6969

7070
| Action | Description |
7171
|--------|-------------|
72-
| [**RosettaNet Encode** action](#encode) | |
73-
| [**RosettaNet Decode** action](#decode) | |
74-
| [**RosettaNet wait for response** action](#wait-response) | |
72+
| [**RosettaNet Encode** action](#send-or-encode-rosettanet-messages) | |
73+
| [**RosettaNet Decode** action](#receive-or-decode-rosettanet-messages) | |
74+
| [**RosettaNet wait for response** action](#send-or-encode-rosettanet-messages) | |
7575

7676
## Prerequisites
7777

@@ -100,11 +100,11 @@ To send or receive RosettaNet messages, your integration account requires a PIP
100100

101101
1. On the integration account navigation menu, under **Settings**, select **RosettaNet PIP**.
102102

103-
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/select-rosettanetpip.png" alt-text="Screenshot of the Azure portal and the the integration account page. On the navigation menu, 'RosettaNet PIP' is selected.":::
103+
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/select-rosettanetpip.png" alt-text="Screenshot of the Azure portal and the integration account page. On the navigation menu, 'RosettaNet PIP' is selected.":::
104104

105105
1. On the **RosettaNet PIP** page, select **Add**. On the **Add Partner Interface Process** pane, enter your PIP details.
106106

107-
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/add-rosettanet-pip.png" alt-text="Screenshot of the 'RosettaNet PIP' page, with 'Add' selected. On the 'Add Partner Interface Process' pane, boxes appear for the name, code, and version.":::
107+
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/add-rosettanet-pip.png" alt-text="Screenshot of the 'RosettaNet PIP' page, with 'Add' selected. The 'Add Partner Interface Process' pane contains boxes for the name, code, and version.":::
108108

109109
| Property | Required | Description |
110110
|----------|----------|-------------|
@@ -207,7 +207,7 @@ After you complete these steps, you're ready to send or receive RosettaNet messa
207207

208208
1. Under the **Choose an operation** search box, select **All**. In the search box, enter **rosettanet**. From the actions list, select the action named **RosettaNet Decode**.
209209

210-
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/select-decode-rosettanet-action.png" alt-text="Screenshot of the designer. Under the 'Choose an operation' search box, 'All' is selected. The search box contains 'rosettanet', and the 'RosettaNet Decode' action is selected.":::
210+
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/select-decode-rosettanet-action.png" alt-text="Screenshot of the designer. The 'Choose an operation' search box contains 'rosettanet', and the 'RosettaNet Decode' action is selected.":::
211211

212212
1. Enter the information for the action's properties:
213213

@@ -231,9 +231,9 @@ After you complete these steps, you're ready to send or receive RosettaNet messa
231231

232232
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/request-trigger.png" alt-text="Screenshot of the designer. Under the Request trigger, 'New step' is selected.":::
233233

234-
1. Under the **Choose an operation** search box, select **All**. In the search box, enter **rosettanet** From the actions list, select the action named **RosettaNet Encode**.
234+
1. Under the **Choose an operation** search box, select **All**. In the search box, enter **rosettanet**. From the actions list, select the action named **RosettaNet Encode**.
235235

236-
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/select-encode-rosettanet-action.png" alt-text="Screenshot of the designer. Under the 'Choose an operation' search box, 'All' is selected. The search box contains 'rosettanet', and the 'RosettaNet Encode' action is selected.":::
236+
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/select-encode-rosettanet-action.png" alt-text="Screenshot of the designer. The 'Choose an operation' search box contains 'rosettanet', and the 'RosettaNet Encode' action is selected.":::
237237

238238
1. Enter the information for the action's properties:
239239

@@ -254,13 +254,13 @@ After you complete these steps, you're ready to send or receive RosettaNet messa
254254

255255
1. To send the encoded message, the following example uses the **HTTP** action, which is renamed **HTTP - Send encoded message to partner**.
256256

257-
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/send-rosettanet-message-to-partner.png" alt-text="Screenshot of the designer with an HTTP action that's renamed as 'HTTP - Send encoded message to partner', and the URI, header, and body values are entered.":::
257+
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/send-rosettanet-message-to-partner.png" alt-text="Screenshot of the designer with an HTTP action renamed as 'HTTP - Send encoded message to partner', and the URI, header, and body values are entered.":::
258258

259259
According to RosettaNet standards, business transactions are considered complete only when all the steps defined by the PIP are complete.
260260

261261
1. After the host sends the encoded message to a partner, the host waits for the signal and acknowledgment. To accomplish this task, add the action named **RosettaNet wait for response**.
262262

263-
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/rosettanet-wait-for-response-action.png" alt-text="Screenshot of the designer with the 'RosettaNet wait for response' action where boxes are available for the body, PIP instance identity, retry count, and role.":::
263+
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/rosettanet-wait-for-response-action.png" alt-text="Screenshot of a 'RosettaNet wait for response' action where boxes are available for the body, PIP instance identity, retry count, and role.":::
264264

265265
The duration to use for waiting and the number of retries are based on the PIP configuration in your integration account. If the response isn't received, a Notification of Failure is generated. To handle retries, always put the **Encode** and **Wait for response** actions in an **Until** loop.
266266

0 commit comments

Comments
 (0)