In my last post I talked about Shared Access Signature feature of Windows Azure Storage. You can read that post here: https://gauravmantri.com/2013/02/13/revisiting-windows-azure-shared-access-signature/. In this post we’ll put that to some practical use :). One thing I wanted to accomplish … [Read more...]
Archives for February 2013
Uploading Large Files in Windows Azure Blob Storage Using Shared Access Signature, HTML, and JavaScript
February 16, 2013 by 59 Comments
Revisiting Windows Azure Shared Access Signature
February 13, 2013 by 21 Comments
In this blog post, we’ll talk about Shared Access Signature (SAS) functionality in Windows Azure. Steve Marx (@smarx) wrote excellent blog posts on the same subject a few years ago which you can read here: http://blog.smarx.com/posts/shared-access-signatures-are-easy-these-days, … [Read more...]
Workaround for IIS Express Crashing When Running Windows Azure Cloud Service Web Role with Multiple Instances in Windows Azure SDK 1.8 Compute Emulator
February 5, 2013 by 4 Comments
I ran into this weird issue when developing a very simple Windows Azure Cloud Service Web Role using Windows Azure SDK 1.8. I started off with a basic ASP.Net MVC 4 Web Role with no changes whatsoever. When I tried to debug it with just one instance running, everything worked great. The moment I … [Read more...]