QuestionQ77
Integrate an Azure Cosmos DB solutionYou have an Azure Cosmos DB Core (SQL) API account named account 1 that uses autoscale throughput.
You need to run an Azure Function when the normalized request units per second for a container in account1 exceeds a specific value.
Solution: You configure an application to use the change feed processor to read the change feed, and configure the application to trigger the function.
Does this achieve the goal?
- A Yes
- B No
Community Discussion