Skip to content

Commit 2b50224

Browse files
Add logic apps overview link.
1 parent 6e9f0ba commit 2b50224

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/connectors/connectors-create-api-azure-event-hubs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ For information about this connector's operations, their parameters, and other t
6060

6161
## Add an Event Hubs trigger
6262

63-
In Azure Logic Apps, every workflow must start with a [trigger](../logic-apps/logic-apps-overview.md#logic-app-concepts), which fires when a specific condition is met. Each time the trigger fires, Azure Logic Apps creates an instance of your workflow and starts to run the steps in the workflow. The following steps describe the general way to add an **Event Hubs** trigger such as **When events are available in Event Hub**. This example trigger checks for new events in your event hub and starts a workflow run when new events exist.
63+
In Azure Logic Apps, every workflow must start with a [trigger](../logic-apps/logic-apps-overview.md#logic-app-concepts), which fires when a specific condition is met. Each time the trigger fires, Azure Logic Apps creates an instance of your workflow and starts to run the steps in the workflow. For more information, see [What is Azure Logic Apps](../logic-apps/logic-apps-overview.md).
64+
65+
The following steps describe the general way to add an **Event Hubs** trigger such as **When events are available in Event Hub**. This example trigger checks for new events in your event hub and starts a workflow run when new events exist.
6466

6567
1. In the [Azure portal](https://portal.azure.com), open your logic app resource.
6668

0 commit comments

Comments
 (0)