How is the Azure disks priced. Like to understand with some examples for standard, premium and ultra disks. Especially on the bought disk size vs consumed size.

Girish Prajwal 706 Reputation points
2023-08-04T11:42:26.5833333+00:00

Hi Team,How is the Azure disks priced. Like to understand with some examples for standard, premium and ultra disks. Especially on the bought disk size vs consumed size.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,833 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,131 questions
{count} votes

Accepted answer
  1. Rudra Pratap Singh 80 Reputation points
    2023-08-04T11:58:32.4633333+00:00
    Azure disks are priced based on various factors such as disk type (standard, premium, ultra), size category, and region. The disk pricing includes both the provisioned size (bought size) and the consumed size (actual disk usage). Let's explore the pricing for different disk types with some examples:
    
    1. Standard Disks:
       - Standard HDDs: These are traditional hard disk drives with rotational latency.
       - Standard SSDs: These offer a balance between performance and cost.
    
       Pricing example: Let's consider a General Purpose v2 virtual machine in the East US region with a Standard SSD disk.
       - Bought disk size: 128 GB
       - Consumed disk size: 60 GB
       - Pricing per GB per month: $0.038 (East US region)
       - Total monthly price: 60 GB * $0.038 = $2.28
    
    2. Premium Disks:
       - Premium SSDs: These provide high-performance, low-latency storage for I/O-intensive workloads.
    
       Pricing example: Consider a virtual machine using a Premium SSD disk in the Southeast Asia region.
       - Bought disk size: 256 GB
       - Consumed disk size: 150 GB
       - Pricing per GB per month: $0.139 (Southeast Asia region)
       - Total monthly price: 150 GB * $0.139 = $20.85
    
    3. Ultra Disks:
       - Ultra SSDs: These are designed to meet the performance demands of mission-critical workloads.
    
       Pricing example: Assume a virtual machine utilizing an Ultra SSD disk in the West Europe region.
       - Bought disk size: 512 GB
       - Consumed disk size: 400 GB
       - Pricing per GB per month: $0.295 (West Europe region)
       - Total monthly price: 400 GB * $0.295 = $118
    
    Please note that the pricing mentioned above is approximate and can vary depending on the region and other factors. To get accurate and up-to-date pricing information, it is recommended to refer to the Azure Disk Storage Pricing page on the Azure website or consult the Azure Pricing Calculator.
    
    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.