G K

G K

  • NA
  • 25
  • 3.1k

Azure Batch blob equivalent of C# FILE.AppendAllText?

Jun 26 2020 11:15 AM
Hi,
 
Could you please let me know the Azure Batch Service (Storage Account blob processing) equivalent of C# FILE.AppendAllText?
 
Basically, I have an input file. I need to read it line by line with Stream Reader or Azure Batch Blob equivalent of it. Do transformation. Write the output file to Blob Storage Account. And this should happen line by line in Azure
 
thank you