# Understanding Why Azure File Share Fails Under Heavy Linux File Operations
3 min read
Azure File Share is built on top of a Windows-based backend. This matters because Windows and Linux have fundamentally different filesystem semantics, especially around atomic operations and metadata…