Hi,
What you saw is expected behavior. SyncFx depends on sync metadata to track changes in data stores. In your case, the deletion in the local side is the newest change, and there is no change in azure side. Nothing will be synced from Azure to local store
since local folder knows every changes of the Azure container.
If you deleted an item in local folder and want the Azure container to send it back, you need to update same item in Azure contrainer and are expected to resolve a delete-update conflict on the local folder during the download
sync with remote win conflict resolution policy.
Thanks,
Dong
This posting is provided AS IS with no warranties, and confers no rights.