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
Copy file name to clipboardExpand all lines: articles/connectors/built-in.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ For a smaller number of services, systems, and protocols, Azure Logic Apps provi
17
17
18
18
For example, a Standard workflow can use both managed connectors and built-in connectors for Azure Blob Storage, Azure Cosmos DB, Azure Event Hubs, Azure Service Bus, FTP, IBM DB2, IBM MQ, SFTP, and SQL Server. A Consumption workflow doesn't have the built-in versions. A Consumption workflow can use built-in connectors for Azure API Management, and Azure App Service, while a Standard workflow doesn't have these built-in connectors.
19
19
20
-
Also, in Standard workflows, some [built-in connectors with specific attributes are informally known as *service providers*](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). Some built-in connectors support only a single way to authenticate a connection to the underlying service. Other built-in connectors can offer a choice, such as using a connection string, Microsoft Entra ID, or a managed identity. All built-in connectors run in the same process as the Azure Logic Apps runtime. For more information, review [Single-tenant versus multitenant and integration service environment (ISE)](../logic-apps/single-tenant-overview-compare.md).
20
+
Also, in Standard workflows, some [built-in connectors with specific attributes are informally known as *service providers*](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). Some built-in connectors support only a single way to authenticate a connection to the underlying service. Other built-in connectors can offer a choice, such as using a connection string, Microsoft Entra ID, or a managed identity. All built-in connectors run in the same process as the Azure Logic Apps runtime. For more information, review [Single-tenant versus multitenant in Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md).
21
21
22
22
This article provides a general overview about built-in connectors in Consumption workflows versus Standard workflows.
Copy file name to clipboardExpand all lines: articles/connectors/introduction.md
+22-28Lines changed: 22 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This overview provides a high-level introduction to connectors and how they gene
29
29
30
30
## Built-in connectors versus managed connectors
31
31
32
-
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).
32
+
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 multitenant 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).
33
33
34
34
*[Built-in connectors](built-in.md) are designed to run directly and natively inside Azure Logic Apps.
35
35
@@ -120,7 +120,7 @@ If your workflows also use managed connectors, such as the Office 365 Outlook co
120
120
121
121
## Custom connectors and APIs
122
122
123
-
In Consumption workflows for multi-tenant Azure Logic Apps, you can call Swagger-based or SOAP-based APIs that aren't available as out-of-the-box connectors. You can also run custom code by creating custom API Apps. For more information, see the following documentation:
123
+
In Consumption workflows for multitenant Azure Logic Apps, you can call Swagger-based or SOAP-based APIs that aren't available as out-of-the-box connectors. You can also run custom code by creating custom API Apps. For more information, see the following documentation:
124
124
125
125
*[Swagger-based or SOAP-based custom connectors for Consumption workflows](../logic-apps/custom-connector-overview.md#custom-connector-consumption)
126
126
@@ -138,7 +138,17 @@ In Standard workflows for single-tenant Azure Logic Apps, you can create nativel
138
138
139
139
## ISE and connectors
140
140
141
-
For workflows that need direct access to resources in an Azure virtual network, you can use a dedicated [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) where you can build, deploy, and run your workflows on dedicated resources.
141
+
> [!IMPORTANT]
142
+
>
143
+
> On August 31, 2024, the ISE resource retires, due to its dependency on Azure Cloud Services (classic),
144
+
> which retires at the same time. Before the retirement date, export any logic apps from your ISE to Standard
145
+
> logic apps to avoid service disruption. Standard logic app workflows run in single-tenant Azure Logic Apps
146
+
> and provide the same capabilities plus more. For example, Standard workflows support using private endpoints
147
+
> for inbound traffic so that your workflows can communicate privately and securely with virtual networks.
148
+
> Standard workflows also support virtual network integration for outbound traffic. For more information,
149
+
> review [Secure traffic between virtual networks and single-tenant Azure Logic Apps using private endpoints](/azure/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint).
150
+
151
+
If you use a dedicated [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) where workflows can directly access to resources in an Azure virtual network, you can build, deploy, and run your workflows on dedicated resources.
142
152
143
153
Custom connectors created within an ISE don't work with the on-premises data gateway. However, these connectors can directly access on-premises data sources that are connected to an Azure virtual network hosting the ISE. So, logic app workflows in an ISE most likely don't need the data gateway when communicating with those resources. If you have custom connectors that you created outside an ISE that require the on-premises data gateway, workflows in an ISE can use those connectors.
144
154
@@ -147,36 +157,20 @@ In the workflow designer, when you browse the built-in connectors or managed con
Built-in connectors with this label run in the same ISE as your workflows.
160
+
<br><br>**CORE**
161
+
<br><br>Built-in connectors with this label run in the same ISE as your workflows.
156
162
:::column-end:::
157
163
:::column:::
158
164

159
-
\
160
-
\
161
-
**ISE**
162
-
\
163
-
\
164
-
Managed connectors with this label run in the same ISE as your workflows.
165
-
\
166
-
\
167
-
If you have an on-premises system that's connected to an Azure virtual network, an ISE lets your workflows directly access that system without using the [on-premises data gateway](../logic-apps/logic-apps-gateway-connection.md). Instead, you can either use that system's **ISE** connector if available, an HTTP action, or a [custom connector](#custom-connectors-and-apis).
168
-
\
169
-
\
170
-
For on-premises systems that don't have **ISE** connectors, use the on-premises data gateway. To find available ISE connectors, review [ISE connectors](#ise-and-connectors).
165
+
<br><br>**ISE**
166
+
<br><br>Managed connectors with this label run in the same ISE as your workflows.
167
+
<br><br>If you have an on-premises system that's connected to an Azure virtual network, an ISE lets your workflows directly access that system without using the [on-premises data gateway](../logic-apps/logic-apps-gateway-connection.md). Instead, you can either use that system's **ISE** connector if available, an HTTP action, or a [custom connector](#custom-connectors-and-apis).
168
+
<br><br>For on-premises systems that don't have **ISE** connectors, use the on-premises data gateway. To find available ISE connectors, review [ISE connectors](#ise-and-connectors).
Copy file name to clipboardExpand all lines: articles/connectors/managed.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Managed connectors provide ways for you to access other services and systems whe
15
15
16
16
For a smaller number of services, systems and protocols, Azure Logic Apps provides a built-in version alongside the managed version. The number and range of built-in connectors vary based on whether you create a Consumption logic app workflow that runs in multitenant Azure Logic Apps or a Standard logic app workflow that runs in single-tenant Azure Logic Apps. In most cases, the built-in version provides better performance, capabilities, pricing, and so on. In a few cases, some built-in connectors are available only in one logic app workflow type, and not the other.
17
17
18
-
For example, a Standard workflow can use both managed connectors and built-in connectors for Azure Blob, Azure Cosmos DB, Azure Event Hubs, Azure Service Bus, DB2, FTP, MQ, SFTP, and SQL Server, while a Consumption workflow doesn't have the built-in versions. A Consumption workflow can use built-in connectors for Azure API Management, Azure App Services, and Batch, while a Standard workflow doesn't have these built-in connectors. For more information, review [Built-in connectors in Azure Logic Apps](built-in.md) and [Single-tenant versus multitenant and integration service environment (ISE)](../logic-apps/single-tenant-overview-compare.md).
18
+
For example, a Standard workflow can use both managed connectors and built-in connectors for Azure Blob, Azure Cosmos DB, Azure Event Hubs, Azure Service Bus, DB2, FTP, MQ, SFTP, and SQL Server, while a Consumption workflow doesn't have the built-in versions. A Consumption workflow can use built-in connectors for Azure API Management, Azure App Services, and Batch, while a Standard workflow doesn't have these built-in connectors. For more information, review [Built-in connectors in Azure Logic Apps](built-in.md) and [Single-tenant versus multitenant in Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md).
19
19
20
20
This article provides a general overview about managed connectors and the way they're organized in the Consumption workflow designer versus the Standard workflow designer with examples. For technical reference information about each managed connector in Azure Logic Apps, review [Connectors reference for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors).
21
21
@@ -37,8 +37,6 @@ Some managed connectors also fall into the following informal groups:
37
37
38
38
*[Integration account connectors](#integration-account-connectors) help you transform and validate XML, encode and decode flat files, and process business-to-business (B2B) messages using AS2, EDIFACT, and X12 protocols.
39
39
40
-
*[Integration service environment connectors](#ise-connectors) and are designed to run specifically in an ISE and provide benefits over their non-ISE versions.
Copy file name to clipboardExpand all lines: articles/event-grid/monitor-virtual-machine-changes-logic-app.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ In this tutorial, you learn how to:
85
85
> make sure that you create a *stateful* workflow, not a stateless workflow. This tutorial applies only
86
86
> to Consumption logic apps, which follow a different user experience. To add Azure Event Grid operations
87
87
> to your workflow in the designer, on the operations picker pane, make sure that you select the **Azure** tab.
88
-
> For more information about multitenant versus single-tenant Azure Logic Apps, review [Single-tenant versus multitenant and integration service environment](../logic-apps/single-tenant-overview-compare.md).
88
+
> For more information about multitenant versus single-tenant Azure Logic Apps, review [Single-tenant versus multitenant](../logic-apps/single-tenant-overview-compare.md).
89
89
90
90
1. When you're done, select **Review + create**. On the next pane, confirm the provided information, and select **Create**.
Copy file name to clipboardExpand all lines: articles/logic-apps/azure-arc-enabled-logic-apps-overview.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ With Azure Arc-enabled Logic Apps, you can develop and run single-tenant based l
27
27
For more information, review the following documentation:
28
28
29
29
-[What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md)
30
-
-[Single-tenant versus other Logic Apps environments](../logic-apps/single-tenant-overview-compare.md)
30
+
-[Single-tenant versus multitenant in Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md)
31
31
-[Azure Arc overview](../azure-arc/overview.md)
32
32
-[Azure Kubernetes Service overview](/azure/aks/intro-kubernetes)
33
33
-[What is Azure Arc-enabled Kubernetes?](../azure-arc/kubernetes/overview.md)
@@ -39,13 +39,13 @@ For more information, review the following documentation:
39
39
40
40
With Azure Arc-enabled Logic Apps, you can create and deploy logic app workflows in the same way as in the single-tenant experience for Azure Logic Apps. You also gain more control and flexibility when you have logic apps running on a Kubernetes infrastructure that you operate and manage.
41
41
42
-
Minor differences exist between the Azure Arc and single-tenant Logic Apps experiences for creating, designing, and deploying logic apps. When you use Azure Arc-enabled Logic Apps, the major difference is that your logic apps run in a *custom location*. This location is mapped to an Azure Arc-enabled Kubernetes cluster where you have installed and enabled the Azure App Service platform extensions bundle.
42
+
Minor differences exist between the Azure Arc and single-tenant Azure Logic Apps experiences for creating, designing, and deploying logic apps. When you use Azure Arc-enabled Logic Apps, the major difference is that your logic apps run in a *custom location*. This location is mapped to an Azure Arc-enabled Kubernetes cluster where you have installed and enabled the Azure App Service platform extensions bundle.
43
43
44
44
For example, this cluster can be Azure Kubernetes Service, bare-metal Kubernetes, or another setup. The extensions bundle enables you to run platform services such as Azure Logic Apps, Azure Functions, and Azure App Service on your Kubernetes cluster.
45
45
46
46
For more information, review the following documentation:
47
47
48
-
-[Single-tenant versus other Azure Logic Apps environments](../logic-apps/single-tenant-overview-compare.md)
48
+
-[Single-tenant versus multitenant in Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md)
49
49
-[Azure Kubernetes Service overview](/azure/aks/intro-kubernetes)
50
50
-[What is Azure Arc-enabled Kubernetes?](../azure-arc/kubernetes/overview.md)
51
51
-[Custom locations on Azure Arc-enabled Kubernetes](../azure-arc/kubernetes/conceptual-custom-locations.md)
@@ -56,15 +56,15 @@ For more information, review the following documentation:
56
56
57
57
## When to use Azure Arc-enabled Logic Apps
58
58
59
-
Although Kubernetes provides more control and flexibility, you also have operational overhead. If you're satisfied that the Logic Apps service meets your needs, you're encouraged to continue using this service. However, consider using Azure Arc-enabled Logic Apps when you have the following scenarios:
59
+
Although Kubernetes provides more control and flexibility, you also have operational overhead. If you're satisfied that Azure Logic Apps meets your needs, you're encouraged to continue using this service. However, consider using Azure Arc-enabled Logic Apps when you have the following scenarios:
60
60
61
61
- You already run all your apps and services on Kubernetes. You want to extend these processes and controls to all your other PaaS services.
62
62
63
-
- You want to use Logic Apps as your integration platform. However, you need fine grained networking with compute control and flexibility. You don't want to use an integration service environment (ISE) or App Service Environment (ASE).
63
+
- You want to use Azure Logic Apps as your integration platform. However, you need fine grained networking with compute control and flexibility. You don't want to use an App Service Environment (ASE).
64
64
65
65
- For security reasons, you need control over where your logic apps run, for example, in your own region or in your own datacenter.
66
66
67
-
- You want to run your logic apps in multi-cloud scenarios and use the Logic Apps service as your sole integration platform for all your applications wherever they run.
67
+
- You want to run your logic apps in multi-cloud scenarios and use Azure Logic Apps as your sole integration platform for all your applications wherever they run.
68
68
69
69
<aname="compare"></a>
70
70
@@ -77,10 +77,10 @@ This table provides a high-level comparison between the capabilities in the curr
77
77
**Capability**
78
78
:::column-end:::
79
79
:::column:::
80
-
**Multi-tenant Logic Apps (Consumption)**
80
+
**Multitenant Azure Logic Apps (Consumption)**
81
81
:::column-end:::
82
82
:::column:::
83
-
**Single-tenant Logic Apps (Standard)**
83
+
**Single-tenant Azure Logic Apps (Standard)**
84
84
:::column-end:::
85
85
:::column:::
86
86
**Standalone containers** <br><br>**Note**: Unsupported for workflows in production environments. For fully supported containers, [create Azure Arc-enabled Logic Apps workflows](azure-arc-enabled-logic-apps-create-deploy-workflows.md) instead.
@@ -128,16 +128,16 @@ This table provides a high-level comparison between the capabilities in the curr
128
128
Management
129
129
:::column-end:::
130
130
:::column:::
131
-
Fully managed Logic Apps experience
131
+
Fully managed Azure Logic Apps experience
132
132
:::column-end:::
133
133
:::column:::
134
-
Fully managed Logic Apps experience
134
+
Fully managed Azure Logic Apps experience
135
135
:::column-end:::
136
136
:::column:::
137
137
Not managed
138
138
:::column-end:::
139
139
:::column:::
140
-
Managed Logic Apps experience with operational control at the Kubernetes level
140
+
Managed Azure Logic Apps experience with operational control at the Kubernetes level
0 commit comments