Skip to content

Commit 34104b8

Browse files
Merge pull request #280322 from spelluru/patch-88
Retention can be set in hours
2 parents dfa61fe + 511fcf1 commit 34104b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Event Hubs ensures that all events sharing a partition key value are stored toge
4040

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

43-
- The **default** value and **shortest** possible retention period is **1 hour**. Currently, you can set the retention period in hours only in the Azure portal. Resource Manager template, PowerShell, and CLI allow this property to be set only in days.
43+
- The **default** value and **shortest** possible retention period is **1 hour**.
4444
- For Event Hubs **Standard**, the maximum retention period is **7 days**.
4545
- For Event Hubs **Premium** and **Dedicated**, the maximum retention period is **90 days**.
4646
- If you change the retention period, it applies to all events including events that are already in the event hub.

0 commit comments

Comments
 (0)