Azure Storage Documentation

Microsoft Azure

Introduction to 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 means you can "lift and shift" legacy applications that rely on file shares to Azure without needing to rewrite them. Azure Files can be mounted concurrently by cloud or on-premises Windows, macOS, and Linux workloads.

What is Azure Files?

Azure Files is a cloud-native file storage service from Microsoft Azure. It provides a scalable, highly available, and secure file sharing solution that can be used for a variety of purposes, including:

Key Features

Use Cases

Azure Files is ideal for scenarios where shared file access is required:

Note: Azure Files offers two tiers of performance: Standard and Premium. Standard tier uses HDDs and is suitable for general-purpose file sharing, while Premium tier uses SSDs for high-performance workloads.

Getting Started

To get started with Azure Files, you'll need to:

  1. Create an Azure Storage account.
  2. Create a file share within the storage account.
  3. Mount the file share to your client (VM, on-premises server, etc.) using SMB or NFS.

For detailed instructions, please refer to the How to Mount Azure Files guide.

Pricing

Azure Files pricing is based on the amount of data stored, the performance tier (Standard or Premium), and the amount of data transferred out of Azure. You can find more information on the Azure Files pricing page.