Azure Self Hosted Integrated Runtime is installed on my laptop. Azure Data pipeline is also created on Azure Data Factory. Pipeline needs to read file from local machine folder and copy to azure blob. Using Azure SHIR and .NET Core code, how to upload file to this pipeline?
Azure Self Hosted Integrated Runtime is installed on my laptop. Azure Data pipeline is also created on Azure Data Factory. Pipeline needs to read file from local machine folder and copy to azure blob. Using Azure SHIR and .NET Core code, how to upload file to this pipeline?
Share edited Mar 7 at 13:26 marc_s 756k184 gold badges1.4k silver badges1.5k bronze badges asked Mar 7 at 13:04 ABC DEFABC DEF 3291 gold badge5 silver badges16 bronze badges1 Answer
Reset to default 0You can use copy activity with file system as the source and Azure blob storage as the sink.
And copy the file from your local folder into Azure blob storage
similar links :
https://learn.microsoft/en-us/answers/questions/1455540/how-to-copy-files-from-local-computer-to-storage
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744927945a4601556.html
评论列表(0条)