Azure Storage Files: Overview

Azure Storage offers a range of robust, scalable, and highly available cloud storage solutions. This section provides an overview of the various file storage services available within Azure Storage, helping you choose the right option for your application's needs.

Key Services: Azure Storage provides distinct services for different types of data: Blob Storage, File Storage, Queue Storage, and Table Storage. This document focuses primarily on Blob and File Storage.

Azure Blob Storage

Azure Blob Storage is Microsoft's cloud object storage solution. It is optimized for storing massive amounts of unstructured data, such as text or binary data. Common use cases include:

Blob Types

Blob Storage supports three types of blobs:

For more details, see Azure Blobs.

Azure Files

Azure Files offers fully managed cloud file shares that are accessible via the industry-standard Server Message Block (SMB) protocol, and Network File System (NFS) protocol. This allows you to lift and shift on-premises applications that rely on file shares to Azure. Key features include:

For more details, see Azure Files.

Choosing Between Blob and Files:
  • Use Blob Storage for storing and accessing large amounts of unstructured data like images, videos, and documents.
  • Use Azure Files when you need a managed file share accessible via SMB/NFS, often for lifting and shifting existing applications.

Other Storage Services

While this document focuses on file and blob storage, Azure Storage also includes:

Next Steps

To get started with Azure Storage, you can: