Simplest Azure Storage Manipulation possible

Posted by Hurricanepkt on Stack Overflow See other posts from Stack Overflow or by Hurricanepkt
Published on 2010-05-05T15:26:03Z Indexed on 2010/05/05 15:28 UTC
Read the original article Hit count: 206

Filed under:

I have the need to integrate some blob storage into an existing ASP.NET Mvc site

my hope is to be able to just add some references and then just do puts and gets

but I cannot find any simple example for how to do this (that hasn't been depricated to the point it no longer works)

I have tried using StorageClient but CreateCloudBlobClient() doesn't seem to work.

© Stack Overflow or respective owner

Related posts about windows-azure-storage