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/apis-list.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ An *action* is an operation that follows the trigger and performs some kind of t
40
40
41
41
## Connector categories
42
42
43
-
In Logic Apps, most triggers and actions are available in either a *built-in* version or *managed connector* version. A small number of triggers and actions are available in both versions. The versions available depend on whether you create a multi-tenant logic app or a single-tenant logic app, which is currently available only in [single-tenant Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md).
43
+
In Logic Apps, most triggers and actions are available in either a *built-in* version or *managed connector* version. A small number of triggers and actions are available in both versions. The versions available depend on whether you create a multi-tenant logic app or a single-tenant logic app, which is currently available only in [Logic Apps Preview](../logic-apps/single-tenant-overview-compare.md).
44
44
45
45
[Built-in triggers and actions](built-in.md) run natively on the Logic Apps runtime, don't require creating connections, and perform these kinds of tasks:
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-mq.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: ChristopherHouser
7
7
ms.author: chrishou
8
8
ms.reviewer: valthom, estfan, logicappspm
9
9
ms.topic: article
10
-
ms.date: 05/25/2021
10
+
ms.date: 04/26/2021
11
11
tags: connectors
12
12
---
13
13
@@ -25,9 +25,11 @@ This connector includes a Microsoft MQ client that communicates with a remote MQ
25
25
26
26
## Available operations
27
27
28
-
* Multi-tenant Azure Logic Apps: When you create a **Logic App (Consumption)** resource, you can connect to an MQ server only by using the *managed* MQ connector. This connector provides only actions, no triggers.
28
+
The IBM MQ connectorprovides actions but no triggers.
29
29
30
-
* Single-tenant Azure Logic Apps: When you create a single-tenant based logic app workflow, you can connect to an MQ server by using either the managed MQ connector, which includes *only* actions, or the *built-in* MQ operations, which includes triggers *and* actions.
30
+
* Multi-tenant Azure Logic Apps: When you create a consumption-based logic app workflow, you can connect to an MQ server by using the *managed* MQ connector.
31
+
32
+
* Single-tenant Azure Logic Apps (preview): When you create a preview logic app workflow, you can connect to an MQ server by using either the managed MQ connector or the *built-in* MQ operations (preview).
31
33
32
34
For more information about the difference between a managed connector and built-in operations, review [key terms in Logic Apps](../logic-apps/logic-apps-overview.md#logic-app-concepts).
33
35
@@ -42,14 +44,11 @@ The following list describes only some of the managed operations available for M
42
44
43
45
For all the managed connector operations and other technical information, such as properties, limits, and so on, review the [MQ connector's reference page](/connectors/mq/).
44
46
45
-
#### [Built-in](#tab/built-in)
47
+
#### [Built-in (preview)](#tab/built-in)
46
48
47
49
The following list describes only some of the built-in operations available for MQ:
48
50
49
-
* When a message is available in a queue, take some action.
50
-
* When one or more messages are received from a queue (auto-complete), take some action.
51
-
* When one or more messages are received from a queue (peek-lock), take some action.
52
-
* Receive a single message or an array of messages from a queue. For multiple messages, you can specify the maximum number of messages to return per batch and the maximum batch size in KB.
51
+
* Receive a single message or an array of messages from the MQ server. For multiple messages, you can specify the maximum number of messages to return per batch and the maximum batch size in KB.
53
52
* Send a single message or an array of messages to the MQ server.
54
53
55
54
These built-in MQ operations also have the following capabilities plus the benefits from all the other capabilities for logic apps in the [single-tenant Logic Apps service](../logic-apps/single-tenant-overview-compare.md):
@@ -122,7 +121,7 @@ When you add an MQ action for the first time, you're prompted to create a connec
122
121
123
122
1. When you're done, select **Create**.
124
123
125
-
#### [Built-in](#tab/built-in)
124
+
#### [Built-in (preview)](#tab/built-in)
126
125
127
126
1. Provide the connection information for your MQ server.
0 commit comments