QuestionQ108
Integrate an Azure Cosmos DB solutionYou have an Azure Cosmos DB for NoSQL account that hosts the containers shown in the following table.

You need to implement a solution to process changes to author names. The solution must use a change feed and an Azure Function and meet these requirements:
- Ensure that, when a name changes, the
authorNamefield in the Books container is updated within 30 minutes. - Minimize costs.
What should you configure?
Select
Container in which to enable the change feed:
Azure Functions hosting plan:
Community Discussion