Data factory copy operation in immutable storage fails
I have data factory with one pipeline which do copy operation from one container to another within same storage account. I have two containers "daily" and "weekly" and my pipeline copy files from daily to weekly.
When new files are coming into daily container, I need those files copied over to weekly. When I am running pipeline it is successfully copying files but it returing error
ErrorCode=UserErrorWriteFailedFileOperation,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The file operation is failed, upload file failed at path: 'weekly/2912025.txt'.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Microsoft.WindowsAzure.Storage.StorageException,Message=The remote server returned an error: (409) Conflict.,Source=Microsoft.WindowsAzure.Storage,StorageExtendedMessage=This operation is not permitted as the blob is immutable due to a policy. Daily has retention policy to 1 and weekly has 7. What could be the issue.