Vanshata17
Vanshata17
• Takes a root Directory value as an input parameter. • Calls a function to get a recursive list of files under root Directory. • Makes multiple parallel function calls...
What is wrong with this code? using System.IO; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.DurableTask; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.Extensions.Logging; using Microsoft.WindowsAzure.Storage.Blob; namespace VSSample { public static class...
• Takes a root Directory value as an input parameter. • Calls a function to get a recursive list of files under root Directory. • Makes multiple parallel function calls...