Skip to content

Commit 10856d3

Browse files
Merge pull request #209137 from seesharprun/patch-2
Cosmos DB | Revise change feed processor list of supported services
2 parents 56510c4 + ac5515d commit 10856d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ The change feed processor can be hosted in any platform that supports long runni
242242
* A continuous running [Azure WebJob](/learn/modules/run-web-app-background-task-with-webjobs/).
243243
* A process in an [Azure Virtual Machine](/azure/architecture/best-practices/background-jobs#azure-virtual-machines).
244244
* A background job in [Azure Kubernetes Service](/azure/architecture/best-practices/background-jobs#azure-kubernetes-service).
245+
* A serverless function in [Azure Functions](/azure/architecture/best-practices/background-jobs#azure-functions).
245246
* An [ASP.NET hosted service](/aspnet/core/fundamentals/host/hosted-services).
246247

247248
While change feed processor can run in short lived environments, because the lease container maintains the state, the startup cycle of these environments will add delay to receiving the notifications (due to the overhead of starting the processor every time the environment is started).
@@ -261,4 +262,4 @@ You can now proceed to learn more about change feed processor in the following a
261262
* [Change feed pull model](change-feed-pull-model.md)
262263
* [How to migrate from the change feed processor library](how-to-migrate-from-change-feed-library.md)
263264
* [Using the change feed estimator](how-to-use-change-feed-estimator.md)
264-
* [Change feed processor start time](#starting-time)
265+
* [Change feed processor start time](#starting-time)

0 commit comments

Comments
 (0)