Skip to main content

Configuring Azure Disk

The configuration parameters on this page are exclusive to Azure Disks.

Screenshot of configuration settings for Azure Disk.

Type

Use this dropdown menu to select the type of Azure disk.

Types for Azure disks include:

  • Standard_LRS
  • StandardSSD_LRS
  • StandardSSD_ZRS
  • Premium_LRS
  • Premium_ZRS
  • PremiumV2_LRS
  • UltraSSD_LRS

In general, Azure disk types increase in both performance and expense according to the order listed above. You can read more about the specifics of each type in the Azure disk documentation.

Azure storage includes redundancy, meaning that Azure stores multiple copies of data to protect against data loss in the event of hardware failure, network outages, and natural disasters. For most storage types, you can choose the type of redundancy that best suits your work.

Locally redundant storage (LRS) copies your data synchronously three times within a single physical location in the primary region. Zone-redundant storage (ZRS) copies your data synchronously across three Azure availability zones in the primary region. LRS is the least expensive replication option, but isn't recommended for applications requiring high availability or durability.

Please see this Azure page to read more about their storage redundancy features.

Size (GiB)

Use this field to enter the size of your storage. Azure measures disk capacity in gibibytes (GiB); a gibibyte is equivalent to 1,073,741,824 bytes, or 1.1 gigabytes (GB).

For specific limits on each disk type, please see this Azure page.

Restore Snapshot

Toggle this option to Yes if you want to restore a previously saved disk snapshot. A new dropdown menu, Snapshot, will appear so you can select your snapshot.

For more information, please see Working With Disk Snapshots.