300+ Tools CoveredSource Data Updated Weeklydates

Pricing intelligence

Azure Event Hubs Pricing in 2026

Usage-based

Basic

  • ✓Multitenant
  • ✓1 consumer group per hub
  • ✓1-day retention
  • ✓256 KB max publication size
  • ✓84 GB storage per TU
  • ✓Availability zones
  • ✓Up to 40 TUs
  • ✓32 partitions per hub

Standard

  • ✓Multitenant
  • ✓20 consumer groups per hub
  • ✓7-day retention
  • ✓1 MB max publication size
  • ✓84 GB storage per TU
  • ✓Private Link
  • ✓Geo-disaster recovery
  • ✓Capture (priced separately)
  • ✓IP firewall
  • ✓Up to 40 TUs
  • ✓32 partitions per hub

Premium

  • ✓Resource-isolated multitenant
  • ✓100 consumer groups per hub
  • ✓90-day retention
  • ✓1 MB max publication size
  • ✓1 TB storage per PU
  • ✓Ingress events included
  • ✓Capture included
  • ✓Customer-managed keys
  • ✓Dynamic partition scale-out
  • ✓Geo-replication
  • ✓Runtime audit logs
  • ✓Up to 16 PUs
  • ✓100 partitions per hub

Dedicated

  • ✓Exclusive single tenant
  • ✓1,000+ consumer groups per hub
  • ✓90-day retention
  • ✓20 MB max publication size
  • ✓10 TB storage per CU
  • ✓Ingress events included
  • ✓Capture included
  • ✓Customer-managed keys
  • ✓Dynamic partition scale-out
  • ✓Geo-replication
  • ✓1,024 partitions per hub
  • ✓Up to 20 CUs

This guide was last updated on July 25, 2026. Its figures have not been re-verified against Azure Event Hubs's official pricing source since. Pricing may have changed. Visit Azure Event Hubs for current pricing.

Azure Event Hubs pricing guide details

Pricing Overview

Azure Event Hubs uses a pure usage-based pricing model with no upfront costs and no termination fees. Microsoft structures the service across four tiers -- Basic, Standard, Premium, and Dedicated -- each scaling throughput, retention, and feature access differently. The Basic and Standard tiers charge per million ingress events plus throughput unit (TU) hours, while Premium bundles ingress into processing unit (PU) pricing and Dedicated offers exclusive single-tenant clusters billed by capacity unit (CU). We find this model deceptively simple on paper but difficult to predict in production, because your real cost depends heavily on data volume in bytes, retention window length, consumer replay behavior, and downstream egress -- not just raw event count. Teams that estimate based on events-per-second alone consistently underestimate their bills.

Plan Comparison

FeatureBasicStandardPremiumDedicated
TenancyMultitenantMultitenantResource-isolatedExclusive single tenant
Ingress eventsPay per millionPay per millionIncludedIncluded
CaptureN/APriced separatelyIncludedIncluded
Private LinkN/AYesYesYes
Customer-managed keysN/AN/AYesYes
Geo-disaster recoveryN/AYesYesYes
Geo-replicationN/AN/AYesYes
Dynamic partition scale-outN/AN/AYesYes
Runtime audit logsN/AN/AYesYes
Max retention1 day7 days90 days90 days
Max publication size256 KB1 MB1 MB20 MB
Consumer groups per hub1201001,000+
Storage per unit84 GB/TU84 GB/TU1 TB/PU10 TB/CU
Throughput (ingress)1 MB/s per TU1 MB/s per TUNo hard limit per PUNo hard limit per CU
Throughput (egress)2 MB/s per TU2 MB/s per TUNo hard limit per PUNo hard limit per CU
Max partitions per hub32321001,024

Basic is severely limited: one consumer group, one-day retention, no Capture, no Private Link, and no geo-disaster recovery. We consider it suitable only for development and testing environments. Standard is the practical entry point for production workloads, offering 7-day retention, 20 consumer groups, Private Link, and geo-disaster recovery, though Capture costs extra. Premium removes per-event ingress charges entirely and adds resource isolation, 90-day retention, 1 TB storage per PU, customer-managed encryption keys, and dynamic partition scale-out -- we think this is the right choice for compliance-heavy or high-throughput teams. Dedicated targets organizations that need full tenant isolation with partition limits of 1,024 per hub, 20 MB publication sizes, and 10 TB storage per CU.

Hidden Costs and Considerations

The biggest budget trap with Azure Event Hubs is replay and downstream amplification. A single consumer backfill can trigger analytics reruns, cross-region data transfers, and logging surges that dwarf the hub's own line item. Burst windows during incidents push throughput unit consumption well above monthly averages. Capture on the Standard tier is billed separately per hour, which adds up fast for always-on streams. Egress charges apply when consumers sit outside the Event Hubs region. We strongly recommend modeling your cost around bytes per event, retention window, and replay frequency rather than events-per-second alone. Teams should also account for the throughput unit auto-inflate feature on Standard tier, which prevents throttling but can quietly increase costs when traffic spikes persist longer than expected.

How Azure Event Hubs Pricing Compares

Azure Event Hubs competes broadly in the data pipeline and streaming ingestion category, but its usage-based model differs fundamentally from the seat-based or row-based pricing of most data integration platforms. Direct comparisons require understanding your workload shape.

ToolPricing ModelStarting PriceFree TierBest For
Azure Event HubsUsage-based (per event + TU/PU/CU)Pay-as-you-goNoHigh-throughput real-time streaming
StitchFreemium$25.00/moYes (1 user)ELT data replication
Hevo DataFreemium$25.00/moYes (1M rows)No-code data pipelines
AirbyteFreemium$10.00/moYes (self-hosted OSS)Open-source ELT connectors

The comparison is not apples-to-apples. Stitch, Hevo Data, and Airbyte are ELT and data-replication platforms with predictable row-based or connector-based pricing models. Azure Event Hubs is a streaming ingestion buffer designed for millions of events per second with partitioned parallel consumption. If your workload centers on real-time telemetry, IoT device streaming, or fraud detection, Event Hubs fits naturally. If you need batch connector-based data replication from SaaS sources into a warehouse, the alternatives are simpler to budget and operate. We note that Event Hubs has no traditional free tier -- you pay from the first throughput unit hour -- while all three competitors offer a free option for teams getting started. For organizations already invested in the Azure ecosystem, Event Hubs integrates natively with Azure Stream Analytics, Azure Functions, Azure Data Lake Storage, and Azure Data Explorer, which can reduce total pipeline complexity even if the per-unit pricing appears less transparent than flat-rate alternatives.

Azure Event Hubs Pricing FAQ

Does Azure Event Hubs have a free tier?

No. Azure Event Hubs does not offer a permanent free tier. New Azure accounts get a general free-trial credit that can be applied to Event Hubs, but once the credit expires you pay for every throughput unit hour and every million ingress events on Basic and Standard tiers.

What is the difference between throughput units, processing units, and capacity units?

Throughput units (TUs) apply to Basic and Standard tiers, each providing 1 MB/s ingress and 2 MB/s egress. Processing units (PUs) apply to Premium tier with no hard per-unit throughput limit and 1 TB storage each. Capacity units (CUs) apply to Dedicated tier with exclusive single-tenant clusters and 10 TB storage each.

Why is my Azure Event Hubs bill higher than expected?

The most common cause is replay and downstream amplification. Consumer groups rereading historical data during backfills, incident recovery, or ML training multiply the effective data volume. Burst traffic during incidents can also spike throughput unit consumption far above monthly averages. Additionally, Capture on Standard tier is billed per hour, and data egress outside the region incurs separate charges.

Which Azure Event Hubs tier should I choose for production?

Standard is the minimum viable production tier, offering 7-day retention, 20 consumer groups, geo-disaster recovery, and Private Link. Choose Premium if you need resource isolation, 90-day retention, included Capture, or customer-managed encryption keys. Dedicated is for organizations requiring full single-tenant isolation and the highest partition and connection limits.

Can I use Azure Event Hubs as a Kafka replacement?

Azure Event Hubs offers a Kafka-compatible endpoint that allows existing Kafka clients and applications to connect without code changes. This works well for many ingestion scenarios and eliminates the need to manage Kafka clusters. However, Event Hubs is a streaming ingestion buffer, not a full Kafka replacement -- advanced Kafka Streams or Kafka Connect workloads may still require a dedicated Kafka deployment.

Explore More

Comparisons

Related Pricing Guides