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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
---
2
-
title: Built-in connector overview
2
+
title: Built-In Connectors Overview
3
3
description: Learn about connectors that run natively with the runtime in Azure Logic Apps.
4
4
services: logic-apps
5
5
ms.suite: integration
6
-
ms.reviewer: estfan, azla
6
+
ms.reviewers: estfan, azla
7
7
ms.topic: concept-article
8
+
ms.update-cycle: 1095-days
9
+
ms.date: 03/09/2026
8
10
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.
10
12
---
11
13
12
14
# Built-in connectors in Azure Logic Apps
@@ -486,10 +488,9 @@ For more information, review the following documentation:
486
488
:::column-end:::
487
489
:::row-end:::
488
490
489
-
## Next steps
491
+
## Related content
490
492
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)
@@ -600,7 +601,7 @@ For more information, review the following documentation:
600
601
[scope-doc]: ../logic-apps/logic-apps-control-flow-run-steps-group-scopes.md"Organize actions into groups, which get their own status after the actions in group finish running"
601
602
[sftp-doc]: /azure/logic-apps/connectors/built-in/reference/sftp/"Connect to your SFTP account by using SSH. Upload, get, delete files, and more"
602
603
[smtp-doc]: /azure/logic-apps/connectors/built-in/reference/smtp/"Connect to your SMTP server so you can send email"
603
-
[sql-server-doc]: /azure/logic-apps/connectors/built-in/reference/sql/"Connect to Azure SQL Database or SQL Server. Create, update, get, and delete entries in an SQL database table"
604
+
[sql-server-doc]: /azure/logic-apps/connectors/built-in/reference/sql/"Connect to Azure SQL Database or SQL Server. Create, update, get, and delete entries in a SQL database table"
604
605
[switch-doc]: ../logic-apps/logic-apps-control-flow-switch-statement.md"Organize actions into cases, which are assigned unique values. Run only the case whose value matches the result from an expression, object, or token. If no matches exist, run the default case"
605
606
[swift-doc]: https://techcommunity.microsoft.com/t5/azure-integration-services-blog/announcement-public-preview-of-swift-message-processing-using/ba-p/3670014"Encode and decode SWIFT transactions in flat-file XML format"
606
607
[terminate-doc]: ../logic-apps/logic-apps-workflow-actions-triggers.md#terminate-action"Stop or cancel an actively running workflow for your logic app workflow"
Copy file name to clipboardExpand all lines: articles/connectors/connectors-azure-application-insights.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,25 +3,22 @@ title: Connect to Azure Application Insights
3
3
description: Connect to Application Insights from a workflow in Azure Logic Apps.
4
4
services: logic-apps
5
5
ms.suite: integration
6
-
ms.reviewer: estfan, azla
6
+
ms.reviewers: estfan, azla
7
7
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.
10
11
---
11
12
12
13
# Connect to Azure Application Insights from workflows in Azure Logic Apps
13
14
14
15
> [!NOTE]
15
16
>
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.
19
18
>
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).
23
20
24
-
For more information, see the following documentation:
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-cosmos-db.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,15 @@ services: logic-apps
5
5
ms.suite: integration
6
6
author: jcocchi
7
7
ms.author: jucocchi
8
-
ms.reviewer: estfan, azla
8
+
ms.reviewers: estfan, azla
9
9
ms.topic: how-to
10
-
ms.date: 04/15/2025
10
+
ms.update-cycle: 365-days
11
+
ms.date: 03/10/2026
11
12
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.
12
14
---
13
15
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
@@ -27,7 +29,7 @@ You can connect to Azure Cosmos DB from both Consumption and Standard logic app
27
29
28
30
## Prerequisites
29
31
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).
31
33
32
34
- An [Azure Cosmos DB account](/azure/cosmos-db/sql/create-cosmosdb-resources-portal).
33
35
@@ -66,7 +68,7 @@ To add an Azure Cosmos DB built-in trigger to a Standard workflow, follow these
66
68
|**Database Id**| Yes | <*database-name*> | The name of the database with the container to monitor. This database should also have the lease container. If you don't have a lease container, the connector creates one for you in a later step. |
67
69
|**Monitored Container Id**| Yes | <*container-name*> | The name of the container to monitor. This container should exist in the specified database. |
68
70
|**Lease Container Id**| Yes | <*lease-container-name*> | The name of either an existing container or a new container to create. The trigger automatically populates with **`leases`** as the default name. |
69
-
|**Create Lease Container**| No |**No** or **Yes**| If the lease container exists in the specified database, select **No**. To create this container, select **Yes**. If you select **Yes** and are using manual throughput dedicated for each container, make sure to open the **Advanced parameters** list to select the **Lease Container Throughput** parameter. Enter the number of [request units (RUs)](/azure/cosmos-db/request-units) to provision for this container. |
71
+
|**Create Lease Container**| No |**No** or **Yes**| If the lease container exists in the specified database, select **No**. To create this container, select **Yes**. If you select **Yes** and are using manual throughput dedicated for each container, make sure to open the **Advanced parameters** list to select the **Lease Container Throughput** parameter. Enter the number of [request units (RUs)](/azure/cosmos-db/request-units) to deploy for this container. |
70
72
71
73
> [!NOTE]
72
74
>
@@ -99,7 +101,7 @@ To add an Azure Cosmos DB action to a Consumption workflow, follow these steps:
99
101
100
102
1. If the workflow is blank, add any trigger that you want.
101
103
102
-
This example starts with the [**When a HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger).
104
+
This example starts with the [**When an HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger).
103
105
104
106
1. Under the trigger or action where you want to add the Azure Cosmos DB action, follow [these general steps to add the **Azure Cosmos DB** action that you want](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=consumption#add-action).
105
107
@@ -136,9 +138,9 @@ To add an Azure Cosmos DB built-in action to a Standard workflow, follow these s
136
138
137
139
1. If the workflow is blank, add any trigger that you want.
138
140
139
-
This example starts with the [**When a HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger), which uses a basic schema definition to represent the item that you want to create:
141
+
This example starts with the [**When an HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger), which uses a basic schema definition to represent the item that you want to create:
140
142
141
-
:::image type="content" source="./media/connectors-create-api-cosmos-db/http-trigger-standard.png" alt-text="Screenshot shows Azure portal, designer for Standard workflow, and trigger named When a HTTP request is received.":::
143
+
:::image type="content" source="./media/connectors-create-api-cosmos-db/http-trigger-standard.png" alt-text="Screenshot shows Azure portal, designer for Standard workflow, and trigger named When an HTTP request is received.":::
142
144
143
145
1. Under the trigger or action where you want to add the Azure Cosmos DB action, follow [these general steps to add the **Azure Cosmos DB** action that you want](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=standard#add-action).
144
146
@@ -159,7 +161,7 @@ To add an Azure Cosmos DB built-in action to a Standard workflow, follow these s
159
161
|**Container Id**| Yes | <*container-ID*> | The container to query. |
160
162
|**Item**| Yes | <*JSON-document*> | The JSON document to create. This example uses the **id** output from the Request trigger. <br><br>**Note**: If you use the **body** trigger output, make sure that the body content is well-formed JSON, and at a minimum, contains the **`id`** attribute and the **`partitionKey`** attribute for your document. If a document with these attributes exists, the document is updated. Otherwise, a new document is created. |
161
163
162
-
The following example shows the action named **Create or update item**, which includes the **Item** and **Partition Key** parameter values from the output for the trigger named **When a HTTP request is received**:
164
+
The following example shows the action named **Create or update item**, which includes the **Item** and **Partition Key** parameter values from the output for the trigger named **When an HTTP request is received**:
163
165
164
166
:::image type="content" source="media/connectors-create-api-cosmos-db/create-action-standard.png" alt-text="Screenshot shows Azure portal, designer for Standard workflow, and Azure Cosmos DB built-in action named Create or update item.":::
165
167
@@ -215,7 +217,7 @@ For a Standard workflow, an Azure Cosmos DB connection (built-in) requires the f
215
217
216
218
### Get iterable results from the Query items action
217
219
218
-
The **Query items** built-in action in a Standard workflow has many dynamic content outputs available for use in subsequent actions. To get the query result items or item metadata as an iterable object, follow these steps:
220
+
In a Standard workflow, the **Query items** built-in action produces many dynamic content output items for use in subsequent actions. To get the query result items or item metadata as an iterable object, follow these steps:
219
221
220
222
1. In the [Azure portal](https://portal.azure.com), open your Standard workflow in the designer.
Copy file name to clipboardExpand all lines: articles/connectors/integrate-3270-apps-ibm-mainframe.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,10 @@ author: haroldcampos
7
7
ms.author: hcampos
8
8
ms.reviewer: estfan, azla
9
9
ms.topic: how-to
10
-
ms.date: 01/26/2026
10
+
ms.update-cycle: 1095-days
11
+
ms.date: 03/10/2026
11
12
ms.custom: sfi-image-nochange
12
-
#Customer intent: As an integration developer who works with Azure Logic Apps, I need to connect my workflows with 3270 screen-driven apps on IBM mainframes.
13
+
#Customer intent: As an integration developer who works with Azure Logic Apps, I need to connect my workflows to 3270 screen-driven apps on IBM mainframes.
13
14
---
14
15
15
16
# Integrate 3270 screen-driven apps on IBM mainframes with workflows in Azure Logic Apps
Copy file name to clipboardExpand all lines: articles/connectors/integrate-cics-apps-ibm-mainframe.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,11 @@ services: logic-apps
5
5
ms.suite: integration
6
6
author: haroldcampos
7
7
ms.author: hcampos
8
-
ms.reviewer: estfan, azla
8
+
ms.reviewers: estfan, azla
9
9
ms.topic: how-to
10
-
ms.date: 04/08/2025
10
+
ms.date: 03/10/2026
11
11
ms.custom: sfi-image-nochange
12
-
13
-
#customer intent: As a developer, I want to use the IBM CICS connector so I can integrate CICS programs with Standard workflows in Azure Logic Apps.
12
+
#Customer intent: As an integration developer who works with Azure Logic Apps, I need to use the IBM CICS connector in Standard workflows so I can integrate CICS programs.
14
13
---
15
14
16
15
# Integrate CICS programs on IBM mainframes with Standard workflows in Azure Logic Apps
@@ -97,7 +96,7 @@ Follow these steps to add a CICS action and configure the necessary parameters:
97
96
98
97
1. If you don't have a trigger to start your workflow, follow [these general steps to add the trigger that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger).
99
98
100
-
This example continues with the **Request** trigger named **When a HTTP request is received**:
99
+
This example continues with the **Request** trigger named **When an HTTP request is received**:
101
100
102
101
:::image type="content" source="media/integrate-cics-apps-ibm-mainframe/request-trigger.png" alt-text="Screenshot shows Azure portal, Standard workflow designer, and Request trigger." lightbox="media/integrate-cics-apps-ibm-mainframe/request-trigger.png":::
Copy file name to clipboardExpand all lines: articles/connectors/integrate-host-files-ibm-mainframe.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ services: logic-apps
5
5
ms.suite: integration
6
6
author: haroldcampos
7
7
ms.author: hcampos
8
-
ms.reviewer: estfan, azla
8
+
ms.reviewers: estfan, azla
9
9
ms.topic: how-to
10
-
ms.date: 04/08/2025
11
-
12
-
#customer intent: As a developer, I want to use the IBM Host File connector so I can parse and generate offline IBM host files from IBM mainframes with Standard workflows in Azure Logic Apps.
10
+
ms.update-cycle: 1095-days
11
+
ms.date: 03/10/2026
12
+
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to use the IBM Host File connector in Standard workflows so I can parse and generate offline IBM host files from IBM mainframes.
13
13
---
14
14
15
15
# Parse and generate host files from IBM mainframes for Standard workflows in Azure Logic Apps
Copy file name to clipboardExpand all lines: articles/connectors/integrate-ibmi-apps-distributed-program-calls.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ services: logic-apps
5
5
ms.suite: integration
6
6
author: haroldcampos
7
7
ms.author: hcampos
8
-
ms.reviewer: estfan, azla
8
+
ms.reviewers: estfan, azla
9
9
ms.topic: how-to
10
-
ms.date: 04/08/2025
10
+
ms.update-cycle: 1095-days
11
+
ms.date: 03/10/2026
11
12
ms.custom: sfi-image-nochange
12
-
13
-
#customer intent: As a developer, I want to use the IBM i connector so I can integrate COBOL and RPG programs on IBM midrange systems with Standard workflows in Azure Logic Apps.
13
+
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to use the IBM i connector in Standard workflows so I can integrate COBOL and RPG programs on IBM midrange systems.
14
14
---
15
15
16
16
# Integrate COBOL and RPG programs on IBM midrange systems with Standard workflows in Azure Logic Apps
@@ -27,11 +27,11 @@ This article describes the following aspects about the IBM i connector:
27
27
28
28
## Review the connector usage scenarios
29
29
30
-
More than 50 years ago, IBM released the first midrange systems. IBM advertised them as "Small in size, small in price and Big in performance. It is a system for now and for the future." Over the years, the midrange systems evolved and became pervasive in medium-sized businesses or in large enterprises to extend mainframe environments. Midrange systems that run IBM i, typically Power Systems, support TCP/IP and SNA.
30
+
More than 50 years ago, IBM released the first midrange systems. IBM advertised them as "Small in size, small in price and Big in performance. It's a system for now and for the future." Over the years, the midrange systems evolved and became pervasive in medium-sized businesses or in large enterprises to extend mainframe environments. Midrange systems that run IBM i, typically Power Systems, support TCP/IP, and SNA.
31
31
32
32
The IBM i system includes the DPC server feature that allows most IBM i applications to interact with clients like Azure Logic Apps by using the client-initiated only request-reply pattern with minimum modifications. DPC is a documented protocol that supports program-to-program integration on an IBM i system, which client applications can easily access by using the TCP/IP networking protocol.
33
33
34
-
Microsoft [Host Integration Server (HIS)](/host-integration-server/what-is-his) provides connectivity to IBM i systems by using TCP/IP and APPC LU6.2. For many years, customers have used the HIS Transaction Integrator to integrate on-premises IBM i systems and Windows. The **IBM i Program Call** connector uses the TCP/IP [programming model](/host-integration-server/core/choosing-the-appropriate-programming-model1) to interact with IBM i COBOL and RPG programs.
34
+
Microsoft [Host Integration Server (HIS)](/host-integration-server/what-is-his) provides connectivity to IBM i systems by using TCP/IP and APPC LU6.2. For many years, customers used the HIS Transaction Integrator to integrate on-premises IBM i systems and Windows. The **IBM i Program Call** connector uses the TCP/IP [programming model](/host-integration-server/core/choosing-the-appropriate-programming-model1) to interact with IBM i COBOL and RPG programs.
35
35
36
36
The following diagram shows how the IBM i connector interacts with an IBM i system:
37
37
@@ -103,7 +103,7 @@ Follow these steps to add an IBM i action and configure the necessary parameters
103
103
104
104
1. If you don't have a trigger to start your workflow, follow [these general steps to add the trigger that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger).
105
105
106
-
This example continues with the **Request** trigger named **When a HTTP request is received**:
106
+
This example continues with the **Request** trigger named **When an HTTP request is received**:
107
107
108
108
:::image type="content" source="media/integrate-ibmi-apps-dpc/request-trigger.png" alt-text="Screenshot shows Azure portal, Standard workflow designer, and Request trigger." lightbox="media/integrate-ibmi-apps-dpc/request-trigger.png":::
109
109
@@ -119,7 +119,7 @@ Follow these steps to add an IBM i action and configure the necessary parameters
119
119
|**Password**| No | <*password*> | The optional user password for connection authentication. |
120
120
|**Port Number**| Yes | <*port-number*> | The port number to use for connection authentication. |
121
121
|**Server Name**| Yes | <*server-name*> | The server name. |
122
-
|**Timeout**| No | <*timeout*> | The time-out period in seconds while waiting for responses from the server. |
122
+
|**Timeout**| No | <*timeout*> | The timeout period in seconds while waiting for responses from the server. |
123
123
|**User Name**| No | <*user-name*> | The optional username for connection authentication. |
124
124
|**Use TLS**| No | True or false | Secure the connection with Transport Security Layer (TLS). |
125
125
|**Validate Server certificate**| No | True or false | Validate the server's certificate. |
0 commit comments