Skip to content

Commit dfc628c

Browse files
committed
new afec procedure: cool access premium & ultra
1 parent f006e00 commit dfc628c

File tree

1 file changed

+33
-9
lines changed

1 file changed

+33
-9
lines changed

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

Lines changed: 33 additions & 9 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/12/2025
8+
ms.date: 04/17/2025
99
ms.author: anfdocs
1010
---
1111

@@ -79,19 +79,43 @@ You must register for cool access with the Premium or Ultra service levels befor
7979

8080
# [Ultra](#tab/ultra)
8181

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:
82+
Before using cool access with the Premium service level for the first time, you need to register the feature.
8383

84-
```azurepowershell-interactive
85-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessUltra
86-
```
84+
1. Register the feature:
85+
86+
```azurepowershell-interactive
87+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessUltra
88+
```
89+
90+
2. Check the status of the feature registration:
91+
92+
```azurepowershell-interactive
93+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessUltra
94+
```
95+
> [!NOTE]
96+
> 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.
97+
98+
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.
8799
88100
# [Premium](#tab/premium)
89101
90-
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:
102+
Before using cool access with the Premium service level for the first time, you need to register the feature.
103+
104+
1. Register the feature:
105+
106+
```azurepowershell-interactive
107+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessPremium
108+
```
109+
110+
2. Check the status of the feature registration:
111+
112+
```azurepowershell-interactive
113+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessPremium
114+
```
115+
> [!NOTE]
116+
> 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.
91117
92-
```azurepowershell-interactive
93-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessPremium
94-
```
118+
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.
95119
96120
# [Standard](#tab/standard)
97121

0 commit comments

Comments
 (0)