Skip to content

Commit b198b3a

Browse files
Merge pull request #248220 from jcocchi/update-ffcf-limitations
Cosmos DB: update change feed modes and limitations
2 parents 43142b0 + 6fab517 commit b198b3a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ms.reviewer: jucocchi
77
ms.service: cosmos-db
88
ms.custom: build-2023
99
ms.topic: conceptual
10-
ms.date: 05/09/2023
10+
ms.date: 08/14/2023
1111
---
1212
# Change feed modes in Azure Cosmos DB
1313

1414
[!INCLUDE[NoSQL](../includes/appliesto-nosql.md)]
1515

16-
Azure Cosmos DB offers two change feed modes. Each mode offers the same core functionality. Differences include the operations that are captured in the feed, the metadata that's available for each change, and the retention period of changes. You can consume the change feed in different modes across multiple applications for the same Azure Cosmos DB container to fit the requirements of each workload.
16+
Azure Cosmos DB offers two change feed modes. Each mode offers the same core functionality. Differences include the operations that are captured in the feed, the metadata that's available for each change, and the retention period of changes. You can consume the change feed in different modes across multiple applications for the same Azure Cosmos DB container to fit the requirements of each workload. Each individual change feed application can only be configured to read change feed in one mode. Consuming the change feed in one mode doesn't prohibit you from consuming the change feed in another mode in a different application.
1717

1818
> [!NOTE]
1919
> Do you have any feedback about change feed modes? We want to hear it! Feel free to share feedback directly with the Azure Cosmos DB engineering team: [[email protected]](mailto:[email protected]).
@@ -173,8 +173,6 @@ The response object is an array of items that represent each change. The array l
173173

174174
* Receiving the previous version of items that have been updated isn't currently available.
175175

176-
* Accounts that use [private endpoints](../how-to-configure-private-endpoints.md) aren't supported.
177-
178176
* Accounts that have enabled [merging partitions](../merge.md) aren't supported.
179177

180178
---

0 commit comments

Comments
 (0)