Azure Queue Storage: messages for async work
Use Queue Storage to decouple steps and process work asynchronously. Stores many messages representing 'work items'. Access via authenticated HTTP/HTTPS APIs and SDKs. Good for buffering background processing. Messages hold IDs/instructions, not large file payloads.

