Josh D
Josh D

Reputation: 894

SSIS ForEach Azure Files Storage Enumerator

I know that in SSIS, when creating a Foreach loop container, I can enumerate through Azure Blob Storage using the Azure Feature Pack for SSIS. However, I want to enumerate through Azure File Storage. Any way to do this?

See here for the differences between Blobs and Files

Upvotes: 0

Views: 1153

Answers (1)

Will Gries
Will Gries

Reputation: 26

The easiest way to do this is to mount the file share and just use the normal SSIS file system functionality to enumerate an Azure file share.

Does this work for you?

Thanks,

Will Gries Program Manager, Azure Files

Upvotes: 1

Related Questions