Skip to content

Commit 4d51fa3

Browse files
committed
Connector overview updates
1 parent 2a79647 commit 4d51fa3

File tree

3 files changed

+51
-18
lines changed

3 files changed

+51
-18
lines changed

articles/connectors/built-in.md

Lines changed: 32 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8-
ms.date: 08/25/2022
8+
ms.date: 09/07/2022
99
---
1010

1111
# Built-in connectors in Azure Logic Apps
@@ -28,7 +28,7 @@ The following table lists the current and expanding galleries of built-in connec
2828

2929
| Consumption | Standard |
3030
|-------------|----------|
31-
| Azure API Management<br>Azure App Services <br>Azure Functions <br>Azure Logic Apps <br>Batch <br>Control <br>Data Operations <br>Date Time <br>Flat File <br>HTTP <br>Inline Code <br>Integration Account <br>Liquid <br>Request <br>Schedule <br>Variables <br>XML | Azure Blob* <br>Azure Cosmos DB* <br>Azure Functions <br>Azure Queue* <br>Azure Table Storage* <br>Control <br>Data Operations <br>Date Time <br>DB2* <br>Event Hubs* <br>Flat File <br>FTP* <br>HTTP <br>IBM Host File* <br>Inline Code <br>Liquid operations <br>MQ* <br>Request <br>Schedule <br>Service Bus* <br>SFTP* <br>SQL Server* <br>Variables <br>Workflow operations <br>XML operations |
31+
| Azure API Management<br>Azure App Services <br>Azure Functions <br>Azure Logic Apps <br>Batch <br>Control <br>Data Operations <br>Date Time <br>Flat File <br>HTTP <br>Inline Code <br>Integration Account <br>Liquid <br>Request <br>Schedule <br>Variables <br>XML | AS2 (v2) <br>Azure Automation* <br>Azure Blob* <br>Azure Cosmos DB* <br>Azure File Storage* <br>Azure Functions <br>Azure Queue* <br>Azure Table Storage* <br>Control <br>Data Operations <br>Date Time <br>DB2* <br>Event Hubs* <br>Flat File <br>FTP* <br>HTTP <br>IBM Host File* <br>Inline Code <br>Key Vault* <br>Liquid operations <br>MQ* <br>Request <br>Schedule <br>Service Bus* <br>SFTP* <br>SMTP* <br>SQL Server* <br>Variables <br>Workflow operations <br>XML operations |
3232
|||
3333

3434
<a name="service-provider-interface-implementation"></a>
@@ -497,22 +497,38 @@ Azure Logic Apps provides the following built-in actions for working with data o
497497

498498
## Integration account built-in connectors
499499

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.
501501

502-
* Consumption logic apps
502+
* Consumption logic app workflows
503503

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).
505505

506-
* Standard logic apps
506+
* Standard logic app workflows
507507

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.
509513

510514
For more information, review the following documentation:
511515

512516
* [Business-to-business (B2B) enterprise integration workflows](../logic-apps/logic-apps-enterprise-integration-overview.md)
513517
* [Create and manage integration accounts for B2B workflows](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md)
514518

515519
:::row:::
520+
:::column:::
521+
[![AS2 Decode v2 icon][as2-v2-icon]][as2-doc]
522+
\
523+
\
524+
[**AS2 Decode (v2)**][as2-doc]<br>(*Standard logic app only*)
525+
:::column-end:::
526+
:::column:::
527+
[![AS2 Encode (v2) icon][as2-v2-icon]][as2-doc]
528+
\
529+
\
530+
[**AS2 Encode (v2)**][as2-doc]<br>(*Standard logic app only*)
531+
:::column-end:::
516532
:::column:::
517533
[![Flat file decoding icon][flat-file-decode-icon]][flat-file-decode-doc]
518534
\
@@ -531,6 +547,8 @@ For more information, review the following documentation:
531547
\
532548
Decode XML after receiving the content from a trading partner.
533549
:::column-end:::
550+
:::row-end:::
551+
:::row:::
534552
:::column:::
535553
[![Integration account icon][integration-account-icon]][integration-account-doc]
536554
\
@@ -549,8 +567,6 @@ For more information, review the following documentation:
549567
\
550568
Convert the following formats by using Liquid templates: <p><p>- JSON to JSON <br>- JSON to TEXT <br>- XML to JSON <br>- XML to TEXT
551569
:::column-end:::
552-
:::row-end:::
553-
:::row:::
554570
:::column:::
555571
[![Transform XML icon][xml-transform-icon]][xml-transform-doc]
556572
\
@@ -613,6 +629,7 @@ For more information, review the following documentation:
613629
[variables-icon]: ./media/apis-list/variables.png
614630

615631
<!--Built-in integration account connector icons -->
632+
[as2-v2-icon]: ./media/apis-list/as2-v2.png
616633
[flat-file-encode-icon]: ./media/apis-list/flat-file-encoding.png
617634
[flat-file-decode-icon]: ./media/apis-list/flat-file-decoding.png
618635
[integration-account-icon]: ./media/apis-list/integration-account.png
@@ -658,9 +675,10 @@ For more information, review the following documentation:
658675
[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"
659676

660677
<!--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"
663681
[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"

articles/connectors/managed.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,15 +273,15 @@ For a *Consumption* logic app, this section lists example [Standard connectors](
273273

274274
## Integration account connectors
275275

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.
277277

278278
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.
279279

280-
* Consumption logic apps
280+
* Consumption logic app workflows
281281

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).
283283

284-
* Standard logic apps
284+
* Standard logic app workflows
285285

286286
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.
287287

@@ -291,6 +291,18 @@ For more information, review the following documentation:
291291
* [Create and manage integration accounts for B2B workflows](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md)
292292

293293
:::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:::
294306
:::column:::
295307
[![AS2 decoding icon][as2-icon]][as2-doc]
296308
\
@@ -303,6 +315,8 @@ For more information, review the following documentation:
303315
\
304316
[**AS2 encoding**][as2-doc]
305317
:::column-end:::
318+
:::row-end:::
319+
:::row:::
306320
:::column:::
307321
[![EDIFACT decoding icon][edifact-icon]][edifact-decode-doc]
308322
\
@@ -632,6 +646,7 @@ For more information, see these topics:
632646
[youtube-doc]: ./connectors-create-api-youtube.md "Connect to YouTube. Manage your videos and channels"
633647

634648
<!--Integration account connector icons -->
649+
[as2-v2-icon]: ./media/apis-list/as2-v2.png
635650
[as2-icon]: ./media/apis-list/as2.png
636651
[edifact-icon]: ./media/apis-list/edifact.png
637652
[x12-icon]: ./media/apis-list/x12.png
1.03 KB
Loading

0 commit comments

Comments
 (0)