1

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?

Slothario
  • 2,830
  • 3
  • 31
  • 47

1 Answers1

1

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."

Slothario
  • 2,830
  • 3
  • 31
  • 47