How to download multiple files or folder from Azure blob storage container

Swapneel Salunkhe 0 Reputation points
2025-03-07T07:31:16.4966667+00:00

How to download multiple files or folder from Azure blob storage container.

Able to select multiple files but didn't get download multiple file option

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,108 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Sathvika Reddy Dopathi 200 Reputation points Microsoft External Staff
    2025-03-07T09:54:03.4866667+00:00

    Hi @Swapneel Salunkhe,

    I understand that you are unable to download multiple files or folders from Azure blob storage container. Azure Blob Storage does not have a native "download multiple files" option in the Azure Portal interface.

    You can use AzCopy to download multiple files from the Azure blob storage container.

    You can use the below command:

    azcopy copy 'https://<storage-account-name>.blob.core.windows.net/<container-name>/<SAS-token>' '<local-directory>'.
    

    Additional information:

    If you are using Azure Storage Explorer, you may need to initiate the download for each individual file, but you cannot download multiple files at a time.

    Reference:

    https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs-download

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

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members. 


  2. Alex Burlachenko 1,750 Reputation points
    2025-03-07T09:57:45.5333333+00:00

    Hi Swapneel,

    To download multiple files or a folder from Azure Blob Storage, you can use Azure Storage Explorer or AzCopy

    Azure Storage Explorer:

    • Open Azure Storage Explorer.
    • Navigate to your blob container.
    • Select the files or folders you want to download, right-click, and choose "Download."

    AzCopy:

    • Use the azcopy copy command to download files or folders. For example: bash Copy
        azcopy copy 
      

    For more details, check out the official documentation:

    Azure Storage Explorer

    AzCopy

    Azure Blob Storage

    Let me know if you need further assistance!Hi Swapneel,

    To download multiple files or a folder from Azure Blob Storage, you can use Azure Storage Explorer or AzCopy:

    Azure Storage Explorer:

    • Open Azure Storage Explorer.
    • Navigate to your blob container.
    • Select the files or folders you want to download, right-click, and choose "Download."

    AzCopy:

    • Use the azcopy copy command to download files or folders. For example: bash Copy
        azcopy copy 
      

    For more details, check out the official documentation:

    Azure Storage Explorer

    AzCopy

    Let me know if you need further assistance!

    rgds,

    Alex

    P.s. Kindly consider accepting the answer if the information provided is helpful. This can assist other community members in resolving similar issues.

    0 comments No comments

  3. Alex Burlachenko 1,750 Reputation points
    2025-03-07T09:58:03.2466667+00:00

    Hi Swapneel,

    To download multiple files or a folder from Azure Blob Storage, you can use Azure Storage Explorer or AzCopy

    Azure Storage Explorer:

    • Open Azure Storage Explorer.
    • Navigate to your blob container.
    • Select the files or folders you want to download, right-click, and choose "Download."

    AzCopy:

    • Use the azcopy copy command to download files or folders. For example: bash Copy
        azcopy copy 
      

    For more details, check out the official documentation:

    Azure Storage Explorer

    AzCopy

    Azure Blob Storage

    Let me know if you need further assistance!Hi Swapneel,

    To download multiple files or a folder from Azure Blob Storage, you can use Azure Storage Explorer or AzCopy:

    Azure Storage Explorer:

    • Open Azure Storage Explorer.
    • Navigate to your blob container.
    • Select the files or folders you want to download, right-click, and choose "Download."

    AzCopy:

    • Use the azcopy copy command to download files or folders. For example: bash Copy
        azcopy copy 
      

    For more details, check out the official documentation:

    Azure Storage Explorer

    AzCopy

    Let me know if you need further assistance!

    rgds,

    Alex

    P.s. Kindly consider accepting the answer if the information provided is helpful. This can assist other community members in resolving similar issues.Hi Swapneel,

    To download multiple files or a folder from Azure Blob Storage, you can use Azure Storage Explorer or AzCopy

    Azure Storage Explorer:

    • Open Azure Storage Explorer.
    • Navigate to your blob container.
    • Select the files or folders you want to download, right-click, and choose "Download."

    AzCopy:

    • Use the azcopy copy command to download files or folders. For example: bash Copy
        azcopy copy "https://<storage-account-name>.blob.core.windows.net/<container-name>/<folder-path>?<SAS-token>" "<local-directory-path>" --recursive  
      

    For more details, check out the official documentation:

    Azure Storage Explorer

    AzCopy

    Azure Blob Storage

    Let me know if you need further assistance!Hi Swapneel,

    To download multiple files or a folder from Azure Blob Storage, you can use Azure Storage Explorer or AzCopy:

    Azure Storage Explorer:

    • Open Azure Storage Explorer.
    • Navigate to your blob container.
    • Select the files or folders you want to download, right-click, and choose "Download."

    AzCopy:

    • Use the azcopy copy command to download files or folders. For example: bash Copy
        azcopy copy "https://<storage-account-name>.blob.core.windows.net/<container-name>/<folder-path>?<SAS-token>" "<local-directory-path>" --recursive  
      

    For more details, check out the official documentation:

    Azure Storage Explorer

    AzCopy

    Let me know if you need further assistance!

    rgds,

    Alex

    P.s. Kindly consider accepting the answer if the information provided is helpful. This can assist other community members in resolving similar issues.

    0 comments No comments

  4. Amrinder Singh 5,715 Reputation points Microsoft Employee
    2025-03-07T09:59:06.3233333+00:00

    Hi

    Thanks for reaching out over Q&A Forum.

    I am assuming you are trying using Azure Portal and if yes, you won't be able to download from there.

    You can try using Azure Storage Explorer and using Download All button.

    https://azure.microsoft.com/en-us/products/storage/storage-explorer/?msockid=2a9e4d5760c96e392f12582761cf6f63

    User's image

    You can also explore AZCopy if you need to do it for all the blobs.

    Hope the above suggestion helps! Please let us know do you have any further queries.

    Please do consider Accepting the answer wherever the information provided helps you, this can be beneficial to other community members. 

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.