Azure Storage
Microsoft Azure Storage is a cloud storage solution that provides scalability, durability, and availability to your data on the cloud. Azure Storage supports different types of clients and programming languages and it guarantees that your stored data will be available from any location and any type of application (cloud applications, on-premises applications, and mobile devices).
Azure Storage provides the following services:
Blob Storage: This is useful for storing unstructured data such as documents, media files, backup files, log files, and so on.
Table Storage: This is a NoSQL key-attribute data store, useful for storing structured data. It's really fast and cost-effective (lower than a traditional SQL database for the same amount of data). In this storage, you can store any number of tables with any number of entities per table.
Queue Storage: This is a messaging solution for asynchronous communications between applications (queues). A queue can contain any number of messages...