An Azure service that stores unstructured data in the cloud as blobs.
Are you using page blob rather than block blobs?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have two storage accounts in the same subscription and region, and I created an object replication policy with a rule which has a prefix filter that it's like dir1/ and chose to copy "Everything", but the thing is that not all blobs from this directory are being replicated. Right now I just cloned a directory and the whole directory got replicated, but there is still at least a whole existing directory and some blobs in the parent directory that won't replicate.
Destination container exists and the replication policy is enabled in both sides, as a fact some of the blobs are replicated, but just some of them are marked as "failed" in the replication status, and others blobs just don't have a replication section. The source blob is encrypted at rest with Microsoft-managed keys, and I'm not using hierarchical namespace.
Is this a bug or I am just missing something?
Reference: https://github.com/MicrosoftDocs/azure-docs/issues/64736
An Azure service that stores unstructured data in the cloud as blobs.
Are you using page blob rather than block blobs?