Skip to content

Commit e8c5c50

Browse files
authored
Merge pull request #191979 from ecfan/service-providers
Azure Logic Apps: Custom built-in connectors for Standard logic app workflows - 05/17/22 10 AM publish
2 parents 7bc3029 + 3c0310b commit e8c5c50

28 files changed

+942
-210
lines changed

articles/connectors/apis-list.md

Lines changed: 46 additions & 35 deletions
Large diffs are not rendered by default.

articles/connectors/built-in.md

Lines changed: 90 additions & 44 deletions
Large diffs are not rendered by default.

articles/connectors/managed.md

Lines changed: 121 additions & 88 deletions
Large diffs are not rendered by default.
1.41 KB
Loading
-648 Bytes
Loading
1.13 KB
Loading

articles/logic-apps/create-custom-built-in-connector-standard.md

Lines changed: 438 additions & 0 deletions
Large diffs are not rendered by default.

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,23 @@ To debug a stateless workflow more easily, you can enable the run history for th
461461

462462
1. To disable the run history when you're done, either set the `Workflows.{yourWorkflowName}.OperationOptions`property to `None`, or delete the property and its value.
463463

464+
<a name="view-connections"></a>
465+
466+
## View connections
467+
468+
When you create connections within a workflow using [managed connectors](../connectors/managed.md) or [service provider based, built-in connectors](../connectors/built-in.md), these connections are actually separate Azure resources with their own resource definitions.
469+
470+
1. From your logic app's menu, under **Workflows**, select **Connections**.
471+
472+
1. Based on the connection type, you want to view, select one of the following options:
473+
474+
| Option | Description |
475+
|--------|-------------|
476+
| **API Connections** | Connections created by managed connectors |
477+
| **Service Provider Connections** | Connections created by built-in connectors based on the service provider interface implementation. a specific connection instance, which shows more information about that connection. To view the selected connection's underlying resource definition, select **JSON View**. |
478+
| **JSON View** | The underlying resource definitions for all connections in the logic app |
479+
|||
480+
464481
<a name="delete-from-designer"></a>
465482

466483
## Delete items from the designer

articles/logic-apps/custom-connector-overview.md

Lines changed: 194 additions & 25 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 11/02/2021
1212

1313
# Encode and decode flat files in Azure Logic Apps
1414

15-
Before you send XML content to a business partner in a business-to-business (B2B) scenario, you might want to encode that content first. By building a logic app workflow, you can encode and decode flat files by using the [built-in](../connectors/built-in.md#integration-account-built-in-actions) **Flat File** actions.
15+
Before you send XML content to a business partner in a business-to-business (B2B) scenario, you might want to encode that content first. By building a logic app workflow, you can encode and decode flat files by using the [built-in](../connectors/built-in.md#integration-account-built-in) **Flat File** actions.
1616

1717
Although no **Flat File** triggers are available, you can use a different trigger or action to get or feed the XML content from various sources into your workflow for encoding or decoding. For example, you can use the Request trigger, another app, or other [connectors supported by Azure Logic Apps](../connectors/apis-list.md). You can use **Flat File** actions with workflows in the [**Logic App (Consumption)** and **Logic App (Standard)** resource types](single-tenant-overview-compare.md).
1818

@@ -40,7 +40,7 @@ This article shows how to add the Flat File encoding and decoding actions to an
4040

4141
* A [link to your logic app resource](logic-apps-enterprise-integration-create-integration-account.md#link-account).
4242

43-
* If you're using use the [**Logic App (Standard)** resource type](logic-apps-overview.md#resource-type-and-host-environment-differences), you don't store schemas in your integration account. Instead, you can [directly add schemas to your logic app resource](logic-apps-enterprise-integration-schemas.md) using either the Azure portal or Visual Studio Code. You can then use these schemas across multiple workflows within the *same logic app resource*.
43+
* If you're using the [**Logic App (Standard)** resource type](logic-apps-overview.md#resource-type-and-host-environment-differences), you don't store schemas in your integration account. Instead, you can [directly add schemas to your logic app resource](logic-apps-enterprise-integration-schemas.md) using either the Azure portal or Visual Studio Code. You can then use these schemas across multiple workflows within the *same logic app resource*.
4444

4545
You still need an integration account to store other artifacts, such as partners, agreements, and certificates, along with using the [AS2](logic-apps-enterprise-integration-as2.md), [X12](logic-apps-enterprise-integration-x12.md), and [EDIFACT](logic-apps-enterprise-integration-edifact.md) operations. However, you don't need to link your logic app resource to your integration account, so the linking capability doesn't exist. Your integration account still has to meet other requirements, such as using the same Azure subscription and existing in the same location as your logic app resource.
4646

0 commit comments

Comments
 (0)