Posts

Showing posts with the label Blob

How to Use the Blob Storage Service #Blob #Storage #Service

Image
This guide will demonstrate how to perform common scenarios using the Windows Azure Blob storage service. The samples are written in C# and use the .NET API. The scenarios covered include uploading , listing , downloading , and deleting blobs. For more information on blobs, see the Next Steps section. Table of Contents What is Blob Storage Concepts Create a Windows Azure Storage Account Setup a Windows Azure Storage Connection String How To: Programmatically access Blob Storage Using .NET How To: Create a Container How To: Upload a Blob into a Container How To: List the Blobs in a Container How To: Download Blobs How To: Delete a Blob Next Steps What is Blob Storage Windows Azure Blob storage is a service for storing large amounts of unstructured data that can be accessed from anywhere in the world via HTTP or HTTPS. A single blob can be hundreds of gigabytes in size, and a single storage account can contain up to 100TB of blobs. Common u...