Designing and Implementing an Azure AI Solution (legacy) — Question 21

You are developing an AI application for your company. The application will use Microsoft Azure Stream Analytics.
You save the outputs from the Stream Analytics workflows to the cloud.
Which of the following actions should you take?

Answer options

Correct answer: C

Explanation

The correct answer is C, as Azure File storage is suitable for storing unstructured data and can be easily accessed by different applications. Options A and B are not ideal since Hive tables and Cosmos DB are more suited for specific use cases rather than general output storage. Option D, Azure Table storage, is designed for structured data and may not provide the flexibility needed for all types of Stream Analytics outputs.