I am copying folders along with files from sharepoint to Azure Blob. I am using the below workflow-
I am doing a dailyload. the create blob action will copy all the folders and files.
Issue is when few files are deleted from sharepoint (source), it should be deleted in azure blob too. In current scenerio, using create action this is not possible. What should be the approach?
How can i delete complete files and folders from blob and do a create blob action?