|
by Steve Marx via Steve Marx's blog on 5/2/2010 4:22:34 PM
I wrote a blog post back when Shared Access Signatures were first released called “New Storage Feature: Shared Access Signatures,” which gave some sample code to use what was then a brand new feature in Windows Azure storage (and not supported by the storage client library). These days, using Shared Access Signatures is much simpler. I just wrote some .NET code that uses the Microsoft.WindowsAzure.StorageClient library to do the following: Create a blob. Generate a Shared Access Signatu
... [ read more ]
|