Introduction to Azure Files

Azure Files offers a fully managed cloud file share that is 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 and replace them with Azure Files, without needing to replatform your application.

Azure Files is the world's first cloud file share service that is compatible with SMB and NFS.

Key Features and Benefits

When to Use Azure Files

Azure Files is ideal for a variety of scenarios, including:

Understanding Azure File Share Concepts

An Azure Files share is organized as follows:

You can access Azure file shares using:

Getting Started

To get started with Azure Files, you'll typically perform these steps:

  1. Create an Azure Storage Account.
  2. Create a File Share within the storage account.
  3. Mount the file share to your client machine using its connection string or credentials.

For detailed instructions on creating and managing Azure Files shares, please refer to the How to use Azure Files documentation.