You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-premium-overview.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
---
2
-
title: Overview of Event Hubs Premium
3
-
description: This article provides an overview of Azure Event Hubs Premium, which offers multitenant deployments of Event Hubs for high-end streaming needs.
2
+
title: Azure Event Hubs Premium Overview
3
+
description: Learn about Azure Event Hubs Premium, a high-performance, multitenant PaaS solution for low-latency, high-throughput streaming with predictable performance.
4
+
#customer intent: As a developer, I want to understand the features of Azure Event Hubs Premium so that I can determine if it meets my high-performance streaming needs.
4
5
ms.topic: article
5
-
ms.date: 02/15/2024
6
+
ms.date: 07/28/2025
7
+
ms.custom:
8
+
- ai-gen-docs-bap
9
+
- ai-gen-title
10
+
- ai-seo-date:07/28/2025
11
+
- ai-gen-description
6
12
---
7
13
8
-
# Overview of Event Hubs Premium
14
+
# Azure Event Hubs Premium preview
9
15
10
16
Azure Event Hubs Premium (Premium tier) is designed for high-end streaming scenarios that require elastic, superior performance with predictable latency. The Premium tier provides reserved compute, memory, and storage resources, which minimize cross-tenant interference in a managed multitenant platform-as-a-service (PaaS) environment.
11
17
@@ -14,7 +20,7 @@ Event Hubs Premium replicates events to three replicas, which are distributed ac
14
20
In addition to these storage-related features and all capabilities and protocol support of the Standard tier, the isolation model of the Premium tier enables features like [dynamic partition scale-up](dynamically-add-partitions.md). You also get far more generous [quota allocations](event-hubs-quotas.md). Event Hubs Capture is included at no extra cost.
15
21
16
22
> [!NOTE]
17
-
> - Event Hubs Premium supports TLS 1.2 or greater.
23
+
> - Event Hubs Premium supports Transport Layer Security (TLS) 1.2 or greater.
18
24
> - The Premium tier isn't available in all regions. Try to create a namespace in the Azure portal. See the supported regions in the **Location** dropdown list on the **Create Namespace** page.
19
25
20
26
You can purchase 1, 2, 4, 6, 8, 10, 12, and 16 processing units (PUs) for each namespace. Because the Premium tier is a capacity-based offering, the achievable throughput isn't set by a throttle like it is in the Standard tier. The throughput depends on the work you ask Event Hubs to do, which is similar to the Dedicated tier. The effective ingest and stream throughput per PU depends on various factors, such as the:
@@ -27,11 +33,11 @@ You can purchase 1, 2, 4, 6, 8, 10, 12, and 16 processing units (PUs) for each n
27
33
28
34
For more information, see [Comparison between Event Hubs SKUs](event-hubs-quotas.md).
29
35
30
-
## Why Premium?
36
+
## Why choose Event Hubs Premium?
31
37
32
38
The Premium tier offers three compelling benefits for customers who require better isolation in a multitenant environment with low latency and high-throughput data ingestion needs.
33
39
34
-
### Superior performance with the new two-tier storage engine
40
+
### Superior performance with a two-tier storage engine
35
41
36
42
The Premium tier uses a new two-tier log storage engine that drastically improves the data ingress performance with substantially reduced overall latency without compromising the durability guarantees.
0 commit comments