Skip to content

Commit f060d9d

Browse files
authored
Merge pull request #312953 from ecfan/freshness
[Azure Logic Apps] Freshness edits
2 parents 19d6892 + 7483a23 commit f060d9d

62 files changed

Lines changed: 221 additions & 203 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/connectors/built-in.md

Lines changed: 8 additions & 7 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
@@ -600,7 +601,7 @@ For more information, review the following documentation:
600601
[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"
601602
[sftp-doc]: /azure/logic-apps/connectors/built-in/reference/sftp/ "Connect to your SFTP account by using SSH. Upload, get, delete files, and more"
602603
[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"
604605
[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"
605606
[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"
606607
[terminate-doc]: ../logic-apps/logic-apps-workflow-actions-triggers.md#terminate-action "Stop or cancel an actively running workflow for your logic app workflow"

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: 12 additions & 10 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

@@ -66,7 +68,7 @@ To add an Azure Cosmos DB built-in trigger to a Standard workflow, follow these
6668
| **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. |
6769
| **Monitored Container Id** | Yes | <*container-name*> | The name of the container to monitor. This container should exist in the specified database. |
6870
| **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. |
7072

7173
> [!NOTE]
7274
>
@@ -99,7 +101,7 @@ To add an Azure Cosmos DB action to a Consumption workflow, follow these steps:
99101

100102
1. If the workflow is blank, add any trigger that you want.
101103

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).
103105

104106
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).
105107

@@ -136,9 +138,9 @@ To add an Azure Cosmos DB built-in action to a Standard workflow, follow these s
136138

137139
1. If the workflow is blank, add any trigger that you want.
138140

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:
140142

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.":::
142144

143145
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).
144146

@@ -159,7 +161,7 @@ To add an Azure Cosmos DB built-in action to a Standard workflow, follow these s
159161
| **Container Id** | Yes | <*container-ID*> | The container to query. |
160162
| **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. |
161163

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**:
163165

164166
:::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.":::
165167

@@ -215,7 +217,7 @@ For a Standard workflow, an Azure Cosmos DB connection (built-in) requires the f
215217

216218
### Get iterable results from the Query items action
217219

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:
219221

220222
1. In the [Azure portal](https://portal.azure.com), open your Standard workflow in the designer.
221223

articles/connectors/integrate-3270-apps-ibm-mainframe.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ author: haroldcampos
77
ms.author: hcampos
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 01/26/2026
10+
ms.update-cycle: 1095-days
11+
ms.date: 03/10/2026
1112
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.
1314
---
1415

1516
# Integrate 3270 screen-driven apps on IBM mainframes with workflows in Azure Logic Apps

articles/connectors/integrate-cics-apps-ibm-mainframe.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ services: logic-apps
55
ms.suite: integration
66
author: haroldcampos
77
ms.author: hcampos
8-
ms.reviewer: estfan, azla
8+
ms.reviewers: estfan, azla
99
ms.topic: how-to
10-
ms.date: 04/08/2025
10+
ms.date: 03/10/2026
1111
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.
1413
---
1514

1615
# 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:
9796

9897
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).
9998

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**:
101100

102101
:::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":::
103102

articles/connectors/integrate-host-files-ibm-mainframe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ services: logic-apps
55
ms.suite: integration
66
author: haroldcampos
77
ms.author: hcampos
8-
ms.reviewer: estfan, azla
8+
ms.reviewers: estfan, azla
99
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.
1313
---
1414

1515
# Parse and generate host files from IBM mainframes for Standard workflows in Azure Logic Apps

articles/connectors/integrate-ibmi-apps-distributed-program-calls.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ services: logic-apps
55
ms.suite: integration
66
author: haroldcampos
77
ms.author: hcampos
8-
ms.reviewer: estfan, azla
8+
ms.reviewers: estfan, azla
99
ms.topic: how-to
10-
ms.date: 04/08/2025
10+
ms.update-cycle: 1095-days
11+
ms.date: 03/10/2026
1112
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.
1414
---
1515

1616
# 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:
2727

2828
## Review the connector usage scenarios
2929

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.
3131

3232
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.
3333

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.
3535

3636
The following diagram shows how the IBM i connector interacts with an IBM i system:
3737

@@ -103,7 +103,7 @@ Follow these steps to add an IBM i action and configure the necessary parameters
103103

104104
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).
105105

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**:
107107

108108
:::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":::
109109

@@ -119,7 +119,7 @@ Follow these steps to add an IBM i action and configure the necessary parameters
119119
| **Password** | No | <*password*> | The optional user password for connection authentication. |
120120
| **Port Number** | Yes | <*port-number*> | The port number to use for connection authentication. |
121121
| **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. |
123123
| **User Name** | No | <*user-name*> | The optional username for connection authentication. |
124124
| **Use TLS** | No | True or false | Secure the connection with Transport Security Layer (TLS). |
125125
| **Validate Server certificate** | No | True or false | Validate the server's certificate. |

0 commit comments

Comments
 (0)