Skip to content

Commit 2f12817

Browse files
Merge pull request #226949 from spelluru/patch-152
only portal allows retention in hours
2 parents 724de5b + a7b71ba commit 2f12817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of features - Azure Event Hubs | Microsoft Docs
33
description: This article provides details about features and terminology of Azure Event Hubs.
44
ms.topic: overview
55
ms.custom: event-tier1-build-2022
6-
ms.date: 08/25/2022
6+
ms.date: 02/09/2023
77
---
88

99
# Features and terminology in Azure Event Hubs
@@ -47,7 +47,7 @@ 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 hour**.
50+
- 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.
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.

0 commit comments

Comments
 (0)