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
@@ -497,22 +497,38 @@ Azure Logic Apps provides the following built-in actions for working with data o
497
497
498
498
## Integration account built-in connectors
499
499
500
-
Integration account operations specifically support business-to-business (B2B) communication scenarios in Azure Logic Apps. After you create an integration account and define your B2B artifacts, such as trading partners, agreements, maps, and schemas, you can use integration account built-in actions to encode and decode messages, transform content, and more.
500
+
Integration account operations support business-to-business (B2B) communication scenarios in Azure Logic Apps. After you create an integration account and define your B2B artifacts, such as trading partners, agreements, and others, you can use integration account built-in actions to encode and decode messages, transform content, and more.
501
501
502
-
* Consumption logic apps
502
+
* Consumption logic app workflows
503
503
504
-
Before you use any integration account operations in a Consumption logic app, you have to [link your logic app to your integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md).
504
+
Before you use any integration account operations in a workflow, [link your logic app resource to your integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md).
505
505
506
-
* Standard logic apps
506
+
* Standard logic app workflows
507
507
508
-
Integration account operations don't require that you link your logic app to your integration account. Instead, you create a connection to your integration account when you add the operation to your Standard logic app workflow. Actually, the built-in Liquid operations and XML operations don't even need an integration account. However, you have to upload Liquid maps, XML maps, or XML schemas through the respective operations in the Azure portal or add these files to your Visual Studio Code project's **Artifacts** folder using the respective **Maps** and **Schemas** folders.
508
+
Integration account operations don't require that you link your logic app resource to your integration account, although linking lets you share artifacts across multiple logic apps. Instead, based on the operation, you complete one of the following steps before you use the operation:
509
+
510
+
* Upload [maps](../logic-apps/logic-apps-enterprise-integration-maps.md?tabs=standard) or [schemas](../logic-apps/logic-apps-enterprise-integration-schemas.md?tabs=standard) to your logic app resource using the Azure portal or Visual Studio Code. Or, [link your logic app resource to your integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md).
511
+
512
+
* Connect to your integration account when you add the operation to your workflow.
509
513
510
514
For more information, review the following documentation:
@@ -658,9 +675,10 @@ For more information, review the following documentation:
658
675
[variables-doc]: ../logic-apps/logic-apps-create-variables-store-values.md"Perform operations with variables, such as initialize, set, increment, decrement, and append to string or array variable"
659
676
660
677
<!--Built-in integration account doc links-->
661
-
[flat-file-decode-doc]:../logic-apps/logic-apps-enterprise-integration-flatfile.md"Learn about enterprise integration flat file"
662
-
[flat-file-encode-doc]:../logic-apps/logic-apps-enterprise-integration-flatfile.md"Learn about enterprise integration flat file"
678
+
[as2-doc]: ../logic-apps/logic-apps-enterprise-integration-as2.md"Encode and decode messages that use the AS2 protocol"
679
+
[flat-file-decode-doc]:../logic-apps/logic-apps-enterprise-integration-flatfile.md"Decode XML content with a flat file schema"
680
+
[flat-file-encode-doc]:../logic-apps/logic-apps-enterprise-integration-flatfile.md"Encode XML content with a flat file schema"
663
681
[integration-account-doc]: ../logic-apps/logic-apps-enterprise-integration-metadata.md"Manage metadata for integration account artifacts"
664
-
[json-liquid-transform-doc]: ../logic-apps/logic-apps-enterprise-integration-liquid-transform.md"Transform JSON with Liquid templates"
665
-
[xml-transform-doc]: ../logic-apps/logic-apps-enterprise-integration-transform.md"Transform XML messages"
666
-
[xml-validate-doc]: ../logic-apps/logic-apps-enterprise-integration-xml-validation.md"Validate XML messages"
682
+
[json-liquid-transform-doc]: ../logic-apps/logic-apps-enterprise-integration-liquid-transform.md"Transform JSON or XML content with Liquid templates"
683
+
[xml-transform-doc]: ../logic-apps/logic-apps-enterprise-integration-transform.md"Transform XML content"
684
+
[xml-validate-doc]: ../logic-apps/logic-apps-enterprise-integration-xml-validation.md"Validate XML content"
Copy file name to clipboardExpand all lines: articles/connectors/managed.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,15 +273,15 @@ For a *Consumption* logic app, this section lists example [Standard connectors](
273
273
274
274
## Integration account connectors
275
275
276
-
Integration account operations specifically support business-to-business (B2B) communication scenarios in Azure Logic Apps. After you create an integration account and define your B2B artifacts, such as trading partners, agreements, maps, and schemas, you can use integration account connectors to encode and decode messages, transform content, and more.
276
+
Integration account operations support business-to-business (B2B) communication scenarios in Azure Logic Apps. After you create an integration account and define your B2B artifacts, such as trading partners, agreements, and others, you can use integration account connectors to encode and decode messages, transform content, and more.
277
277
278
278
For example, if you use Microsoft BizTalk Server, you can create a connection from your workflow using the [on-premises BizTalk Server connector](/connectors/biztalk/). You can then extend or perform BizTalk-like operations in your workflow by using these integration account connectors.
279
279
280
-
* Consumption logic apps
280
+
* Consumption logic app workflows
281
281
282
-
Before you use any integration account operations in a Consumption logic app, you have to [link your logic app to your integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md).
282
+
Before you use any integration account operations in a Consumption workflow, you have to [link your logic app resource to your integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md).
283
283
284
-
* Standard logic apps
284
+
* Standard logic app workflows
285
285
286
286
Integration account operations don't require that you link your logic app to your integration account. Instead, you create a connection to your integration account when you add the operation to your Standard logic app workflow.
287
287
@@ -291,6 +291,18 @@ For more information, review the following documentation:
291
291
*[Create and manage integration accounts for B2B workflows](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md)
292
292
293
293
:::row:::
294
+
:::column:::
295
+
[![AS2 Decode v2 icon][as2-v2-icon]][as2-doc]
296
+
\
297
+
\
298
+
[**AS2 Decode (v2)**][as2-doc]
299
+
:::column-end:::
300
+
:::column:::
301
+
[![AS2 Encode (v2) icon][as2-v2-icon]][as2-doc]
302
+
\
303
+
\
304
+
[**AS2 Encode (v2)**][as2-doc]
305
+
:::column-end:::
294
306
:::column:::
295
307
[![AS2 decoding icon][as2-icon]][as2-doc]
296
308
\
@@ -303,6 +315,8 @@ For more information, review the following documentation:
0 commit comments