How to access Azure storage queue by JavaScript
For our testing purpose, we would like to access Azure storage queue directly with JavaScript instead of preparing a new web service. Is this possible? What should we do to achieve this, since I cannot find the official documentation for JavaScript API of Azure storage. Yes, it is certainly possible. In fact, I am currently developing a service which does exactly this. Step 1: Enable CORS for Queue Service To accomplish this, first you need to enable CORS settings on your Queue Service. You may find this blog post useful for CORS settings: http://blogs.msdn.com/b/windowsazurestorage/archive