-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete files which were removed in source dir #41
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.