Eventhub
Resource Icon

Resource Overview
Event Hubs is a distributed streaming platform that enables the collection of large-scale real-time events (such as logs, IoT telemetry, and application events) and delivers them to streaming processing pipelines.
Throughput and network access policies are configured at the namespace level, and Event Hubs (units similar to topics) are created under the namespace to perform scalable event ingestion and retention based on partitions.
Associated Resources
Parent Resources
Resource Configuration
Namespace Settings
sku: Tier to use -Basic,Standard,Premiumcapacity: Standard SKU namespace capacity / throughput units -1~16enable_auto_inflate: Whether to enable automatic scaling for the Event Hub namespace -true,falsemaximum_throughput_units: Maximum number of throughput units when Auto Inflate is enabled -1~40minimum_tls_version: Minimum supported TLS version for the Event Hub namespace -1.0,1.1,1.2enable_local_authentication: Whether to use SAS authentication for the Event Hub namespace -true,falseenable_public_network_access: Whether to allow public network access for the Event Hub namespace -true,false
Network Access Control (network_rulesets)
network_rulesets.default_action: Default network access action -Allow,Denynetwork_rulesets.virtual_network_rule.target_subnet_name: Name of the subnet to connectnetwork_rulesets.virtual_network_rule.ignore_missing_virtual_network_service_endpoint: Whether to ignore missing virtual network service endpoints -true,false
Event Hub Settings (eventhub)
eventhub.default.partition_count: Current number of shards (partitions) for the Event Hub -1~100eventhub.default.message_retention: Number of days to retain events for the Event Hub -1~90eventhub.default.enabled_capture: Whether to enable Capture -true,falseeventhub.default.encoding: Encoding used for Capture descriptions -Avro,AvroDeflateeventhub.default.time_window: Time interval (minutes) during which capture is performed -1~15eventhub.default.size_window: Amount of data accumulated in Event Hub before a capture operation occurs -11~524eventhub.default.skip_empty_archives: Whether to skip exporting empty files when there are no events in the capture time window -true,falseeventhub.default.capture_file_name_format: Blob naming convention for retentioneventhub.default.linked_storage_account: Name of the container within the Blob storage account where messages should be retainedeventhub.default.target_storage_container_name: Blob storage account where messages should be retained