I have requirement where in azure blob storage suppose A , I have a folder structure as below
CNS -> master -> 123-456 -> cm -> Inside cm multiple files and folder are present.
I need to get all the files and folder from cm folder , zip and upload to blob storage B.
Can any one provide best solution how I can perform this using java script only.
Thanks in advance
azure-functions
? – Gaurav Mantri