Skip to content

Commit bdad58f

Browse files
authored
Apply suggestions from PR review
1 parent a016f6b commit bdad58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can connect the change feed processor to any relevant event in its [life cyc
9292

9393
A single change feed processor deployment unit consists of one or more compute instances that have the same value for `processorName` and the same lease container configuration, but different instance names. You can have many deployment units in which each unit has a different business flow for the changes and each deployment unit consists of one or more instances.
9494

95-
For example, you might have one deployment unit that triggers an external API each time there's a change in your container. Another deployment unit might move data in real-time each time there's a change. When a change happens in your monitored container, all your deployment units are notified.
95+
For example, you might have one deployment unit that triggers an external API each time there's a change in your container. Another deployment unit might move data in real time each time there's a change. When a change happens in your monitored container, all your deployment units are notified.
9696

9797
## Dynamic scaling
9898

@@ -179,7 +179,7 @@ You also can use the [change feed estimator](how-to-use-change-feed-estimator.md
179179

180180
A single change feed processor deployment unit consists of one or more compute instances that have the same lease container configuration and the same `leasePrefix`, but different `hostName` values. You can have many deployment units in which each one has a different business flow for the changes, and each deployment unit consists of one or more instances.
181181

182-
For example, you might have one deployment unit that triggers an external API each time there's a change in your container. Another deployment unit might move data in real-time each time there's a change. When a change happens in your monitored container, all your deployment units are notified.
182+
For example, you might have one deployment unit that triggers an external API each time there's a change in your container. Another deployment unit might move data in real time each time there's a change. When a change happens in your monitored container, all your deployment units are notified.
183183

184184
## Dynamic scaling
185185

0 commit comments

Comments
 (0)