I have a .net app which currently uses a json file stored locally on my machine.
I want to convert this app to an Azure Function App but I'm not sure where I can put my json file so that I can alter it in the future.
I am basically asking what is the equivalent in Azure.
var json = @"DocumentExtractorexample.json";