This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Description
I am trying to create a function app that has two parts:
- Http Trigger File upload which uploads a file to blob-storage
- Blob trigger that downloads the file and performs some operations.
From the examples that are provided it is clear how to imlement 2. But I cannot seem to find an example of an HTTP file upload, and I think it would make these examples very useful if one were to be included.
Cheers!