Skip to content

Commit 300454e

Browse files
author
ecfan
committed
Refresh edits
1 parent 51b615d commit 300454e

27 files changed

Lines changed: 184 additions & 161 deletions

articles/connectors/built-in.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
2-
title: Built-in connector overview
2+
title: Built-In Connectors Overview
33
description: Learn about connectors that run natively with the runtime in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, azla
6+
ms.reviewers: estfan, azla
77
ms.topic: concept-article
8+
ms.update-cycle: 1095-days
9+
ms.date: 03/09/2026
810
ms.custom: engagement-fy23
9-
ms.date: 03/18/2025
11+
#Customer intent: As an integration developer who works with Azure Logic Apps, I want to learn about built-in connectors, which directly run alongside the runtime to provide better performance and throughput, compared to their counterparts that run in multitenant Azure.
1012
---
1113

1214
# Built-in connectors in Azure Logic Apps
@@ -486,10 +488,9 @@ For more information, review the following documentation:
486488
:::column-end:::
487489
:::row-end:::
488490

489-
## Next steps
491+
## Related content
490492

491-
> [!div class="nextstepaction"]
492-
> [Create custom APIs that you can call from Azure Logic Apps](../logic-apps/logic-apps-create-api-app.md)
493+
- [Create custom APIs that you can call from Azure Logic Apps](../logic-apps/logic-apps-create-api-app.md)
493494

494495
<!-- Built-in icons -->
495496
[azure-ai-search-icon]: ./media/apis-list/azure-ai-search.png

articles/connectors/connectors-azure-application-insights.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,22 @@ title: Connect to Azure Application Insights
33
description: Connect to Application Insights from a workflow in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, azla
6+
ms.reviewers: estfan, azla
77
ms.topic: how-to
8-
ms.date: 03/21/2025
9-
# Customer intent: As a developer, I want to get telemetry from an Application Insights resource to use with my workflow in Azure Logic Apps.
8+
ms.update-cycle: 1095-days
9+
ms.date: 03/10/2026
10+
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to get telemetry from an Application Insights resource to use with my workflow in Azure Logic Apps.
1011
---
1112

1213
# Connect to Azure Application Insights from workflows in Azure Logic Apps
1314

1415
> [!NOTE]
1516
>
16-
> The [Azure Monitor Logs connector](/connectors/azuremonitorlogs/) replaces the [Azure Log Analytics connector](/connectors/azureloganalytics/)
17-
> and the [Azure Application Insights connector](/connectors/applicationinsights/). This combined connector provides the same functionality as
18-
> the other connectors and is the preferred method for running a query against a Log Analytics workspace or an Application Insights resource.
17+
> The [Azure Monitor Logs connector](/connectors/azuremonitorlogs/) replaces both the [Azure Application Insights connector](/connectors/applicationinsights/) and the [Azure Log Analytics connector](/connectors/azureloganalytics/). This combined connector provides the same functionality as the other connectors and is the preferred way to run a query against an Application Insights resource or Log Analytics workspace.
1918
>
20-
> For example, when you connect to your Application Insights resource, you don't have to create or provide an application ID and API key.
21-
> Authentication is integrated with Microsoft Entra ID. For the how-to guide to use the Azure Monitor Logs connector, see
22-
> [Connect to Log Analytics or Application Insights from workflows in Azure Logic Apps](connectors-azure-monitor-logs.md).
19+
> For example, when you connect to your Application Insights resource, you don't have to create or provide an application ID and API key. Authentication is integrated with Microsoft Entra ID. For the how-to guide to use the Azure Monitor Logs connector, see [Connect to Log Analytics or Application Insights from workflows in Azure Logic Apps](connectors-azure-monitor-logs.md).
2320
24-
For more information, see the following documentation:
21+
For more information, see:
2522

2623
- [Azure Monitor Logs connector](/connectors/azuremonitorlogs/)
2724
- [Connect to Log Analytics or Application Insights from workflows in Azure Logic Apps](connectors-azure-monitor-logs.md)

articles/connectors/connectors-create-api-cosmos-db.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ services: logic-apps
55
ms.suite: integration
66
author: jcocchi
77
ms.author: jucocchi
8-
ms.reviewer: estfan, azla
8+
ms.reviewers: estfan, azla
99
ms.topic: how-to
10-
ms.date: 04/15/2025
10+
ms.update-cycle: 365-days
11+
ms.date: 03/10/2026
1112
ms.custom: sfi-image-nochange
13+
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to access and manage documents in Azure Cosmos DB from my workflows.
1214
---
1315

14-
# Access, create, or process documents in Azure Cosmos DB with workflows in Azure Logic Apps
16+
# Access, create, or process documents in Azure Cosmos DB from workflows in Azure Logic Apps
1517

1618
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1719

@@ -27,7 +29,7 @@ You can connect to Azure Cosmos DB from both Consumption and Standard logic app
2729

2830
## Prerequisites
2931

30-
- An Azure account and subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
32+
- An Azure account and subscription. [Get a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
3133

3234
- An [Azure Cosmos DB account](/azure/cosmos-db/sql/create-cosmosdb-resources-portal).
3335

articles/connectors/introduction.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: What are connectors
2+
title: What are Connectors
33
description: Learn how connectors in Azure Logic Apps help you access data, events, and resources in other apps, services, and systems from workflows.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, azla
6+
ms.reviewers: estfan, azla
77
ms.topic: concept-article
8-
ms.date: 03/27/2025
9-
# Customer intent: As a developer, I want to learn how connectors help me access data, events, and resources in other apps, services, systems, and platforms from my workflow in Azure Logic Apps.
8+
ms.update-cycle: 1095-days
9+
ms.date: 03/09/2026
10+
#Customer intent: As an integration developer who works with Azure Logic Apps, I want to learn how connectors provide access to data, events, and resources in other services, systems, apps, and ecosystems from my logic app workflows.
1011
---
1112

1213
# What are connectors in Azure Logic Apps

articles/connectors/managed.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
2-
title: Managed connector overview
2+
title: Managed Connectors Overview
33
description: Learn about Microsoft-managed connectors hosted on Azure in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, azla
6+
ms.reviewers: estfan, azla
77
ms.topic: concept-article
8+
ms.update-cycle: 1095-days
9+
ms.date: 03/09/2026
810
ms.custom: engagement-fy23
9-
ms.date: 06/01/2025
11+
#Customer intent: As an integration developer who works with Azure Logic Apps, I want to learn about shared connectors, which run in multitenant Azure, and how they differ from built-in counterparts that run alongside the runtime in Azure Logic Apps.
1012
---
1113

1214
# Managed connectors in Azure Logic Apps
@@ -15,21 +17,24 @@ Managed connectors provide ways for you to access other services and systems whe
1517

1618
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.
1719

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).
20+
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, see:
1921

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).
22+
- [Built-in connectors in Azure Logic Apps](built-in.md)
23+
- [Single-tenant versus multitenant in Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md)
2124

22-
## Managed connector categories
25+
This guide provides a general overview about managed connectors and the way they're classified based on pricing and how they're billed or *metered*. For technical reference information about each managed connector in Azure Logic Apps, see [Connectors reference for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors).
2326

24-
For a Consumption logic app workflow, managed connectors appear in the designer under the following labels:
27+
## Managed connector categories
2528

26-
* [Standard connectors](#standard-connectors) provide access to services such as Azure Blob Storage, Office 365, SharePoint, Salesforce, Power BI, OneDrive, and many more.
29+
For both Consumption and Standard logic app workflows, managed connectors appear in the connector gallery under the **Shared** label, which describes how these connectors are hosted and run in global, multitenant Azure. Based on the specific managed connector, pricing follows different models:
2730

28-
* [Enterprise connectors](#enterprise-connectors) provide access to enterprise systems, such as SAP, IBM MQ, and IBM 3270 for an additional cost.
31+
- [Standard priced connectors](#standard-connectors) provide access to services such as Azure Blob Storage, Office 365, SharePoint, Salesforce, Power BI, OneDrive, and many more.
32+
- [Enterprise priced connectors](#enterprise-connectors) provide access to enterprise systems, such as SAP, IBM MQ, and IBM 3270 for an additional cost.
2933

30-
For a Standard logic app *stateful* workflow, all managed connectors appear in the designer under the **Azure** label, which describes how these connectors are hosted on the Azure platform. A Standard *stateless* workflow can use only the built-in connectors designed to run natively in single-tenant Azure Logic Apps.
34+
Although managed connectors follow either Standard or Enterprise pricing in both Consumption and Standard workflows, billing or metering for managed connector usage differs based on whether your workflow is Consumption or Standard. For more information, see:
3135

32-
Regardless whether you have a Consumption or Standard workflow, managed connector pricing follows the pricing for Enterprise connectors and Standard connectors, but metering works differently based on the workflow type. For more pricing information, review [Trigger and action operations in the Consumption model](../logic-apps/logic-apps-pricing.md#consumption-operations) and [Trigger and action operations in the Standard model](../logic-apps/logic-apps-pricing.md#standard-operations).
36+
- [Trigger and action operations in the Consumption model](../logic-apps/logic-apps-pricing.md#consumption-operations)
37+
- [Trigger and action operations in the Standard model](../logic-apps/logic-apps-pricing.md#standard-operations)
3338

3439
Some managed connectors also fall into the following informal groups:
3540

@@ -41,9 +46,7 @@ Some managed connectors also fall into the following informal groups:
4146

4247
## Standard connectors
4348

44-
In the Consumption workflow designer, managed connectors that follow the Standard connector pricing model appear under the **Standard** label. This section lists *only some* of the popular managed connectors. For more pricing information, review [Trigger and action operations in the Consumption model](../logic-apps/logic-apps-pricing.md#consumption-operations).
45-
46-
In the Standard workflow designer, *all* managed connectors appear under the **Azure** label. Managed connector pricing still follows the pricing for Enterprise connectors and Standard connectors, but metering works differently based on the workflow type. For more pricing information, review [Trigger and action operations in the Standard model](../logic-apps/logic-apps-pricing.md#standard-operations).
49+
This section lists only *some* of the popular managed connectors that follow the Standard pricing model:
4750

4851
:::row:::
4952
:::column:::
@@ -116,9 +119,7 @@ In the Standard workflow designer, *all* managed connectors appear under the **A
116119

117120
## Enterprise connectors
118121

119-
In the Consumption workflow designer, managed connectors that follow the Enterprise connector pricing model appear under the **Enterprise** label. These connectors can access enterprise systems for an additional cost. For more pricing information, review [Trigger and action operations in the Consumption model](../logic-apps/logic-apps-pricing.md#consumption-operations).
120-
121-
In the Standard workflow designer, *all* managed connectors appear under the **Azure** label. Managed connector pricing still follows the pricing for Enterprise connectors and Standard connectors, but metering works differently based on the workflow type. For more pricing information, review [Trigger and action operations in the Standard model](../logic-apps/logic-apps-pricing.md#standard-operations).
122+
This section lists only *some* of the popular managed connectors that follow the Enterprise pricing model and provide access to enterprise systems for an additional cost:
122123

123124
:::row:::
124125
:::column:::
@@ -143,7 +144,7 @@ In the Standard workflow designer, *all* managed connectors appear under the **A
143144

144145
Before you can create a connection to an on-premises system, you must first [download, install, and set up an on-premises data gateway][gateway-doc]. This gateway provides a secure communication channel without having to set up the necessary network infrastructure.
145146

146-
For a Consumption workflow, this section lists example [Standard connectors](#standard-connectors) that can access on-premises systems. For the expanded on-premises connectors list, review [Supported data sources](../logic-apps/logic-apps-gateway-connection.md#supported-connections).
147+
For a Consumption workflow, this section lists example [Standard connectors](#standard-connectors) that can access on-premises systems. For the expanded on-premises connectors list, see [Supported data sources](../logic-apps/logic-apps-gateway-connection.md#supported-connections).
147148

148149
:::row:::
149150
:::column:::
@@ -256,11 +257,9 @@ For more information, review the following documentation:
256257
:::column-end:::
257258
:::row-end:::
258259

260+
## Related content
259261

260-
## Next steps
261-
262-
> [!div class="nextstepaction"]
263-
> [Create custom APIs you can call from Logic Apps](../logic-apps/logic-apps-create-api-app.md)
262+
- [Create custom APIs you can call from Azure Logic Apps](../logic-apps/logic-apps-create-api-app.md)
264263

265264
<!--Managed connector icons-->
266265
[apache-impala-icon]: ./media/apis-list/apache-impala.png

articles/logic-apps/block-connections-across-tenants.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: Block access to and from other tenants
3-
description: Block connections between your tenant and other Microsoft Entra tenants in Azure Logic Apps.
2+
title: Block Shared Connection Access Across Tenants
3+
description: Block access through shared workflow connections between your Microsoft Entra tenant and other tenants by using Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, azla
6+
ms.reviewers: estfan, azla
77
ms.topic: how-to
8-
ms.date: 03/27/2025
9-
# Customer intent: As a developer, I want to prevent access to and from other Microsoft Entra tenants.
8+
ms.update-cycle: 1095-days
9+
ms.date: 03/10/2026
10+
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to prevent access through shared workflow connections between my Microsoft Entra tenant and other tenants.
1011
---
1112

1213
# Block connections to and from other tenants in Azure Logic Apps

articles/logic-apps/connect-on-premises-data-sources.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: Connect to on-premises data sources
3-
description: Access on-premises data sources from workflows in Azure Logic Apps by creating the on-premises data gateway resource in the Azure portal.
2+
title: Connect to On-Premises Data Sources
3+
description: Access on-premises data sources from workflows in Azure Logic Apps by creating an on-premises data gateway resource in the Azure portal.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, mideboer, azla
6+
ms.reviewers: estfan, mideboer, azla
77
ms.topic: how-to
8-
ms.date: 04/22/2025
8+
ms.update-cycle: 1095-days
9+
ms.date: 03/10/2026
910
ms.custom: sfi-image-nochange
10-
#Customer intent: As a logic apps developer, I want to create a data gateway resource in the Azure portal so that my logic app workflow can connect to on-premises data sources.
11+
#Customer intent: As an integration developer who works with Azure Logic Apps, I want my workflow to use connectors that access on-premises data sources by creating a data gateway resource in the Azure portal.
1112
---
1213

1314
# Connect to on-premises data sources from Azure Logic Apps

0 commit comments

Comments
 (0)