Skip to content

Commit 5593a3c

Browse files
authored
M49308: Adding missing word
Translator has reported possible source content issue. Description: "trigger a notification or send a call to an API" seems to be correct.
1 parent b9ec468 commit 5593a3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/change-feed-design-patterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The change feed in Azure Cosmos DB enables you to build efficient and scalable s
2323

2424
## Event computing and notifications
2525

26-
The Azure Cosmos DB change feed can simplify scenarios that need to trigger a notification or a call to an API based on a certain event. You can use the [Change Feed Process Library](change-feed-processor.md) to automatically poll your container for changes and call an external API each time there is a write or update.
26+
The Azure Cosmos DB change feed can simplify scenarios that need to trigger a notification or send a call to an API based on a certain event. You can use the [Change Feed Process Library](change-feed-processor.md) to automatically poll your container for changes and call an external API each time there is a write or update.
2727

2828
You can also selectively trigger a notification or send a call to an API based on specific criteria. For example, if you are reading from the change feed using [Azure Functions](change-feed-functions.md), you can put logic into the function to only send a notification if a specific criteria has been met. While the Azure Function code would execute during each write and update, the notification would only be sent if specific criteria had been met.
2929

@@ -110,4 +110,4 @@ Here are some real-world change feed code examples that extend beyond the scope
110110

111111
* [Change feed overview](change-feed.md)
112112
* [Options to read change feed](read-change-feed.md)
113-
* [Using change feed with Azure Functions](change-feed-functions.md)
113+
* [Using change feed with Azure Functions](change-feed-functions.md)

0 commit comments

Comments
 (0)