I'm using Azure Storage Accounts that are using zoned redundant storage. When I write a file and close it, Azure seems to block the file until it is replicated. Is there somehow a procedure to exclude folders? Or disable the blocking of a not replicated file. Thanks Michael
Is there a procedure to exclude folders somehow, or disable the blocking of a non-replicated file?
According to this MS-Document
You cannot exclude folders or disable the blocking of a non-replicated file.
Zone redundant storage (ZRS)
replicate data synchronously across three Azure availability zones in the primary region. Each availability zone is a separate physical location with independent power, cooling, and networking.locally-redundant storage (LRS)
if you need to write non-critical files and can tolerate minor data loss.Reference:
Understanding Azure storage redundancy offerings - Microsoft Community Hub