Skip to content

Commit 3e218a3

Browse files
authored
Update event-hubs-federation-patterns.md
1 parent 30b152d commit 3e218a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/event-hubs-federation-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ select * into dest2Output from inputSource where Info = 2
341341
The log projection pattern flattens the event stream onto an indexed database,
342342
with events becoming records in the database. Typically, events are added to the
343343
same collection or table, and the Event Hub partition key becomes part of the
344-
the primary key looking for making the record unique.
344+
primary key looking for making the record unique.
345345

346346
Log projection can produce a time-series historian of your event data or a
347347
compacted view, whereby only the latest event is retained for each partition

0 commit comments

Comments
 (0)