(Print this page)

New article: Creating and using Microsoft Azure Storage in .Net
Published date: Tuesday, April 22, 2014
On: Moer and Éric Moreau's web site

Microsoft Azure is offers a wide range of features. This month, I decided to play with blobs stored in storage containers. By play, I mean to create, delete, list, upload, and download files in a storage container.

Why use Azure storage when we have many other means of storing data? There are many reasons but let’s just say that Azure is:

  • highly Scalable being that a single storage account can store hundreds of terabytes of data
  • Durable because every file stored is automatically backed up once in the same container and also in another data center not in the same geographic region

This article is available from http://emoreau.com/Entries/Articles/2014/04/Creating-and-using-Microsoft-Azure-Storage-in-Net.aspx


(Print this page)