Skip to content

Commit f21782a

Browse files
Merge pull request #287864 from b-ahibbard/cool-tiering
cool tiering policy
2 parents 68d4d81 + c0f041d commit f21782a

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

articles/azure-netapp-files/cool-access-introduction.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 03/03/2025
8+
ms.date: 03/06/2025
99
ms.author: anfdocs
1010
ms.custom: references_regions
1111
---
@@ -135,6 +135,12 @@ When you create volumes in the capacity pool and start tiering data to the cool
135135
* 0.75-TiB capacity at the cool tier rate.
136136
* Network transfer between the hot tier and the cool tier. The markup on top of the transaction cost (`GET`, `PUT`) on blob storage and private link transfer in either direction between the hot tiers determines the rate.
137137

138+
* Azure NetApp Files storage with cool access also enables you to only tier snapshots. For this scenario, assume you create one 1-TiB volume where 10% of the volume data is snapshots and enable cool access with the `-snapshots-only` policy. The billing calculation is:
139+
140+
* 0.9-TiB capacity at the hot tier
141+
* 0.1-TiB capacity at the cool tier
142+
* Data transfers costs occur for the initial transfer of snapshots, then network transfer costs incur only when snapshots are restored.
143+
138144
### Examples of cost calculations with varying coolness periods
139145

140146
This section shows you examples of storage and network transfer costs with varying coolness periods.
@@ -263,6 +269,8 @@ Your first 12-month savings:
263269
* Cost with cool access: First month + Second month + … + twelfth month = (2 x $755.00) + $586.52 + (9 x $498.18) = $6,580.14
264270
* Savings using cool access: **27.37%**
265271

272+
#### Example 4:
273+
266274
> [!TIP]
267275
> You can use the [Azure NetApp Files storage with cool access cost savings estimator](https://aka.ms/anfcoolaccesscalc) to interactively estimate cost savings based on changeable input parameters.
268276

articles/azure-netapp-files/manage-cool-access.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 03/03/2025
8+
ms.date: 03/06/2025
99
ms.author: anfdocs
1010
---
1111

@@ -25,6 +25,7 @@ There are several considerations to be aware of when using cool access.
2525

2626
* No guarantee is provided for any maximum latency for client workload for any of the service tiers.
2727
* Although cool access is available for the Standard, Premium, and Ultra service levels, how you're billed for using the feature differs from the hot tier service-level charges. For details and examples, see the [Billing section](cool-access-introduction.md#billing).
28+
* Cool access supports two tiering policies: `Auto` and `SnapshotOnly`. The `SnapshotOnly` policy limits data tiering to data in snapshots, while all data blocks associated with files in the active file system remain in the hot tier. The `Auto` policy encompasses both snapshot copy data and data in the active file system.
2829
* You can convert an existing capacity pool into a cool-access capacity pool to create cool access volumes. After the capacity pool is enabled for cool access, you can't convert it back to a non-cool-access capacity pool.
2930
* When you enable cool access, data that satisfies the conditions set by the coolness period moves to the cool tier. For example, if the coolness period is set to 30 days, any data that has been cool for at least 30 days moves to the cool tier _when_ you enable cool access. Once the coolness period is reached, background jobs can take up to 48 hours to initiate the data transfer to the cool tier.
3031
* A cool-access capacity pool can contain both volumes with cool access enabled and volumes with cool access disabled.
@@ -46,14 +47,14 @@ There are several considerations to be aware of when using cool access.
4647

4748
- When a volume containing data in the cool tier is deleted, the deletion process occurs directly from the cool tier without rehydrating the data to the hot tier. The data marked for deletion is cleaned up according to the job scheduled in the service. 
4849

49-
Once the volume is deleted in Azure NetApp Files, the data in the associated Azure Blob storage is marked for deletion. Although the data remains in Azure Blob storage until the cleanup job finishes, you aren't charged for the deleted volume. The service manages billing details. After the volume is deleted, you don't incur costs for the data pending deletion in Azure storage. 
50+
When the volume is deleted in Azure NetApp Files, the data in the associated Azure Blob storage is marked for deletion. Although the data remains in Azure Blob storage until the cleanup job finishes, you aren't charged for the deleted volume. The service manages billing details. After the volume is deleted, you don't incur costs for the data pending deletion in Azure storage. 
5051

5152
- **Data rehydration:** Data isn't rehydrated to the hot tier when the volume is deleted, ensuring the deletion process is efficient and mitigating unnecessary data movement.
5253
- The only way to rehydrate data from the cool tier to the hot tier is for the client or application to read the data block.
5354

5455
### Considerations for moving volumes to another capacity pool
5556

56-
* Volumes enabled for cool access can be moved between capacity pools only if those capacity pools are enabled for cool access. Once a volume has been enabled for cool access, it can only reside in a cool access-enabled capacity pool even if cool access has been disabled on the volume.
57+
* Volumes enabled for cool access can be moved between capacity pools only if those capacity pools are enabled for cool access. When a volume is enabled for cool access, it can only reside in a cool access-enabled capacity pool even if cool access has been disabled on the volume.
5758
* If you [move a cool access volume to another capacity pool (service level change)](dynamic-change-volume-service-level.md), you must also enable that pool for cool access.
5859
* If you disable cool access and turn off tiering on a cool access volume (that is, the volume no longer uses cool access), you can't move it to a non-cool-access capacity pool. In a cool access capacity pool, you can move all volumes, *whether they're enabled for cool access or not*, only to another cool access capacity pool.
5960

@@ -141,11 +142,14 @@ You can enable Azure NetApp Files storage with cool access during the creation o
141142
* If **Cool Access Retrieval Policy** is set to **Never**: Cold data is served directly from the cool tier and isn't retrieved to the hot tier.
142143
* Cool access is **disabled**:
143144
* You can set a cool access retrieval policy if cool access is disabled only if there's existing data on the cool tier.
144-
* Once you disable the cool access setting on the volume, the cool access retrieval policy remains the same.
145+
* After you disable the cool access setting on the volume, the cool access retrieval policy remains the same.
145146

146147
* **Cool Access Tiering Policy**
147148

148-
Select `Auto`. The `SnapshotOnly` policy is not currently supported.
149+
Select either `SnapshotOnly` or `Auto`.
150+
151+
* The `SnapshotOnly` policy limits data tiering to data in snapshots, while all data blocks associated with files in the active file system remain in the hot tier.
152+
* The `Auto` policy encompasses both snapshot copy data and data in the active file system.
149153

150154
:::image type="content" source="./media/manage-cool-access/cool-access-new-volume.png" alt-text="Screenshot that shows the Create a volume page. On the Basics tab, the Enable Cool Access checkbox is selected. The options for the cool access retrieval policy are displayed. " lightbox="./media/manage-cool-access/cool-access-new-volume.png":::
151155

articles/azure-netapp-files/whats-new.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 03/04/2025
9+
ms.date: 03/06/2025
1010
ms.author: anfdocs
1111
---
1212

@@ -16,6 +16,10 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
1616

1717
## March 2025
1818

19+
* [Storage with cool access enhancement:](manage-cool-access.md) snapshot-only tiering policy
20+
21+
Azure NetApp Files storage with cool access now supports a snapshots-only policy. With this policy enabled, only snapshots are moved to the cool tier.
22+
1923
* [Edit network features enhancement: no downtime](configure-network-features.md#no-downtime) is now generally available (GA)
2024

2125
Azure NetApp Files now supports the ability to edit network features (that is, upgrade from Basic to Standard network features) with no downtime for Azure NetApp Files volumes. Standard Network Features provide you with an enhanced virtual networking experience for a seamless and consistent experience along with security posture for Azure NetApp Files. This feature is available in all Azure NetApp Files regions.

0 commit comments

Comments
 (0)