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";
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…