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 !!

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay