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
With [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the [IBM DB2 connector](/connectors/db2/), you can create automated tasks and workflows based on the resources stored in your DB2 database. Your workflows can connect to the resources in your database, read and list your database tables, add rows, change rows, delete rows, and more. You can include actions in your logic apps that get responses from your database and make the output available for other actions.
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.
19
18
20
-
This article shows how you can create a logic app that performs various database operations. If you're new to logic apps, review [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md)
19
+
This guide shows how to connect your workflow to your DB2 database and perform various operations on that database.
21
20
22
21
## Supported platforms and versions
23
22
24
-
The DB2 connector includes a Microsoft client that communicates with remote DB2 servers across a TCP/IP network. You can use this connector for accessing cloud databases such as IBM DB2 for Windows running in Azure virtualization. You can also access on-premises DB2 databases after you [install and set up the on-premises data gateway](../logic-apps/logic-apps-gateway-connection.md).
23
+
The DB2 connector includes a Microsoft client that communicates with remote DB2 servers across a TCP/IP network. Use this connector to access cloud databases such as IBM DB2 for Windows running in Azure virtualization. You can also access on-premises DB2 databases after you [install and set up the on-premises data gateway](../logic-apps/logic-apps-gateway-connection.md).
25
24
26
-
The IBM DB2 connector supports these IBM DB2 platforms and versions along with IBM DB2 compatible products that support Distributed Relational Database Architecture (DRDA) SQL Access Manager (SQLAM) versions 10 and 11:
25
+
The DB2 connector supports the following IBM DB2 platforms and versions along with IBM DB2 compatible products that support Distributed Relational Database Architecture (DRDA) SQL Access Manager (SQLAM) versions 10 and 11:
27
26
28
27
| Platform | Version |
29
28
|----------|---------|
@@ -33,7 +32,7 @@ The IBM DB2 connector supports these IBM DB2 platforms and versions along with I
33
32
34
33
## Supported database operations
35
34
36
-
The IBM DB2 connector supports these database operations, which map to the corresponding actions in the connector:
35
+
The DB2 connector supports the following database operations, which map to the corresponding actions in the connector:
37
36
38
37
| Database operation | Connector action |
39
38
|--------------------|------------------|
@@ -46,14 +45,20 @@ The IBM DB2 connector supports these database operations, which map to the corre
46
45
47
46
## Prerequisites
48
47
49
-
- An Azure account and subscription. If you don't have an Azure subscription,
50
-
[sign up for a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
48
+
- An Azure account and subscription. [Get a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
51
49
52
50
- An IBM DB2 database, either cloud-based or on-premises.
53
51
54
-
- Basic knowledge about how to create logic apps. For more information, see [Create an example Consumption logic app workflow](../logic-apps/quickstart-create-example-consumption-workflow.md).
52
+
- The logic app resource and workflow from where you want to access your DB2 database.
53
+
54
+
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.
55
+
56
+
The examples in this guide use the [**Recurrence** trigger](connectors-native-recurrence.md).
57
+
58
+
For more information, see:
55
59
56
-
- The logic app where you want to access your DB2 database. This connector provides only actions, so to start your logic app, select a separate trigger. The examples in this article use the **Recurrence** trigger.
60
+
-[Create a Consumption logic app workflow](../logic-apps/quickstart-create-example-consumption-workflow.md)
61
+
-[Create a Standard logic app workflow](../logic-apps/create-single-tenant-workflows-azure-portal.md)
0 commit comments