- Create function app with storage account.
- Create blob container named xls.
- Create new function and choose "Start from source control".
- Click Setup and choose this GitHub repository.
- Open Power shell console in Kudu and execute:
cd \home\site\wwwroot\name_of_function
npm update
- Put files from examples folder into in folder in xls blob container.
- All valid files will be copied into valid folder on storage.
- All invalid files with will be placed in invalid folder. Also invalidFile-errors.txt will be created there.
- Generating custom output file names is not supported now in storage bindings (it's available only in C#). So invalid and invalid-errors.txt files have different guid prefixes.