Azure / Azure/azure-functions-host
BlobTrigger template out of box usability issues
Open
enhancement
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
If you simply create a blob function from our default template and click Run, you'll be sad. You'll get a failure out of the box. @davidebbo found this.
This is because the test data used is a blob path that doesn't exist, which will cause the runtime invocation to fail. We should figure out a way to improve this - likely lots of users are running into this.
Contributor guide
Assessment
This issue has not been assessed yet.