We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b152d commit 3e218a3Copy full SHA for 3e218a3
articles/event-hubs/event-hubs-federation-patterns.md
@@ -341,7 +341,7 @@ select * into dest2Output from inputSource where Info = 2
341
The log projection pattern flattens the event stream onto an indexed database,
342
with events becoming records in the database. Typically, events are added to the
343
same collection or table, and the Event Hub partition key becomes part of the
344
-the primary key looking for making the record unique.
+primary key looking for making the record unique.
345
346
Log projection can produce a time-series historian of your event data or a
347
compacted view, whereby only the latest event is retained for each partition
0 commit comments