LRS Storage Options

Jarrod Stein 1 Reputation point
2020-11-05T20:52:08.677+00:00

LRS snapshots and images are currently stored on Premium SSD, however, I want snapshots of Premium SSD managed disks to be stored on Standard SSD. It appears this is an easy election, but I am unable to find how to implement/change this. Blurb from website below:

You can store full snapshots and images for Premium SSD Managed Disks on Standard storage. You can choose between locally redundant (LRS) and Zone redundant (ZRS) snapshot options. These snapshots and images are charged at $0.05/GB per month for both Standard LRS and ZRS options based on the used portion of the disk. For example, if you create a snapshot of a managed disk with provisioned capacity of 64 GB and actual used data size of 10 GB, snapshot will be billed only for the used data size of 10 GB. If you choose to store them on Premium SSD Managed Disk storage, you’ll be charged at $0.132/GB per month.

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
590 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 35,011 Reputation points Microsoft Employee
    2020-11-05T23:37:08.937+00:00

    @Jarrod Stein
    This can be done when creating the snapshot. For CLI you use --sku Standard_LRS. From the portal you can select Standard_HDD when creating. Unfortunately it is not possible to convert existing snapshots from Premium_SSD to Standard_HDD. As a workaround you would need to create a disk and then create a new snapshot from that disk.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments