This is not an article. Everything is quite clear so I have just shared the source code for you guys.
Add the "Azure.Storage.Blobs" from Nuget packages into your simple Console Application, then follow the lines below.
This is responsible to simply Lease a Blob object in the AZURE !
Look at the below code to add a new container to the Storage Account.
Below code can do the Blob uploading for you.
Downloading a blob is not that hard. Look at the below code.
If you are familiar with Metadata in AZURE Blobs, look at the below code. You can set a meta data by following the below code.
Getting the metadata of an AZURE Blob Object can be done by following the code below.
If you need the list of all the Blobs under a container , use the code below.
That's all.
Top comments (0)