Skip to content

Commit 1a45b26

Browse files
committed
cool tiering policy
1 parent 35c94aa commit 1a45b26

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

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

Lines changed: 10 additions & 18 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: 08/20/2024
8+
ms.date: 10/03/2024
99
ms.author: anfdocs
1010
---
1111

@@ -44,26 +44,11 @@ You must register for cool access before you can enable it at the capacity pool
4444

4545
### Register the feature
4646

47-
Azure NetApp Files storage with cool access is generally available. Before using cool access for the first time, you must register for the feature with the service level you intend to use it for.
47+
Azure NetApp Files storage with cool access is generally available. Before using cool access for the first time, you must register for the feature with the service level you intend to use it for. Registration is not required for the Standard service level.
4848

4949
# [Standard](#tab/standard)
5050

51-
After registration, the feature is enabled and works in the background. No UI control is required.
52-
53-
1. Register the feature:
54-
55-
```azurepowershell-interactive
56-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccess
57-
```
58-
59-
2. Check the status of the feature registration:
60-
61-
> [!NOTE]
62-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is **Registered** before continuing.
63-
```azurepowershell-interactive
64-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccess
65-
```
66-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
51+
No registration is required to use cool access at the Standard service level.
6752

6853
# [Premium](#tab/premium)
6954

@@ -137,6 +122,13 @@ Azure NetApp Files storage with cool access can be enabled during the creation o
137122
* *Cool access is **disabled**:*
138123
* You can set a cool access retrieval policy if cool access is disabled only if there's existing data on the cool tier.
139124
* Once you disable the cool access setting on the volume, the cool access retrieval policy remains the same.
125+
126+
* **Cool Access Tiering Policy**
127+
128+
Select either `SnapshotOnly` or `Auto`.
129+
130+
* The `SnapshotOnly` policy limits cool-tiered data to snapshot copies not associated with the active file system.
131+
* The `Auto` policy encompasses both snapshot copy data and data in the active file system.
140132

141133
:::image type="content" source="./media/manage-cool-access/cool-access-new-volume.png" alt-text="Screenshot that shows the Create a Volume page. Under 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":::
142134

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

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

1313
# What's new in Azure NetApp Files
1414

1515
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
16+
17+
* [Storage with cool access enhancement: ](manage-cool-access.md) cool access tiering policy
18+
19+
You now have the option to limit tiering to only snapshot copies.
1620

1721
## September 2024
1822

0 commit comments

Comments
 (0)