Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB — Question 42

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

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 the input and Azure Blob Storage as the output.

Does this meet the goal?

Answer options

Correct answer: B

Explanation

The proposed solution does not meet the goal because Azure Stream Analytics requires direct access to Azure Cosmos DB for NoSQL to use the data as reference input. Outputting to Azure Blob Storage does not facilitate this direct access. Therefore, the correct response is B, as the solution does not align with the requirements.