Skip to content

Commit 1c46c8f

Browse files
Merge pull request #311458 from TimShererWithAquent/us474076-02-01
Freshness Edit: Logic Apps: Access and manage IBM DB2 (follow up)
2 parents 910a6d5 + 2344cc8 commit 1c46c8f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

articles/connectors/connectors-create-api-db2.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: haroldcampos, azla
77
ms.topic: how-to
8-
ms.date: 01/26/2026
8+
ms.date: 02/05/2026
99
ms.custom: sfi-image-nochange
1010
#Customer intent: As a developer who works with Azure Logic Apps, I want to access and manage IBM DB2 resources for my cloud or on-premises databases.
1111
---
1212

13-
# Access and manage IBM DB2 resources from workflows in Azure Logic Apps
13+
# Connect to IBM DB2 resources from workflows in Azure Logic Apps
1414

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

17-
When your automated integration workflow needs to work with resources in your DB2 database, use the [**DB2** connector](/connectors/db2/). For example, your workflow can read, list rows, add rows, change rows, delete rows, and so on. Your workflow can include actions that return data from your database and make that output available for other actions to use in your workflow.
17+
When your automated integration workflow needs to work with resources in your DB2 database, use the [**DB2** connector](/connectors/db2/) to perform different operations on your database. For example, your workflow can read, list tables or rows, add rows, update rows, delete rows, and more. These actions can return data from your database for other actions in your workflow to use.
1818

19-
The DB2 connector includes a Microsoft client that communicates with remote DB2 servers across a TCP/IP network. So, you can use this connector to access cloud databases such as IBM DB2 for Windows running in Azure virtualization.
19+
The DB2 connector includes a Microsoft client that communicates with remote DB2 servers across a TCP/IP network. You can use this connector to access cloud databases such as IBM DB2 for Windows running in Azure virtualization.
2020

21-
This guide shows how to connect your workflow to your DB2 database and perform various operations on that database.
21+
This guide shows how to add a DB2 action to your workflow and set up a connection to your DB2 database.
2222

2323
## Supported platforms and versions
2424

@@ -53,22 +53,22 @@ For more information about the connector and these actions, see [DB2 connector](
5353

5454
- The logic app resource and workflow from where you want to access your DB2 database.
5555

56-
The DB2 connector provides only actions. If you have an empty workflow, you must first [add a trigger](../logic-apps/add-trigger-action-workflow.md) that works best for your business scenario, to start the workflow.
57-
56+
The DB2 connector provides only actions. If you have an empty workflow, you must first [add a trigger](../logic-apps/add-trigger-action-workflow.md) that works best for your scenario.
57+
5858
The examples in this guide use the [**Recurrence** trigger](connectors-native-recurrence.md).
5959

6060
For more information, see:
6161

6262
- [Create a Consumption logic app workflow](../logic-apps/quickstart-create-example-consumption-workflow.md)
6363
- [Create a Standard logic app workflow](../logic-apps/create-single-tenant-workflows-azure-portal.md)
6464

65-
- To access on-premises DB2 databases, you need to [install and set up the on-premises data gateway](../logic-apps/logic-apps-gateway-connection.md).
65+
- To connect your workflow to on-premises DB2 databases, first [install and set up the on-premises data gateway](../logic-apps/logic-apps-gateway-connection.md).
6666

6767
<a name="add-action"></a>
6868

6969
## Add a DB2 action
7070

71-
The following steps show how to add a DB2 action, for example, **Get tables**, to your workflow.
71+
The following steps show how to add a DB2 action, such as **Get tables**, to your workflow.
7272

7373
> [!NOTE]
7474
>
@@ -117,7 +117,7 @@ For example:
117117

118118
| Property | Required | Description |
119119
|----------|----------|-------------|
120-
| **Connect via on-premises gateway** | Yes | Applies only to on-premises connections and shows the on-premises connection properties. |
120+
| **Connect via on-premises gateway** | Yes | Applies only to on-premises connections. This option also shows more properties for the on-premises connection. |
121121
| **Connection Name** | Yes | The name for your connection, for example, *DB2-connection*. |
122122
| **Server** | Yes | The address or alias and port number for your DB2 server, for example, *myDB2server:50000*. <br><br>**Note**: This value is a string that represents a TCP/IP address or alias, either in IPv4 or IPv6 format, followed by a colon and a TCP/IP port number. |
123123
| **Database** | Yes | The name for your database. <br><br>**Note**: This value is a string that represents a DRDA Relational Database Name (RDBNAM): <br><br>- DB2 for z/OS accepts a 16-byte string where the database is known as an *IBM DB2 for z/OS* location. <br><br>- DB2 for i accepts an 18-byte string where the database is known as an *IBM DB2 for i* relational database. <br><br>- DB2 for LUW accepts an 8-byte string. |
@@ -136,7 +136,7 @@ For example:
136136

137137
### Test your workflow and view output tables
138138

139-
To manually run your workflow, on the designer toolbar, from the **Run** list, select **Run**. After your workflow completes, you can view the output from the run.
139+
To manually run your workflow, on the designer toolbar, from the **Run** list, select **Run**. After your workflow finishes, you can view the output from the run.
140140

141141
1. If the run details page doesn't open, follow these steps based on your logic app:
142142

0 commit comments

Comments
 (0)