Skip to content

Commit d3901f4

Browse files
authored
Merge pull request #122705 from SchulteMarkus/patch-1
fix(Event Hubs): Log compaction Lightbox image corrected
2 parents 835943b + 9f7328f commit d3901f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/log-compaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Log compaction is a way of retaining data in Event Hubs using event key based re
1515

1616
As shown in the following image, an event log (of an event hub partition) may have multiple events with the same key. If you're using a compacted event hub, then Event Hubs service takes care of purging old events and only keeping the latest events of a given event key.
1717

18-
:::image type="content" source="./media/event-hubs-log-compaction/log-compaction.png" alt-text="Diagram showing how a topic gets compacted." lightbox="./media/event-hubs-resource-governance-overview/app-groups.png":::
18+
:::image type="content" source="./media/event-hubs-log-compaction/log-compaction.png" alt-text="Diagram showing how a topic gets compacted." lightbox="./media/event-hubs-log-compaction/log-compaction.png":::
1919

2020
### Compaction key
2121
The partition key that you set with each event is used as the compaction key.

0 commit comments

Comments
 (0)