Uploading Stream in AZURE BLOB

In this post I will show you to upload stream to Azure BLOB. Set the Connection String as below,   Function is as below,   You need to set required content type. If you are uploading image then content type would be like below,   To use this function you need to pass , PublicContinueContinue reading “Uploading Stream in AZURE BLOB”

Downloading and saving a File from Windows Azure BLOB storage

In this post I will show you to download a file from Azure BLOB. Set the Connection String as below, Function to download and save file is as below, you need to pass Connection string to BLOB storage Public Container name BLOB name or file name Thanks for reading. I hope this post was useful