I wired up an Http Trigger C# function to my DocumentDB data. There I added a IEnumerable<dynamic> docDBData as a parameter on the Run method.
How do/can I pass that to a PowerShell Trigger function?
Couldn't find a an example in azure-webjobs-sdk-script repo. Not sure if I'm searching for the right thing.