Skip to content

Commit 0b2676a

Browse files
authored
Merge pull request #5 from ecfan/patch-1
Add operation descriptions and other edits
2 parents 8176488 + c72f05b commit 0b2676a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ The RosettaNet connector is available only for Consumption logic app workflows.
5858

5959
| Logic app | Environment | Connector version |
6060
|-----------|-------------|-------------------|
61-
| **Consumption** | Multi-tenant Azure Logic Apps | **RosettaNet** managed connector (Standard class). The **RosettaNet** connector provides only actions, but you can use any trigger that works for your scenario. For more information, review the following documentation: <br><br>- [RosettaNet managed connector operations](#rosettanet-operations) <br>- [B2B protocol limits for message sizes](logic-apps-limits-and-config.md#b2b-protocol-limits) <br>- [Managed connectors in Azure Logic Apps](../connectors/managed.md) |
62-
| **Consumption** | Integration service environment (ISE) | **RosettaNet** managed connector (CORE class). The **RosettaNet** connector provides only actions, but you can use any trigger that works for your scenario. For more information, review the following documentation: <br><br>- [RosettaNet managed connector operations](#rosettanet-operations) <br>- [ISE message limits](logic-apps-limits-and-config.md#message-size-limits) <br>- [Managed connectors in Azure Logic Apps](../connectors/managed.md) |
61+
| **Consumption** | Multi-tenant Azure Logic Apps | Managed connector, which appears in the designer under the **Standard** label. The **RosettaNet** connector provides only actions, but you can use any trigger that works for your scenario. For more information, review the following documentation: <br><br>- [RosettaNet connector operations](#rosettanet-operations) <br>- [B2B protocol limits for message sizes](logic-apps-limits-and-config.md#b2b-protocol-limits) <br>- [Managed connectors in Azure Logic Apps](../connectors/managed.md) |
62+
| **Consumption** | Integration service environment (ISE) | Built-in connector, which appears in the designer with the **CORE** label. The **RosettaNet** connector provides only actions, but you can use any trigger that works for your scenario. For more information, review the following documentation: <br><br>- [RosettaNet connector operations](#rosettanet-operations) <br>- [ISE message limits](logic-apps-limits-and-config.md#message-size-limits) <br>- [Managed connectors in Azure Logic Apps](../connectors/managed.md) |
6363

6464
<a name="rosettanet-operations"></a>
6565

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

7070
| Action | Description |
7171
|--------|-------------|
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) | |
72+
| [**RosettaNet Encode** action](#send-encode-rosettanet) | Send RosettaNet messages using encoding that follows RosettaNet standards. |
73+
| [**RosettaNet Decode** action](#receive-decode-rosettanet) | Receive RosettaNet messages using decoding that follows RosettaNet standards. |
74+
| [**RosettaNet wait for response** action](#send-encode-rosettanet) | Have the host wait for a RosettaNet response or signal message from the receiver. |
7575

7676
## Prerequisites
7777

@@ -124,6 +124,8 @@ To send or receive RosettaNet messages, your integration account requires a PIP
124124

125125
1. Confirm that the settings correspond to the values in the appropriate PIP specification and meet your business needs. If necessary, update the values in JSON and save those changes.
126126

127+
<a name="create-rosettanet-agreement"></a>
128+
127129
## Create RosettaNet agreement
128130

129131
1. In the [Azure portal](https://portal.azure.com), go to your integration account.
@@ -195,6 +197,8 @@ To send or receive RosettaNet messages, your integration account requires a PIP
195197

196198
After you complete these steps, you're ready to send or receive RosettaNet messages.
197199

200+
<a name="receive-decode-rosettanet"></a>
201+
198202
## Receive or decode RosettaNet messages
199203

200204
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app workflow in the designer.
@@ -221,6 +225,8 @@ After you complete these steps, you're ready to send or receive RosettaNet messa
221225

222226
The output of the RosettaNet Decode action includes **Outbound signal**. You can encode this output and return it to the partner, or you can take any other action on this output.
223227

228+
<a name="send-encode-rosettanet"></a>
229+
224230
## Send or encode RosettaNet messages
225231

226232
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app workflow in the designer.
@@ -276,4 +282,4 @@ To accelerate development and recommend integration patterns, you can use Consum
276282

277283
* [Managed connector reference for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
278284
* [About managed connectors in Azure Logic Apps](../connectors/managed.md)
279-
* [About built-in connectors for Azure Logic Apps](../connectors/built-in.md)
285+
* [About built-in connectors for Azure Logic Apps](../connectors/built-in.md)

0 commit comments

Comments
 (0)