Skip to content

Commit

Permalink
Update cqrs.md (#447)
Browse files Browse the repository at this point in the history
Changed link to section #event-sourcing-and-cqrs
  • Loading branch information
Vitalii Dasaev authored and Mike Wasson committed Mar 9, 2018
1 parent 2123c25 commit a5b6677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patterns/cqrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Consider the following points when deciding how to implement this pattern:
- Consider applying CQRS to limited sections of your system where it will be most valuable.

- A typical approach to deploying eventual consistency is to use event sourcing in conjunction with CQRS so that the write model is an append-only stream of events driven by execution of commands. These events are used to update materialized views that act as the read model. For more information see [Event Sourcing and CQRS](https://msdn.microsoft.com/library/dn568103.aspx#EventSourcingandCQRS).
- A typical approach to deploying eventual consistency is to use event sourcing in conjunction with CQRS so that the write model is an append-only stream of events driven by execution of commands. These events are used to update materialized views that act as the read model. For more information see [Event Sourcing and CQRS](/azure/architecture/patterns/cqrs#event-sourcing-and-cqrs).

## When to use this pattern

Expand Down

0 comments on commit a5b6677

Please sign in to comment.