Product Features
...
Integration Connectors
Cloud Service Providers

Azure Event Hubs

1min
review the azure event hub integration guide docid 0lhzbyeu8 tyib7pyve6n overview azure event hubs integration enables an edge system to connect to azure event hubs supported communication outbound (publish data from edge to azure event hub) yes inbound (subscribe data from azure event hub to edge) no configurations variable detail required name connector name yes connection string configuration string yes maximum message size the maximum message size for an individual event (message) in azure event hubs is 256 kb yes parallel connections unit impose a strict limit on the maximum number of simultaneous connections or clients that can be established with an event hub yes combine messages message or event combination refers to the procedure of consolidating several separate messages or events into one unified message or event no throttling limit set a limit on the number of outbound messages per second if sending data to a server that has restrictions on the rate of incoming messages, this ensures that no messages are lost no persistent storage if enabled, messages in the outbound queue are stored on disk if there are interruptions in connection or power loss, messages will be retained and eventually sent when the connection is restored no queue mode select the sequence of data transfer fifo or lifo selecting fifo (first in first out) will send the earliest message first selecting lifo (last in first out) will send the latest message first no