Settings

The Azure function settings are securely stored in application settings

and stored in local.settings.json for local deployment

create new func with

func new

The scriptFile tells what file to execute.

the “req” needs to be same both in the json and python