Forum Discussion
KJS
Apr 25, 2017Brass Contributor
Web job to read from csv in azure storage blob
Hi I have a console job which does two things 1) run SPO power-shell script in c# console job, writes the output to csv 2) c# reads from file and writes to sharepoint online I have packaged...
Kent Gaardmand
Apr 30, 2017Iron Contributor
not sure if the following link can help you achieve your goal.
https://docs.microsoft.com/en-us/azure/storage/storage-dotnet-how-to-use-blobs
KJS
May 02, 2017Brass Contributor
I used the PSObject which was return by invoker function in PS in C# and used that to populate the data. So i did not had to use the blob storage.
Thanks for your help