Microsoft Azure Data Fundamentals — Question 252
You need to store event log data that is semi-structured and received as the logs occur.
What should you use?
Answer options
- A. Azure Table storage
- B. Azure Queue storage
- C. Azure Files
Correct answer: A
Explanation
Azure Table storage is ideal for semi-structured data as it allows for flexible schema and easy querying of log entries. Azure Queue storage is meant for message queuing rather than data storage, and Azure Files is designed for file shares, which is not suitable for the semi-structured event log data in this scenario.