Windows Azure Blob Upload

This example shows how to upload a file to Windows Azure blob storage using Shared Access Signatures.

This example uses the Windows Azure blob module.

Script Code

examples.webscript.io/azure/upload

This code receives an uploaded file and stores it in a Windows Azure blob. It then returns a link (valid for five minutes) to download the uploaded file.

Try It!