Skip to content

Commit 979e6cb

Browse files
committed
Event Hubs: default retention period is 1
1 parent 38c8b2e commit 979e6cb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/event-hubs/event-hubs-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ sections:
122122
123123
- Up to 1 MB per second of ingress events (events sent into an event hub), but no more than 1000 ingress events, management operations, or control API calls per second.
124124
- Up to 2 MB per second of egress events (events consumed from an event hub), but no more than 4096 egress events.
125-
- Up to 84 GB of event storage (enough for the default 24-hour retention period).
125+
- Up to 84 GB of event storage (enough for the default 1 hour retention period).
126126
127127
- question: |
128128
How are throughput units billed?
@@ -194,7 +194,7 @@ sections:
194194
- question: |
195195
Is there a charge for retaining Event Hubs events for more than 24 hours?
196196
answer: |
197-
The Event Hubs Standard tier does allow message retention periods longer than 24 hours, for a maximum of seven days. If the size of the total number of stored events exceeds the storage allowance for the number of selected throughput units (84 GB per throughput unit), the size that exceeds the allowance is charged at the published Azure Blob storage rate. The storage allowance in each throughput unit covers all storage costs for retention periods of 24 hours (the default) even if the throughput unit is used up to the maximum ingress allowance.
197+
The Event Hubs Standard tier does allow message retention periods longer than 24 hours, for a maximum of seven days. If the size of the total number of stored events exceeds the storage allowance for the number of selected throughput units (84 GB per throughput unit), the size that exceeds the allowance is charged at the published Azure Blob storage rate. The storage allowance in each throughput unit covers all storage costs for retention periods of 24 hours even if the throughput unit is used up to the maximum ingress allowance.
198198
199199
- question: |
200200
How is the Event Hubs storage size calculated and charged?

articles/event-hubs/event-hubs-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ Event Hubs ensures that all events sharing a partition key value are stored toge
4747

4848
Published events are removed from an event hub based on a configurable, timed-based retention policy. Here are a few important points:
4949

50-
- The **default** value and **shortest** possible retention period is **1 day (24 hours)**.
50+
- The **default** value and **shortest** possible retention period is **1 hour**.
5151
- For Event Hubs **Standard**, the maximum retention period is **7 days**.
5252
- For Event Hubs **Premium** and **Dedicated**, the maximum retention period is **90 days**.
5353
- If you change the retention period, it applies to all events including events that are already in the event hub.
5454

5555
Event Hubs retains events for a configured retention time that applies across
5656
all partitions. Events are automatically removed when the retention period has
57-
been reached. If you specify a retention period of one day, the event will
57+
been reached. If you specify a retention period of one day (24 hours), the event will
5858
become unavailable exactly 24 hours after it has been accepted. You can't
5959
explicitly delete events.
6060

articles/event-hubs/event-hubs-messaging-exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This error can occur for one of two reasons:
117117

118118
- Up to 1 MB per second of ingress events (events sent into an event hub), but no more than 1000 ingress events, management operations, or control API calls per second.
119119
- Up to 2 MB per second of egress events (events consumed from an event hub), but no more than 4096 egress events.
120-
- Up to 84 GB of event storage (enough for the default 24-hour retention period).
120+
- Up to 84 GB of event storage (enough for the default 1 hour retention period).
121121

122122
On the **Overview** page, in the **Show metrics** section, switch to the **Throughput** tab. Select the chart to open it in a larger window with 1-minute intervals on the x-axis. Look at the peak values and divide them by 60 to get incoming bytes/second or outgoing bytes/second. Use similar approach to calculate number of requests per second at peak times on the **Requests** tab.
123123

0 commit comments

Comments
 (0)