upload folder containing subfolders and files on Azure Blob Storage in 1 go using C#

Shubham Patil 1 Reputation point
2022-01-31T12:03:44.687+00:00

Hi,
I wanted to know that is there any way to upload a folder which contains subfolders which themselves contains subfolders and files on Azure Blob Storage in 1 go (using any utility or any custom mechanism)
Folder structure will be similar as following.

Folder1
SubFolder1.1=>
abc.pdf
SubFolder1.1.1=>
xyz.pdf
SubFolder1.1.2=>
pqr.pdf
So is there any way using which I can upload Folder1 to Azure Blob Storage in 1 go?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. shiva patpi 13,141 Reputation points Microsoft Employee
    2022-02-01T18:11:12.937+00:00

    Hello @Shubham Patil ,
    If you want to manually do it , you can use Azure Storage Explorer through which you can upload and their subfolders in 1 go.
    You can download the storage account explorer tool from here: https://azure.microsoft.com/en-us/features/storage-explorer/#overview

    170301-image.png

    170275-image.png

    Let us know if that helps !


  2. Shubham Patil 1 Reputation point
    2022-02-03T07:15:52.223+00:00

    Hi @Sumarigo-MSFT ,
    Thanks for the response. Actually I want to achieve this by c# code. If you share your suggestion on that it will be helpful.

    0 comments No comments