November 2018
Intermediate to advanced
424 pages
10h 55m
English
Perform the following steps:
#r "Microsoft.Azure.WebJobs.Extensions.DurableTask" public static int[] Run(string name) { int[] customers = new int[]{1,2,3,4,5}; return customers; }
{ "bindings": [ { "name": "name", "type": "activityTrigger", "direction": "in" } ] }