Skip to content

Commit a6ec480

Browse files
authored
Merge pull request #85723 from ealsur/users/ealsur/cfplinks
Cosmos DB - Change feed document links
2 parents dcdfddb + 1c59143 commit a6ec480

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,13 @@ You are charged for RUs consumed, since data movement in and out of Cosmos conta
8282
## Additional resources
8383

8484
* [Azure Cosmos DB SDK](sql-api-sdk-dotnet.md)
85+
* [Usage samples on GitHub](https://github.com/Azure/azure-cosmos-dotnet-v3/tree/master/Microsoft.Azure.Cosmos.Samples/usage/changefeed)
8586
* [Additional samples on GitHub](https://github.com/Azure-Samples/cosmos-dotnet-change-feed-processor)
8687

8788
## Next steps
8889

89-
You can now proceed to learn more about change feed in the following articles:
90+
You can now proceed to learn more about change feed processor in the following articles:
9091

9192
* [Overview of change feed](change-feed.md)
92-
* [Ways to read change feed](read-change-feed.md)
93-
* [Using change feed with Azure Functions](change-feed-functions.md)
93+
* [Using the change feed estimator](how-to-use-change-feed-estimator.md)
94+
* [Change feed processor start time](how-to-configure-change-feed-start-time.md)

articles/cosmos-db/how-to-configure-change-feed-start-time.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ The change feed processor will be initialized and start reading changes from the
4646

4747
## Next steps
4848

49-
You can now proceed to learn more about change feed in the following articles:
49+
You can now proceed to learn more about change feed processor in the following articles:
5050

51-
* [Overview of change feed](change-feed.md)
52-
* [Ways to read change feed](read-change-feed.md)
53-
* [Using change feed processor](change-feed-processor.md)
51+
* [Overview of change feed processor](change-feed-processor.md)
52+
* [Using the change feed estimator](how-to-use-change-feed-estimator.md)

articles/cosmos-db/how-to-use-change-feed-estimator.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ You can send this estimation to your monitoring solution and use it to understan
5555

5656
## Next steps
5757

58-
You can now proceed to learn more about change feed in the following articles:
58+
You can now proceed to learn more about change feed processor in the following articles:
5959

60-
* [Overview of change feed](change-feed.md)
61-
* [Ways to read change feed](read-change-feed.md)
62-
* [Use the change feed processor](change-feed-processor.md)
60+
* [Overview of change feed processor](change-feed-processor.md)
61+
* [Change feed processor start time](how-to-configure-change-feed-start-time.md)

0 commit comments

Comments
 (0)