QuestionQ124
Integrate an Azure Cosmos DB solutionYou have a container named container1 in an Azure Cosmos DB Core (SQL) API account.
You need to make the contents of container1 available as reference data for an Azure Stream Analytics job.
Solution: Create an Azure Function that uses the Azure Cosmos DB for NoSQL change feed as a trigger and Azure Event Hubs as the output.
Does this meet the goal?
- A Yes
- B No
Community Discussion