I would like to do something that seems straightforward, but I am not having much joy. I want to build an SSIS Package using the For Each Loop container configured for the Foreach Azure Blob enumerator to loop through the files in my storage container. I can get the loop to indeed loop through all the files. The problem comes when I try to load each file using the 'Azure Blob Source' data flow component. It seems as if the 'Azure Blob Source' data flow component is not able to be provided with the blob name that should come from the Foreach Azure Blob enumerator. This results in the 'Azure Blob Source' data flow component loading the same file that is set as its 'Blob Name' over and over as the enumerator loops through all the files in the container. Surely it should be possible to provide a variable as the 'Blob Name' so that the package can call the Data Flow task for each file in the container.


