0

I'm trying to read a json file(to a string in my C# code) from an Azure file share nested directory. I couldn't find an exact sample on looking around, but found the below as the closest. Please can you help with a better way of handling this requirement. Appreciate any help with this.

azure file share read code sample

Thanks!

anj
  • 1
  • 1
  • I used the below code to get the data to a string and it seems working so far :) Stream stream = file.OpenReadAsync().Result; return new StreamReader(stream).ReadToEnd(); – anj Feb 03 '23 at 12:41

0 Answers0