Microsoft Azure Data Fundamentals — Question 293
Which Azure Storage service implements the key/value model?
Answer options
- A. Azure Queue
- B. Azure Files
- C. Azure Table
- D. Azure Blob
Correct answer: C
Explanation
Azure Table Storage is designed to store structured NoSQL data in a key/value format, making it the correct choice. Azure Queue is for messaging, Azure Files provides file shares, and Azure Blob is used for unstructured data storage, none of which utilize the key/value model.