-
Notifications
You must be signed in to change notification settings - Fork 0
Delete files which were removed in source dir #41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
Using 'az storage blob sync' to sync the content of the dir
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - I have a test repo to try out the action as well, will do that now 👍
Sorry for long delay. It was really challenging. TLDR: the manual remove is the only option for now. I've inspected various options including: The current workflow seems to be working in PREVIEW (there are lots of debug for now). What do you think? |
Using 'az storage blob sync' to sync the content of the dir
This command is based on azcopy:
https://learn.microsoft.com/en-us/cli/azure/storage/blob?view=azure-cli-latest#az-storage-blob-sync
https://github.com/Azure/azure-storage-azcopy/wiki/azcopy_copy
P.S. It's not recommended to pass more than 10 mil files in one job.