I am not able to access the file from blob to "fileReader.json" in the azure portal(error as 500 internal server error).could you help to overcome that issue109925-init.txt
I am not able to access the file from blob to "fileReader.json" in the azure portal(error as 500 internal server error).could you help to overcome that issue109925-init.txt
@AmaniBhamidipalli-3705 Based on the code that you've shared, looks like you are opening a local file which will result in an error since the filesystem is read-only. Instead, you would want to open a temporary file as required.
PS: I'm unsure if it's just the file you've sent but most of your code is not inside the main method.
12 people are following this question.