C#-How to upload the files into sub folders of the Azure Blob Storage Container ( GEN2)

suresh subramaniam 21 Reputation points
2022-04-12T11:11:12.02+00:00

How to upload the files into sub folders of the Azure Blob Storage Container ( GEN2) using C# code

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

Accepted answer
  1. Sumarigo-MSFT 43,401 Reputation points Microsoft Employee
    2022-04-12T14:17:55.173+00:00

    @suresh subramaniam Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    You can refer to this video Upload files to Microsoft Azure Blob storage with C#

    There are few threads in SO forum, which provides suggestion on your query
    https://stackoverflow.com/questions/51850797/c-sharp-upload-files-into-a-folder-in-azure-blob-storage
    https://stackoverflow.com/questions/64376591/creating-and-uploading-to-specific-folders-in-azure-blob-storage
    https://stackoverflow.com/questions/54508975/how-to-upload-file-into-azure-blob-storage-using-c

    Azure Blob Storage client library v12 for .NET

    Most easiest way, 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

    Additional information : Upload a nested file to azure blob storage

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

    Please do not forget to 192340-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful