TechDebtAttributes icon indicating copy to clipboard operation
TechDebtAttributes copied to clipboard

Durable functions

Open Vanshata17 opened this issue 4 years ago • 0 comments

• 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 to upload each file into Azure Blob Storage. • Waits for all uploads to complete. • Create a table File Info(id, root Directory, File Name, Extension, Created Date, Created BY) in DB • Save the each file details in the table. • Retrieve all the files saved Today and save it on another blob. • Returns the sum total bytes that were uploaded to Azure Blob Storage.

Vanshata17 avatar Sep 27 '21 13:09 Vanshata17