Skip to content

Commit ce22dfa

Browse files
authored
Apply suggestions from code review
Acro: compation -> compaction
1 parent b22b849 commit ce22dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/use-log-compaction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this article you'll, follow these key steps:
1515
- Consume events from a compacted event hub.
1616

1717
> [!NOTE]
18-
> Log compation feature is available only in **premium** and **dedicated** tiers.
18+
> Log compaction feature is available only in **premium** and **dedicated** tiers.
1919
2020
## Create a compacted event hub/Kafka topic
2121
This section shows you how to create a compacted event hub using Azure portal and an Azure Resource Manager (ARM) template.
@@ -28,7 +28,7 @@ You can create a compacted event hub using the Azure portal by following these s
2828
1. At the top of the window, select + Event Hubs.
2929
:::image type="content" source="./media/event-hubs-quickstart-portal/create-event-hub4.png" alt-text="Screenshot of event hub creation UI.":::
3030
1. Type a *name* for your event hub, and specify the *partition count*. Since we're creating a compacted event hub, select *compaction policy* as *compaction* and provide the desired value for *tombstone retention time*.
31-
:::image type="content" source="./media/event-hubs-log-compaction/enabling-compaction.png" alt-text="Screenshot of the event hubs creation UI with compation related attributes.":::
31+
:::image type="content" source="./media/event-hubs-log-compaction/enabling-compaction.png" alt-text="Screenshot of the event hubs creation UI with compaction related attributes.":::
3232
1. Select *create* and create the compacted event hub.
3333

3434
### [ARM template](#tab/arm)

0 commit comments

Comments
 (0)