A small IoT device registry for park sensors needs structured NoSQL-style entity rows with keys and attributes. Which Azure Storage service fits at a compare level?
Select an answer to reveal the explanation.
Short Explanation
Key-plus-attributes entity rows sound like Table storage — a simple structured NoSQL shelf. Blobs are objects, files are shares, queues are messages. Device registry entities map to tables.
Full Explanation
Azure Table storage is a NoSQL key-attribute store for structured entity data. At AZ-900 compare depth, it is the Azure Storage option for scenarios such as a small device registry, while Blob, Files, and Queues serve object, share, and messaging needs.