简体   繁体   中英

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

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

Could you please help me on this : Access Azure File Share from SSIS job

I am able to run from Catalog and from VS. But when run as a job, the job is not able to find the Azure file share. Then I looked at process monitor, what I could see is that i am getting the result as invalid parameter. I am not sure is that a problem with what permission we give for the SQL Server job agent or proxy? I tried giving all possible permission, still not helpful. pls help.

Process monitor screen shot

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM