DEV Community

Patrick Sameera Jayalath
Patrick Sameera Jayalath

Posted on

3 1

How to Upload and Download Files Pragmatically to Azure Blob Storage using VB.Net

In this tutorial I’m going to show how to:

• Connect to Azure Storage
• List files/folders (CloudBlockBlob/CloudBlobDirectory) within an Azure File Storage
• Create a Shared Access Signature for a Blob
• Obtain Blob properties
• Read content from a Blob
• Write content to a Blob
• Upload a Blob to Azure File Storage
• Delete a Blob
• Rename/Move a Blob
• Download a Blob

Alt Text

You can find the PDF version of this tutorial here.

You can find all my Azure/.Net tutorials here and here.

Enjoy !!

Top comments (0)