Skip to content

Commit 2fe3219

Browse files
committed
update
1 parent e4a6c1f commit 2fe3219

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/event-hubs/configure-event-hub-properties.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ title: Configure properties for an Azure event hub
33
description: Learn how to configure status, partition count, cleanup policy, and retention time for an event hub
44
ms.topic: how-to
55
ms.custom: log-compaction
6-
ms.date: 10/7/2022
6+
ms.date: 06/19/2023
77
---
88

99
# Configure properties for an event hub
10-
This article shows you how to configure properties for an event hub.
11-
12-
:::image type="content" source="./media/configure-event-hub-properties/properties-page.png" alt-text="Screenshot showing the Properties page for an event hub.":::
10+
This article shows you how to configure properties such as status, partition count, retention time, etc. for an event hub.
1311

1412
## Configure status
1513
You can update the status of an event hub to one of these values on the **Properties** page after the event hub is created.
@@ -18,6 +16,10 @@ You can update the status of an event hub to one of these values on the **Proper
1816
- Select **Disabled** if you want to disable both sending and receiving events from an event hub.
1917
- Select **SendDisabled** if you want to disable sending events to an event hub.
2018

19+
:::image type="content" source="./media/configure-event-hub-properties/properties-page.png" alt-text="Screenshot showing the Properties page for an event hub.":::
20+
21+
22+
2123
## Configure partition count
2224
The **Properties** page allows you to see the number of partitions in an event hub for event hubs in all tiers. It allows you to update the partition count for event hubs in a premium or dedicated tier. For other tiers, you can only specify the partition count at the time of creating an event hub. To learn about partitions in Event Hubs, see [Scalability](event-hubs-scalability.md#partitions)
2325

0 commit comments

Comments
 (0)