Skip to content

Commit 37d09c6

Browse files
committed
remove cool access standard afec
1 parent a42689a commit 37d09c6

File tree

1 file changed

+9
-28
lines changed

1 file changed

+9
-28
lines changed

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

Lines changed: 9 additions & 28 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: 11/12/2024
8+
ms.date: 01/29/2025
99
ms.author: anfdocs
1010
---
1111

@@ -42,32 +42,17 @@ The storage with cool access feature provides options for the “coolness period
4242

4343
## Enable cool access
4444

45-
You must register for cool access before you can enable it at the capacity pool and volume levels.
45+
You must register for cool access with the Premium or Ultra service levels before you can enable it at the capacity pool and volume levels. No registration is required for the Standard service level.
4646

4747
### Register the feature
4848

49-
Azure NetApp Files storage with cool access is generally available. Before you use cool access for the first time, you must register for the feature with the service level for which you intend to use it.
50-
51-
# [Standard](#tab/standard)
52-
53-
After registration, the feature is enabled and works in the background. No user interface control is required.
54-
55-
1. Register the feature.
56-
57-
```azurepowershell-interactive
58-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccess
59-
```
60-
61-
1. Check the status of the feature registration.
62-
63-
> [!NOTE]
64-
> The `RegistrationState` property might be in the `Registering` state for up to 60 minutes before it changes to`Registered`. Wait until the status is registered before you continue.
49+
# [Ultra](#tab/ultra)
6550

66-
```azurepowershell-interactive
67-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccess
68-
```
51+
You must submit a waitlist request to access this feature by using the [request form](https://aka.ms/ANFcoolaccesssignup). After you submit the waitlist request, it can take approximately one week to enable the feature. Check the status of feature registration by using the command:
6952

70-
You can also use the [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
53+
```azurepowershell-interactive
54+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessUltra
55+
```
7156

7257
# [Premium](#tab/premium)
7358

@@ -77,13 +62,9 @@ You must submit a waitlist request to access this feature by using the [request
7762
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessPremium
7863
```
7964

80-
# [Ultra](#tab/ultra)
81-
82-
You must submit a waitlist request to access this feature by using the [request form](https://aka.ms/ANFcoolaccesssignup). After you submit the waitlist request, it can take approximately one week to enable the feature. Check the status of feature registration by using the command:
65+
# [Standard](#tab/standard)
8366

84-
```azurepowershell-interactive
85-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessUltra
86-
```
67+
No registration is required to use cool access at the Standard service level.
8768

8869
---
8970

0 commit comments

Comments
 (0)