QuestionQ49

Integrate an Azure Cosmos DB solution

You have a container named container1 in an Azure Cosmos DB for NoSQL account.

You need to make the contents of container1 available as reference data for an Azure Stream Analytics job.

Solution: Create an Azure Synapse pipeline that uses the Azure Cosmos DB for NoSQL change feed as a trigger and Azure Event Hubs as its output.

Does this satisfy the goal?

  • A Yes
  • B No
Explanation

Azure Event Hubs is supported as a streaming input for Azure Stream Analytics, whereas reference data must come from Azure Blob Storage, Azure Data Lake Storage Gen2, or Azure SQL Database. Consequently, routing Azure Cosmos DB for NoSQL change-feed events to an event hub does not provide the data as a reference-data input.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!