Binary Large Object (BLOB) Service |
The simplest way to store text or binary data with Windows Azure. Think about large videos, images, pdfs, zip files. |
Table Service |
Is better for large amounts of data that need additional structure, which works exceptionally well with applications that need to work with data in a very detailed manner via queries. This is the data store that I will demonstrate in this post.
The Table service offers structured storage in the form of tables.
The Table service API is a REST API for working with tables and the data that they contain. The API is a Windows-based framework that you can access from most languages that run under Windows. |
Queue Service |
Is for reliable, persistent messaging between Web and Worker role instances. |
Windows Azure Drive |
Allows Windows Azure applications to mount a Page Blob, which is a single volume NTFS VHD. This allows applications to upload/download VHDs via blob |