Blob Storage
Overview
Overview
Microsoft Azure Blob Storage enables the secure, highly available storage of large unstructured binary data (BLOB = binary large object) in Microsoft Azure. A single blob can have a size of up to 1 terabyte. Content is automatically stored in triplicate.
Other available options are georeplication and the ability to cache blob content distributed worldwide via the content delivery network (see 6.2). Two types of blobs are available: block blobs and page blobs. The former are suitable for sequential data upload and download, while the latter provide random access to Blob sections.
Blobs are stored within containers. Access privileges can be assigned both at the container level and the Blob level. The relevant element can be declared as public (access possible without authentication) or private. Shared Access Signatures can be created to time-limit access to appropriately authorized users.
Getting Started
Getting Started
-
Scott talks to Program Manager Jai Haridas who school us all on Azure Blob Storage 101. We'll create a simple application that accesses Blog Storage and we'll even use Fiddler...
-
Cloud, on premise, and mobile applications are all increasingly using cloud storage. Azure Storage is a cloud storage service which provides scalability, durability, and...
-
Are you planning to deploy and run modern, cloud-scale applications in your private cloud? Do you know that all VM storage in your private cloud will soon be blob...
-
Part 5 of the master class diving into core storage functionality including storage options, types of service, using storage with VMs, storage tools and more. YouTube...
-
Microsoft Azure Storage Explorer (Preview) is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, OSX and Linux.
-
Microsoft Azure provides a broad range of services for working with data. Using these services well requires knowing at least a little bit about all of them. In this session,...