Skip to content

Commit 7b8068c

Browse files
authored
Merge pull request #202458 from ecfan/sp
Azure Logic Apps: Update built-in connectors
2 parents 41d3cad + 0e035bb commit 7b8068c

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ For more information, review the following documentation:
4141

4242
* [Visual Studio Code with the Azure Logic Apps (Standard) extension and other prerequisites installed](create-single-tenant-workflows-azure-portal.md#prerequisites). Your installation should already include the [NuGet package for Microsoft.Azure.Workflows.WebJobs.Extension](https://www.nuget.org/packages/Microsoft.Azure.Workflows.WebJobs.Extension/).
4343

44+
> [!NOTE]
45+
>
46+
> This authoring capability is currently available only in Visual Studio Code.
47+
4448
* An Azure Cosmos account, database, and container or collection. For more information, review [Quickstart: Create an Azure Cosmos account, database, container and items from the Azure portal](../cosmos-db/sql/create-cosmosdb-resources-portal.md).
4549

4650
## High-level steps

articles/logic-apps/single-tenant-overview-compare.md

Lines changed: 24 additions & 9 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: 06/13/2022
8+
ms.date: 06/10/2022
99
ms.custom: ignite-fall-2021
1010
---
1111

@@ -193,15 +193,9 @@ The single-tenant model and **Logic App (Standard)** resource type include many
193193

194194
* Create logic apps and their workflows from [hundreds of managed connectors](/connectors/connector-reference/connector-reference-logicapps-connectors) for Software-as-a-Service (SaaS) and Platform-as-a-Service (PaaS) apps and services plus connectors for on-premises systems.
195195

196-
* More managed connectors are now available as built-in operations and run similarly to other built-in operations, such as Azure Functions. Built-in operations run natively on the single-tenant Azure Logic Apps runtime. For example, new built-in operations include Azure Service Bus, Azure Event Hubs, SQL Server, MQ, DB2, and IBM Host File.
196+
* More managed connectors are now available as built-in connectors in Standard logic app workflows. The built-in versions run natively on the single-tenant Azure Logic Apps runtime. Some built-in connectors are also [*service provider-based* connectors](custom-connector-overview.md#service-provider-interface-implementation). For a list, review the [Built-in connectors for Standard logic apps](#built-connectors-standard) section later in this article.
197197

198-
> [!NOTE]
199-
> For the built-in SQL Server version, only the **Execute Query** action can directly connect to Azure
200-
> virtual networks without using the [on-premises data gateway](logic-apps-gateway-connection.md).
201-
202-
* You can create your own built-in connectors for any service that you need by using the [single-tenant Azure Logic Apps extensibility framework](https://techcommunity.microsoft.com/t5/integrations-on-azure/azure-logic-apps-running-anywhere-built-in-connector/ba-p/1921272). Similar to built-in connectors such as Azure Service Bus and SQL Server, custom built-in connectors provide higher throughput, low latency, and local connectivity because they run in the same process as the single-tenant runtime. However, custom built-in connectors aren't similar to [custom managed connectors](../connectors/apis-list.md#custom-connectors-and-apis), which aren't currently supported.
203-
204-
The authoring capability is currently available only in Visual Studio Code, but isn't enabled by default. To create these connectors, [switch your project from extension bundle-based (Node.js) to NuGet package-based (.NET)](create-single-tenant-workflows-visual-studio-code.md#enable-built-in-connector-authoring). For more information, see [Azure Logic Apps Running Anywhere - Built-in connector extensibility](https://techcommunity.microsoft.com/t5/integrations-on-azure/azure-logic-apps-running-anywhere-built-in-connector/ba-p/1921272).
198+
* You can create your own custom built-in connectors for any service that you need by using the single-tenant Azure Logic Apps extensibility framework. Similar to built-in connectors such as Azure Service Bus and SQL Server, custom built-in connectors provide higher throughput, low latency, and local connectivity because they run in the same process as the single-tenant runtime. However, custom built-in connectors aren't similar to [custom managed connectors](../connectors/apis-list.md#custom-connectors-and-apis), which aren't currently supported. For more information, review [Custom connector overview](custom-connector-overview.md#custom-connector-standard) and [Create custom built-in connectors for Standard logic apps in single-tenant Azure Logic Apps](create-custom-built-in-connector-standard.md).
205199

206200
* You can use the following actions for Liquid Operations and XML Operations without an integration account. These operations include the following actions:
207201

@@ -242,6 +236,27 @@ The single-tenant model and **Logic App (Standard)** resource type include many
242236

243237
* Regenerate access keys for managed connections used by individual workflows in a **Logic App (Standard)** resource. For this task, [follow the same steps for the **Logic Apps (Consumption)** resource but at the individual workflow level](logic-apps-securing-a-logic-app.md#regenerate-access-keys), not the logic app resource level.
244238

239+
<a name="built-connectors-standard"></a>
240+
241+
## Built-in connectors for Standard
242+
243+
In single-tenant Azure Logic Apps, a [built-in connector with specific attributes](custom-connector-overview.md#service-provider-interface-implementation) is called a *service provider*. 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, Azure Active Directory (Azure AD), or a managed identity. All built-in connectors run in the same process as the redesigned Azure Logic Apps runtime.
244+
245+
The following list contains the current and expanding gallery of service provider-based built-in connectors available for Standard logic app workflows:
246+
247+
* Azure Blob
248+
* Azure Cosmos DB
249+
* Azure Queue
250+
* Azure Table Storage
251+
* DB2
252+
* Event Hubs
253+
* FTP
254+
* IBM Host File
255+
* MQ
256+
* Service Bus
257+
* SFTP
258+
* SQL server
259+
245260
<a name="limited-unavailable-unsupported"></a>
246261

247262
## Changed, limited, unavailable, or unsupported capabilities

0 commit comments

Comments
 (0)