Edit

Deploy an Elastic SAN

This article explains how to deploy and configure an Elastic SAN.

Prerequisites

  • If you're using Azure PowerShell, install the latest Azure PowerShell module.
  • If you're using Azure CLI, install the latest version.
  • After installing the latest version, run az extension add -n elastic-san to install the extension for Elastic SAN.

Limitations

The following table contains the regions where Elastic SAN is currently available and the supported redundancy options.

Redundancy options Regions
LRS only - with Availability Zone support India South
LRS and ZRS - with Availability Zone support Australia East
Brazil South
Canada Central
Central US, East US, East US 2, South Central US, West US 2, West US 3
East Asia, Southeast Asia
France Central
Germany West Central
India Central
Italy North
Japan East
Korea Central
Mexico Central
North Europe, West Europe
Norway East
Poland Central
Qatar Central
South Africa North
Spain Central
Sweden Central
Switzerland North
UAE North
UK South
LRS - no Availability Zone support (must use either the Azure PowerShell module or Azure CLI to deploy in these regions) Australia Central, Australia Central 2, Australia Southeast
Brazil Southeast
Canada East
France South
Germany North
Japan West
Korea South
Malaysia South
North Central US, West Central US, West US
Norway West
South Africa West
Sweden South
Switzerland West
Taiwan North
UAE Central
UK West

Create the SAN

  1. Sign in to the Azure portal and search for Elastic SAN.

  2. Select + Create a new SAN.

  3. On the basics page, fill in the appropriate values. - Elastic SAN name must be between 3 and 24 characters long. The name can only contain lowercase letters, numbers, hyphens, underscores, and must begin and end with a letter or a number. Each hyphen and underscore must be preceded and followed by an alphanumeric character. For best performance, your SAN should be in the same zone as your VM.

  4. Specify the amount of base capacity you require, and any additional capacity, then select Next.

    Increasing your SAN's base size also increases its IOPS and bandwidth. Increasing additional capacity only increases its total size (base + additional) but doesn't increase IOPS or bandwidth. However, increasing additional capacity is cheaper than increasing base.

  5. Select Next.

    Screenshot of creation flow.

Create volume groups

After you configure the basic settings and provision your storage, create volume groups. Use volume groups to manage volumes at scale. Any settings or configurations you apply to a volume group apply to all volumes associated with that volume group.

  1. Select + Create volume group and enter a name for your volume group. - The name must be between 3 and 63 characters long. The name can only contain lowercase letters, numbers, hyphens, and it must begin and end with a letter or a number. Each hyphen must be preceded and followed by an alphanumeric character. You can't change the volume group name after you create it.

  2. Generally, you should enable CRC Protection, unless you're going to connect this volume group to Azure VMware Solution or are connecting to the volume group with clients using Fedora or its downstream Linux distributions such as RHEL, CentOS, etc.

    Note

    CRC protection isn't currently available in North Europe and South Central US.

  3. Select Next : Volumes.

Screenshot of CRC protection enablement on new volume group.

Create volumes

Now that you configured the SAN itself and created at least one volume group, you can create volumes.

Volumes are usable partitions of the SAN's total capacity. You must allocate a portion of that total capacity as a volume in order to use it. You can only mount and use the actual volumes, not volume groups.

  1. Create volumes by entering a name, selecting an appropriate volume group, and entering the capacity you'd like to allocate for your volume. The volume name is part of your volume's iSCSI Qualified Name, and you can't change it once created.

  2. Select Review + create and deploy your SAN.

    Screenshot of volume creation.

Next steps

Now that you deployed an Elastic SAN, configure its networking by using either private endpoints or service endpoints.