Where is the Azure blob directory

Pat Snow 111 Reputation points
2022-09-22T16:52:06.493+00:00

I'm using the Azure blob download task in SSIS. I have a file in the Azure storage. Where is the BlobDirectory needed for the Azure blob download task?

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,703 questions
0 comments No comments
{count} votes

Accepted answer
  1. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    2022-09-22T21:21:43.423+00:00

    "Specifies the blob directory that contains the blob files to be downloaded. The blob directory is a virtual hierarchical structure."

    https://learn.microsoft.com/en-us/sql/integration-services/control-flow/azure-blob-download-task?view=sql-server-ver16

    This would be the directory in your container that has your files, if your file is in the root of the container - then leave it blank.

    This google image search, reveals some examples: https://www.google.com/search?q=Azure+blob+download+task+in+SSIS+BlobDirectory&sxsrf=ALiCzsa8EJ-RFy4v8pvU_xVJfLuZgndybw:1663881478475&source=lnms&tbm=isch&sa=X&ved=2ahUKEwjW7ePDqan6AhXO5HMBHXxWCoUQ_AUoAnoECAEQBA#imgrc=IEfSaFnSl_A9DM

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2022-09-23T02:08:05.693+00:00

    Hi @Pat Snow ,

    BlobDirectory-->Specifies the blob directory that contains the blob files to be downloaded. The blob directory is a virtual hierarchical structure.

    244102-untitled.png

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    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.