Skip to content

Commit cc9bd5e

Browse files
committed
edit
1 parent e332291 commit cc9bd5e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/reliability/reliability-event-hubs.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,16 @@ ms.date: 06/12/2024
1616

1717
This article describes reliability support in [Azure Event Hubs](../event-hubs/event-hubs-about.md), and covers both intra-regional resiliency with [availability zones](#availability-zone-support) and [cross-region disaster recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity). For a more detailed overview of reliability principles in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
1818

19+
20+
21+
1922
## Availability zone support
2023

2124
[!INCLUDE [Availability zone description](includes/reliability-availability-zone-description-include.md)]
2225

23-
Event Hubs supports [availability zones](../availability-zones/az-overview.md) with [zone redundancy](./availability-zones-overview.md#zonal-and-zone-redundant-services), providing fault-isolated locations within an Azure region. Both metadata and data (events) are replicated across data centers in each availability zone.
26+
27+
Event Hubs implements transparent failure detection and failover mechanisms so that, when failure occurs, the service continues to operate within the assured service-levels and without noticeable interruptions. If you create an Event Hubs namespace in a region that supports availability zones, [zone redundancy](./availability-zones-overview.md#zonal-and-zone-redundant-services) is automatically enabled. With zone-redundancy, fault tolerance is increased and the service has enough capacity reserves to cope with the outage of an entire facility. Both metadata and data (events) are replicated across data centers in each zone.
28+
2429

2530
### Prerequisites
2631

@@ -44,13 +49,16 @@ The Azure portal doesn't support disabling availability zones. To disable availa
4449

4550
### Availability zone migration
4651

52+
You can't disable or enable availability zones for Event Hubs. When you create availability zones in the a region that supports them, availability zones are automatically enabled.
4753

4854

49-
### Fault tolerance
5055

5156

5257
### Zone down experience
5358

59+
60+
61+
5462
When a client application sends events to an event hub without specifying a partition, events are automatically distributed among partitions in your event hub. If a partition isn't available for some reason, events are distributed among the remaining partitions. This behavior allows for the greatest amount of up time. For use cases that require the maximum up time, this model is preferred instead of sending events to a specific partition.
5563

5664
### Pricing

0 commit comments

Comments
 (0)