Skip to content

Commit b83df9e

Browse files
committed
example
1 parent 98a41a5 commit b83df9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cosmos-db/change-feed-processor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ In addition, you can use the [change feed estimator](how-to-use-change-feed-esti
7070

7171
## Deployment unit
7272

73-
A single change feed processor deployment unit consists of one or more instances with the same `processorName` and lease container configuration. You can have many deployment units where each one has a different business flow for the changes and each deployment unit consisting of one or more instances. When a change happens in the monitored container, all deployment units will get notified.
73+
A single change feed processor deployment unit consists of one or more instances with the same `processorName` and lease container configuration. You can have many deployment units where each one has a different business flow for the changes and each deployment unit consisting of one or more instances.
74+
75+
For example, you might have one deployment unit that triggers an external API anytime there is a change in your container. Another deployment unit might move data, in real-time, each time there is a change. When a change happens in your monitored container, all your deployment units will get notified.
7476

7577
## Dynamic scaling
7678

0 commit comments

Comments
 (0)