16.8. Azure Storage
Azure storage holds three different types of data:
Blobs: For files or large amounts of textual data
Queues : For messages retrieved in a first-in, first-out manner
Tables: For holding objects (called entities in Azure terminology), bearing little resemblance to traditional storage mechanisms
Azure storage can be accessed by any application that can send an HTTP request, so don't think that you are confined to using this service with just .NET applications. Azure storage can also be tested locally by using the development storage. To access the Development Storage control panel, right-click the Windows Azure blue flag, and select the Show Development Fabric UI option.
The Development Storage management screen should then appear, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access