QuestionQ50

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: You create an Azure Synapse pipeline that uses Azure Cosmos DB for NoSQL as its input and Azure Blob Storage as its output.

Does this achieve the goal?

  • A Yes
  • B No
Explanation

Azure Stream Analytics supports Azure Blob Storage as a reference-data source. Copying the Azure Cosmos DB for NoSQL container contents to Blob Storage makes the data available in a supported storage layer for configuration as reference data, provided the blobs use a supported reference-data format such as JSON or CSV.

Learn more

Community Discussion

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