Azure Event Hub
- 28 Apr 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
This documentation version is deprecated, please click here for the latest version.
Azure Event Hub
- Updated on 28 Apr 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Output events and detections to an Azure Event Hub (similar to PubSub and Kafka).
connection_string
: the connection string provided by Azure.
Note that the connection string should end with ;EntityPath=your-hub-name
which is sometimes missing from the "Connection String" provided by Azure.
Example:
connection_string: Endpoint=sb://lc-test.servicebus.windows.net/;SharedAccessKeyName=lc;SharedAccessKey=jidnfisnjfnsdnfdnfjd=;EntityPath=test-hub
Was this article helpful?