Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Delete an azure blob by blob Name

We can delete any blob from our storage by identifying it with its name. Here is the sample code for deleting a blob from azure storage. StorageCredentials creds = new StorageCredentials("StorageAcocuntName", "StorageAccountKey"); Cl...

Deleting all files (blobs) of an azure container on criteria of file modified date

In my last project I came across a requirement where I had to delete all the blobs from a container using a criteria for modified date with azure web job. The criteria for deleting the files were to delete the files whose last modified date t...

Setting Content Type of a azure blob

When we upload a file on azure blob in byte array format or in any other format then by default it is uploaded as a content type of stream. As a result of it, when we try to get that file from a browser it always starts downloading the file. It ...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: