|
1 | 1 | ---
|
2 | 2 | title: What are connectors
|
3 |
| -description: Learn how connectors help you access data, events, and resources in other apps, services, and systems from workflows in Azure Logic Apps. |
| 3 | +description: Learn how connectors in Azure Logic Apps help you access data, events, and resources in other apps, services, and systems from workflows. |
4 | 4 | services: logic-apps
|
5 | 5 | ms.suite: integration
|
6 | 6 | ms.reviewer: estfan, azla
|
@@ -43,13 +43,13 @@ An action specifies a task to perform and always appears as a subsequent step in
|
43 | 43 |
|
44 | 44 | ## Built-in connectors versus managed connectors
|
45 | 45 |
|
46 |
| -In Azure Logic Apps, connectors are either *built-in* or *managed*. Some connectors have both versions. The available versions depend on whether you create a *Consumption* logic app workflow that runs in multi-tenant Azure Logic Apps or a *Standard* logic app workflow that runs in single-tenant Azure Logic Apps. For more information about logic app resource types, see [Resource types and host environment differences](../logic-apps/logic-apps-overview.md#resource-environment-differences). |
| 46 | +In Azure Logic Apps, connectors are either *built in* or *managed*. Some connectors have both versions. The available versions depend on whether you create a *Consumption* logic app workflow that runs in multi-tenant Azure Logic Apps or a *Standard* logic app workflow that runs in single-tenant Azure Logic Apps. For more information about logic app resource types, see [Resource types and host environment differences](../logic-apps/logic-apps-overview.md#resource-environment-differences). |
47 | 47 |
|
48 | 48 | * [Built-in connectors](built-in.md) are designed to run directly and natively inside Azure Logic Apps.
|
49 | 49 |
|
50 | 50 | * [Managed connectors](managed.md) are deployed, hosted, and managed in Azure by Microsoft. Managed connectors mostly provide a proxy or a wrapper around an API that the underlying service or system uses to communicate with Azure Logic Apps.
|
51 | 51 |
|
52 |
| - * In a Consumption workflow, managed connectors appear in the designer under the **Standard** or **Enterprise** labels, based their on pricing level. |
| 52 | + * In a Consumption workflow, managed connectors appear in the designer under the **Standard** or **Enterprise** labels, based on their pricing level. |
53 | 53 |
|
54 | 54 | * In a Standard workflow, all managed connectors appear in the designer under the **Azure** label.
|
55 | 55 |
|
|
0 commit comments