
Explanation/Reference:
Explanation:
Box 1: Azure Blob Storage
Blob storage is optimized for storing massive amounts of unstructured data, such as text or binary data.
Box 2: Azure Table Storage
Table storage is excellent for flexible datasets-web app user data, address books, device information, and other metadata-and lets you build cloud applications without locking down the data model to particular schemas.
Box 3: Azure Queue Storage
Queue storage gives you asynchronous message queueing for communication between application components, whether they are running in the cloud, on the desktop, on-premises, or on mobile devices.
Box 4: Azure File Storage
Azure Files offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol.
Box 5: Azure Blob Storage
Blob storage is optimized for storing massive amounts of unstructured data, such as text or binary data.
Reference: https://docs.microsoft.com/en-us/azure/storage/storage-introduction
https://docs.microsoft.com/en-us/azure/storage/tables/table-storage-overview
https://azure.microsoft.com/en-us/services/storage/queues/
https://azure.microsoft.com/en-us/services/storage/tables/