Event Hubs

Connect to Azure Event Hubs to send and receive events.

This article describes the operations for the Azure Event Hubs built-in connector, which is available only for Standard workflows in single-tenant Azure Logic Apps. If you're looking for the Azure Event Hubs managed connector operations instead, see Azure Event Hubs managed connector reference.

Built-in connector settings

In a Standard logic app resource, the application and host settings control various thresholds for performance, throughput, timeout, and so on. For more information, see Edit host and app settings for Standard logic app workflows.

Connector how-to guide

For more information about connecting to Azure Event Hubs from your workflow in Azure Logic Apps, see Connect to Azure Event Hubs from workflows in Azure Logic Apps.

Authentication

Connection String

Azure Event Hubs Connection String

Parameters

Name Description Type Required Allowed Values
Connection String Azure Event Hubs Connection String securestring True

Active Directory OAuth

Active Directory OAuth

Parameters

Name Description Type Required Allowed Values
Fully qualified namespace Fully qualified namespace eg: [name].servicebus.windows.net string True
Active Directory OAuth Active Directory OAuth string True
Authority Active Directory authority string False
Tenant Active Directory tenant string True
Credential type Active Directory credential type string False Certificate, Secret
Client ID Active Directory client ID string True
Client secret Active Directory client secret securestring True
Pfx Active Directory pfx securestring True
Password Active Directory password securestring True

Managed identity

Managed identity

Parameters

Name Description Type Required Allowed Values
Fully qualified namespace Fully qualified namespace eg: [name].servicebus.windows.net string True
Managed identity Managed identity string True
Managed identity Managed identity string False

Actions

Replicate events

Send events for replication to another event hub. These events include extra properties for replication purposes.

To find available events, use the trigger named "When events are available for replication".

Send Event

Connect to Azure Event Hubs to send event.

Send Multiple Events

Connect to Azure Event Hubs to send events.

Replicate events

Send events for replication to another event hub. These events include extra properties for replication purposes.

To find available events, use the trigger named "When events are available for replication".

Parameters

Name Key Required Type Description
Event Hub Name
eventHubName True string

Name of the Event Hub

Skip replicated events?
skipAlreadyReplicated True string

Skips already replicated events.

Send Event

Connect to Azure Event Hubs to send event.

Parameters

Name Key Required Type Description
Event Hub Name
eventHubName True string

Name of the Event Hub

eventData
eventData True string

Send Event

Partition key
partitionKey string

Partition key

Send Multiple Events

Connect to Azure Event Hubs to send events.

Parameters

Name Key Required Type Description
Event Hub Name
eventHubName True string

Name of the Event Hub

Events
eventDatas True string

One or more events to send to the Event Hub partition

Partition key
partitionKey string

Partition key

Triggers

When events are available for replication

Run when an event hub has events ready to replicate.

To replicate events to another event hub, use the action named "Replicate events".

When events are available in Event hub

When events are available in Event Hub.

When events are available for replication

Run when an event hub has events ready to replicate.

To replicate events to another event hub, use the action named "Replicate events".

Parameters

Name Key Required Type Description
Event Hub Name
eventHubName True string

Name of the Event Hub

Consumer Group Name
consumerGroup string

Name of the Consumer Group

When events are available in Event hub

When events are available in Event Hub.

Parameters

Name Key Required Type Description
Event Hub Name
eventHubName True string

Name of the Event Hub

Consumer Group Name
consumerGroup string

Name of the Consumer Group

Returns

One or more events received from Event Hub

Events
array