Skip to content

Commit 8cd5e31

Browse files
authored
Merge pull request #264833 from ecfan/rosetta
Azure Logic Apps: [GitHub 119320] RosettaNet - Fix screenshots
2 parents d083008 + 5cdd32a commit 8cd5e31

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

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

Lines changed: 13 additions & 8 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: 01/04/2024
10+
ms.date: 01/31/2024
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

@@ -58,7 +58,7 @@ 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 | 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) |
61+
| **Consumption** | Multitenant 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) |
6262
| **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>
@@ -86,7 +86,12 @@ The **RosettaNet** connector has no triggers. The following table describes the
8686
> To work together, both your integration account and logic app resource must exist in the same Azure subscription and Azure region.
8787
> To use integration account artifacts in your workflow, make sure to [link your logic app resource to your integration account](logic-apps-enterprise-integration-create-integration-account.md?tabs=consumption#link-account).
8888
89-
* At least two [partners](../logic-apps/logic-apps-enterprise-integration-partners.md) that are defined in your integration account and configured with the **DUNS** qualifier under **Business Identities** in the Azure portal.
89+
* At least two [partners](../logic-apps/logic-apps-enterprise-integration-partners.md) defined in your integration account and use the **DUNS** qualifier under **Business Identities** in the Azure portal.
90+
91+
> [!NOTE]
92+
>
93+
> Make sure that you select **DUNS** as the qualifier, which you can find near the
94+
> bottom of the **Qualifier** list, and not **1 - D-U-N-S (Dun & Bradstreet)**.
9095
9196
* Optional [certificates](../logic-apps/logic-apps-enterprise-integration-certificates.md) for encrypting, decrypting, or signing the messages that you upload to the integration account. Certificates are required only if you use signing or encryption.
9297

@@ -112,7 +117,7 @@ To send or receive RosettaNet messages, your integration account requires a PIP
112117
| **PIP Code** | Yes | The three-digit PIP code. For more information, see [RosettaNet PIPs](/biztalk/adapters-and-accelerators/accelerator-rosettanet/rosettanet-pips). |
113118
| **PIP Version** | Yes | The PIP version number, which depends on your selected PIP code. |
114119

115-
For more information about these PIP properties, visit the [RosettaNet website](https://resources.gs1us.org/RosettaNet-Standards/Standards-Library/PIP-Directory#1043208-pipsreg).
120+
For more information about these PIP properties, visit the [RosettaNet website](https://www.gs1us.org/resources/rosettanet/standards-library/pip-directory).
116121

117122
1. When you're done, select **OK** to create the PIP configuration.
118123

@@ -132,11 +137,11 @@ To send or receive RosettaNet messages, your integration account requires a PIP
132137

133138
1. On the integration account navigation menu, under **Settings**, select **Agreements**.
134139

135-
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/select-agreements.png" alt-text="Screenshot of the Azure portal with the integration account page open. On the navigation menu, Agreements is selected.":::
140+
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/select-agreements.png" alt-text="Screenshot shows Azure portal with the integration account page open. On the navigation menu, the Agreements option is selected.":::
136141

137142
1. On the **Agreements** page, select **Add**. Under **Add**, enter your agreement details.
138143

139-
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/add-agreement-details.png" alt-text="Screenshot of the Agreements page, with Add selected. On the Add pane, boxes appear for the agreement name and type and for partner information.":::
144+
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/add-agreement-details.png" alt-text="Screenshot shows Agreements page with Add option selected. On the pane named Add, boxes appear for the agreement name and type and for partner information.":::
140145

141146
| Property | Required | Description |
142147
|----------|----------|-------------|
@@ -185,15 +190,15 @@ To send or receive RosettaNet messages, your integration account requires a PIP
185190
| **Action URL** | Yes | The URL to use for sending action messages. The URL is a required field for both synchronous and asynchronous messages. |
186191
| **Acknowledgment URL** | Yes | The URL to use for sending acknowledgment messages. The URL is a required field for asynchronous messages. |
187192

188-
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/add-agreement-send-details.png" alt-text="Screenshot of the Send Settings page, with options for signing and encrypting messages and for entering algorithms, certificates, and endpoints.":::
193+
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/add-agreement-send-details.png" alt-text="Screenshot shows the Send Settings page, with options for signing and encrypting messages and for entering algorithms, certificates, and endpoints.":::
189194

190195
1. To set up your agreement with the RosettaNet PIP references for partners, select **RosettaNet PIP references**. Under **PIP Name**, select the name of the PIP that you created earlier.
191196

192197
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/add-agreement-pip-details.png" alt-text="Screenshot that shows a table of PIP information that has one row. That row contains default values except the name, MyPIPConfig, which is selected.":::
193198

194199
Your selection populates the remaining properties, which are based on the PIP that you set up in your integration account. If necessary, you can change the **PIP Role**.
195200

196-
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/add-agreement-selected-pip.png" alt-text="Screenshot that shows a table of PIP information. A row for the PIP called MyPIPConfig contains accurate information.":::
201+
:::image type="content" source="media/logic-apps-enterprise-integration-rosettanet/add-agreement-selected-pip.png" alt-text="Screenshot shows a table with PIP information. The row for the PIP named MyPIPConfig shows accurate information.":::
197202

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

783 Bytes
Loading
-709 Bytes
Loading
-759 Bytes
Loading
-1.39 KB
Loading
-1.37 KB
Loading
-710 Bytes
Loading

0 commit comments

Comments
 (0)