An on-premises uploader drops work items for a cloud worker to process later. Which Azure Storage service provides that simple message queue pattern?
Select an answer to reveal the explanation.
Short Explanation
Uploader says “do this later,” worker picks it up — that handoff is Queue storage. Blobs hold files, files are shares, disks are VM drives. Simple messaging between pieces means queues.
Full Explanation
Azure Queue storage provides a simple messaging store so components can communicate asynchronously through messages. It is the Azure Storage service to identify for lightweight queue patterns between producers and workers, distinct from blob, file, and disk storage purposes.