For the complete documentation index, see llms.txt. This page is also available as Markdown.

Azure Event Hub

Azure Event Hubs is a massively scalable data ingestion service capable of handling millions of events per second, allowing you to process and analyze the enormous volumes of data generated by your connected devices and applications. After data flows into an event hub, it can be transformed and stored using any real-time analytics platform or batching/storage adapter. Using this destination you can leverage Azure Event Hubs REST API to send events to your Azure Event Hub.

Key features

The Azure Event Hub destination provides the following key features:

  • Events structure: our Events reference model covers Azure Event Hubs's event structure, meaning that your data is properly bridged to the expected fields in an optimized way.

  • Property mapping: send all properties in your event or select the ones to include. See Send All Properties and Custom Event Properties in Configuration.

Destination setup

Ensure you do the following steps before configuring your destination: 1. Create an Event Hub. 2. Generate a Shared Access Signature (SAS). The Shared Access Policy must have at least the Send permission.

Configuration

Settings
Description

Shared Access Policy Name

Required Shared access policy name that grants write access to the event hub (E.g. WriteSharedAccessKey ).

Shared Access Policy Key

Required Shared access policy primary key (E.g. 123ABCabc......efg= ).

Event Hub Namespace

Required Event hub namespace that contains the event hub resource to use (E.g. my-namespace ).

Event Hub Name

Required Event hub to which events will be sent (E.g. my-hub ).

Send All Properties

Flag this option to send all properties in your event (after Properties Transformations) to the Azure Event Hub.

Custom Event Properties

Map your event properties to specific propery names in Azure. Set Azure property name to specify the property name in Azure, and Your value for its value.

Field mappings

Commanders Act Properties
Azure Properties

[Any property name]

[Any property name] [1]

1. See Custom Event Properties in Configuration. You can also flag Send All Properties to send all properties in your events with the same original names and values.

Last updated

Was this helpful?