Azure Function with HTTP Trigger and Blob Input Binding – can't read JSON files that are in a folder. Possible blob file path error?
I am using an Azure Function that has a HTTP trigger with a route parameter {id} which is the fileId of the JSON file I want to read. I am using a Blob Input Binding to bind where my JSON…