My Google fu is failing me.
I have a JSON file I need to store locally and be read by my function on startup. Where can I include this file in my VS functions project, and how can I access the file?
My Google fu is failing me.
I have a JSON file I need to store locally and be read by my function on startup. Where can I include this file in my VS functions project, and how can I access the file?
Found the answer:
Including a file when I publish my azure function in Visual Studio
I think this might be useful to leave on SO because I kept searching for "azure functions app_data."