Deploy a managed disk that uses zone-redundant storage

This article covers how to deploy a disk that uses zone-redundant storage (ZRS) as a redundancy option. ZRS replicates your Azure managed disk synchronously across three Azure availability zones in the selected region. Each availability zone is a separate physical location with independent power, cooling, and networking.

For conceptual information on ZRS, see Zone-redundant storage for managed disks

Limitations

ZRS for managed disks is only supported with Premium SSD and Standard SSD managed disks. ZRS for managed disks isn't supported with Premium SSD v2 managed disks.

Regional availability

ZRS disks are currently available in the following regions:

  • South Africa North
  • East Asia
  • Southeast Asia
  • Australia East
  • Brazil South
  • Canada Central
  • China North 3
  • North Europe
  • West Europe
  • France Central
  • Germany West Central
  • Central India
  • Israel Central
  • Italy North
  • Japan East
  • Korea Central
  • Norway East
  • Poland Central
  • Qatar Central
  • Sweden Central
  • Switzerland North
  • UAE North
  • UK South
  • East US
  • East US 2
  • South Central US
  • West US 2
  • West US 3

Create a VM with a ZRS OS disk

  1. Sign in to the Azure portal.

  2. Navigate to Virtual machines and follow the normal VM creation process.

  3. Proceed to the Disks pane.

  4. Select your disk and select one of the ZRS disks in the drop-down.

    Screenshot of the vm creation workflow, disks pane, OS disk dropdown is expanded with the ZRS premium SSD and standard SSD options highlighted.

  5. Proceed through the rest of the VM deployment, making any choices that you desire.

You've now deployed a VM with a ZRS OS disk.

Create a ZRS disk

  1. In the Azure portal, search for and select Disks.

  2. Select + Add to create a new disk.

  3. Select a supported region and Availability zone to None.

  4. Select Change size.

    Screenshot of the disk creation workflow, basics pane.

  5. Select one of the available ZRS disks and select OK.

    Screenshot of the disk creation workflow, select a disk size pane, ZRS disks highlighted.

  6. Continue through the deployment process.

You have now created a managed disk that uses ZRS.

Next steps