Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Azure function #17

Closed
gvulcano opened this issue May 8, 2019 · 2 comments
Closed

Azure function #17

gvulcano opened this issue May 8, 2019 · 2 comments

Comments

@gvulcano
Copy link

gvulcano commented May 8, 2019

Hello,

I have a request to zip all files in a specific folder in OneDrive using Logic App/Azure Function.
What steps should I do, to get all files in OneDrive in a specific folder and zip in one single file?

Thank you much for your attention.

@mbcrump
Copy link
Contributor

mbcrump commented May 9, 2019

So there isn't a Logic App connector for this. You can extract just not compress. If you want to use Logic apps then I'd suggest submitting your idea here.

An approach that I'd take is to compress the files first then send to OneDrive as a zip. If you have the files on a VM you could even using PowerShell in Azure Functions. Check out this sample. I'll leave this open for a couple more days.

@gvulcano
Copy link
Author

Hello Michael, thank you for your answer. I'll check your sample :)

@mbcrump mbcrump closed this as completed May 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants