Azure Files: managed file shares
Use Azure Files when multiple machines need a shared folder they can mount. Managed file shares (like a cloud file server). Mount via Server Message Block (SMB) or Network File System (NFS). Good for lift-and-shift apps and shared folders. Different from 'public URL object storage' (that's Blob Storage).

