Skip to content

Commit e21d24b

Browse files
Merge pull request #178796 from b-juche/20211104_hotfixes
Cost Model update
2 parents a58ee34 + ed09c38 commit e21d24b

6 files changed

+63
-10
lines changed

articles/azure-netapp-files/azure-netapp-files-cost-model.md

Lines changed: 61 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 04/30/2021
16+
ms.date: 11/4/2021
1717
ms.author: b-juche
1818
---
1919
# Cost model for Azure NetApp Files
@@ -24,26 +24,78 @@ For cost model specific to cross-region replication, see [Cost model for cross-r
2424

2525
## Calculation of capacity consumption
2626

27-
Azure NetApp Files is billed on provisioned storage capacity. Provisioned capacity is allocated by creating capacity pools. Capacity pools are billed based on $/provisioned-GiB/month in hourly increments. The minimum size for a single capacity pool is 4 TiB, and capacity pools can be subsequently expanded in 1-TiB increments. Volumes are created within capacity pools. Each volume is assigned a quota that decrements from the pools-provisioned capacity. The quota that can be assigned to volumes ranges from a minimum of 100 GiB to a maximum of 100 TiB.
27+
Azure NetApp Files is billed on provisioned storage capacity, which is allocated by creating capacity pools. Capacity pools are billed monthly based on a set cost per allocated GiB per hour. Capacity pool allocation is measured hourly.
2828

29-
For an active volume, capacity consumption against quota is based on logical (effective) capacity, either on active filesystem or snapshot data. A volume can only contain so much data as the set size (quota).
29+
Capacity pools must be at least 4 TiB and can be increased or decreased in 1-TiB intervals. Capacity pools contain volumes that range in size from a minimum of 100 GiB to a maximum of 100 TiB. Volumes are assigned quotas that are subtracted from the capacity pool’s provisioned size. For an active volume, capacity consumption against the quota is based on logical (effective) capacity, being active filesystem data or snapshot data. See [How Azure NetApp Files snapshots work](snapshots-introduction.md) for details.
3030

31-
The total used capacity in a capacity pool against its provisioned amount is the sum of the actual consumption of all volumes within the pool:
31+
### Pricing examples
3232

33-
![Expression showing total used capacity calculation.](../media/azure-netapp-files/azure-netapp-files-total-used-capacity.png)
33+
This section shows you examples to help you understand the Azure NetApp Files cost model.
34+
35+
#### Example 1: One month cost with static versus dynamic capacity pool provisioning
36+
37+
If your capacity pool size requirements fluctuate (for example, because of variable capacity or performance needs), consider [dynamically resizing your volumes and capacity pools](azure-netapp-files-resize-capacity-pools-or-volumes.md) to balance cost with capacity and performance needs.
38+
39+
For example, you are using the Premium capacity 24 hours (1 day) at 10 TiB, 96 hours (4 days) at 24 TiB, four times at 6 hours (1 day) at 5 TiB, 480 hours (20 days) at 6 TiB, and the month’s remaining hours at 0 TiB. A dynamic cloud consumption deployment profile looks different from a traditional static on-premises consumption profile:
40+
41+
![Bar chart that shows dynamic versus static capacity pool provisioning.](../media/azure-netapp-files/cost-model-example-one-capacity.png)
42+
43+
When costs are billed at $0.000403 per GiB/hour ([pricing depending on the region](https://azure.microsoft.com/pricing/details/netapp/)), the monthly cost breakdown looks like this:
44+
45+
*Static provisioning on Premium (peak capacity/performance)*
46+
47+
* 24 TiB x 720 hours x $0.000403 per GiB/hour = $7,130.97 per month ($237.70 per day)
48+
49+
*Dynamic provisioning using volume and capacity pool resizing*
50+
51+
* 10 TiB x 24 hours x $0.000403 per GiB/hour = $99.04
52+
* 24 TiB x 96 hours x $0.000403 per GiB/hour = $950.80
53+
* 6 TiB x 480 hours x $0.000403 per GiB/hour = **$1,188.50**
54+
* Total = $2,238.33
55+
56+
![Bar chart that shows static versus dynamic service level cost model.](../media/azure-netapp-files/cost-model-example-one-pricing.png)
57+
58+
This scenario constitutes a monthly savings of $4,892.64 compared to static provisioning.
59+
60+
#### Example 2: One month cost with and without dynamic service level change
61+
62+
If your capacity pool size requirements remain the same but performance requirements fluctuate, consider [dynamically changing the service level of a volume](dynamic-change-volume-service-level.md). You can provision and deprovision capacity pools of different types throughout the month, providing just-in-time performance, and lowering costs during periods where performance is not needed.
63+
64+
Consider a scenario where the capacity requirement is a constant 24 TiB. But your performance needs fluctuate between 384 hours (16 days) of Standard service level, 120 hours (5 days) of Premium service level, 168 hours (7 days) of Ultra service level, and then back to 48 hours (2 days) of standard service level performance. In this scenario, a dynamic cloud consumption deployment profile looks different compared to a traditional static on-premises consumption profile:
65+
66+
![Bar chart that shows provisioning with and without dynamic service level change.](../media/azure-netapp-files/cost-model-example-two-capacity.png)
67+
68+
In this case, when costs are billed at $0.000202 per GiB/hour (Standard), $0.000403 per GiB/hour (Premium) and $0.000538 per GiB/hour (Ultra) respectively ([pricing depending on the region](https://azure.microsoft.com/pricing/details/netapp/)), the monthly cost breakdown looks like this:
69+
70+
*Static provisioning on Ultra service level (peak performance)*
71+
72+
* 24 TiB x 720 hours x $0.000538 per GiB/hour = $9,519.76 per month ($317.33 per day)
73+
74+
*Dynamic provisioning using dynamic service level change*
75+
76+
* 24 TiB x 384 hours x $0.000202 per GiB/hour = $1,901.31
77+
* 24 TiB x 120 hours x $0.000403 per GiB/hour = $1,188.50
78+
* 24 TiB x 168 hours x $0.000538 per GiB/hour = $2,221.28
79+
* 24 TiB x 48 hours x $0.000202 per GiB/hour = **$238.29**
80+
* Total = $5,554.37
81+
82+
![Bar chart that shows static versus dynamic service level change cost model.](../media/azure-netapp-files/cost-model-example-two-pricing.png)
83+
84+
This scenario constitutes a monthly savings of $3,965.39 compared to static provisioning.
3485

3586
## Capacity consumption of snapshots
3687

3788
The capacity consumption of snapshots in Azure NetApp Files is charged against the quota of the parent volume. As a result, it shares the same billing rate as the capacity pool to which the volume belongs. However, unlike the active volume, snapshot consumption is measured based on the incremental capacity consumed. Azure NetApp Files snapshots are differential in nature. Depending on the change rate of the data, the snapshots often consume much less capacity than the logical capacity of the active volume. For example, assume that you have a snapshot of a 500-GiB volume that only contains 10 GiB of differential data.
89+
3890
The capacity consumption that is counted towards the volume quota for the active filesystem and snapshot would be 510 GiB, not 1000 GiB. As a general rule, a recommended 20% of capacity can be assumed to retain a week's worth of snapshot data (depending on snapshot frequency and application daily block level change rates).
3991

4092
The following diagram illustrates the concepts.
4193

4294
* Assume a capacity pool with 40 TiB of provisioned capacity. The pool contains three volumes:
43-
* Volume 1 is assigned a quota of 20 TiB and has 13 TiB (12 TiB active, 1 TiB snapshots) of consumption.
95+
* Volume 1 is assigned a quota of 20 TiB and has 13 TiB (12 TiB active, 1-TiB snapshots) of consumption.
4496
* Volume 2 is assigned a quota of 1 TiB and has 450 GiB of consumption.
45-
* Volume 3 is assigned a quota of 14 TiB but has 8.8 TiB (8 TiB active, 800 GiB snapshots) of consumption.
46-
* The capacity pool is metered for 40 TiB of capacity (the provisioned amount). 22.25 TiB of capacity is consumed (13 TiB, 450 GiB and 8.8 TiB of quota from Volumes 1, 2 and 3). The capacity pool has 17.75 TiB of capacity remaining.
97+
* Volume 3 is assigned a quota of 14 TiB but has 8.8 TiB (8 TiB active, 800-GiB snapshots) of consumption.
98+
* The capacity pool is metered for 40 TiB of capacity (the provisioned amount). 22.25 TiB of capacity is consumed (13 TiB, 450 GiB, and 8.8 TiB of quota from Volumes 1, 2, and 3). The capacity pool has 17.75 TiB of capacity remaining.
4799

48100
![Diagram showing capacity pool with three volumes.](../media/azure-netapp-files/azure-netapp-files-capacity-pool-with-three-vols.png)
49101

@@ -58,3 +110,4 @@ The following diagram illustrates the concepts.
58110
* [Resize the capacity pool or a volume](azure-netapp-files-resize-capacity-pools-or-volumes.md)
59111
* [Manage billing by using tags](manage-billing-tags.md)
60112
* [Capacity management FAQs](faq-capacity-management.md)
113+
* [Azure NetApp Files pricing calculator](https://azure.microsoft.com/pricing/calculator/?service=netapp)

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: how-to
16-
ms.date: 06/14/2021
16+
ms.date: 11/4/2021
1717
ms.author: b-juche
1818
---
1919
# Create a capacity pool for Azure NetApp Files
@@ -46,7 +46,7 @@ You must have already created a NetApp account.
4646

4747
* **Size**
4848
Specify the size of the capacity pool that you are purchasing.
49-
The minimum capacity pool size is 4 TiB. You can create a pool with a size that is multiples of 4 TiB.
49+
The minimum capacity pool size is 4 TiB. You can change the size of a capacity pool in 1-TiB increments.
5050

5151
* **QoS**
5252
Specify whether the capacity pool should use the **Manual** or **Auto** QoS type.
12.6 KB
Loading
14.4 KB
Loading
14.7 KB
Loading
16.2 KB
Loading

0 commit comments

Comments
 (0)