Skip to content

Commit 3b7bd1a

Browse files
Remove cool access registration instructions
Removed the section on enabling and registering cool access for Azure NetApp Files.
1 parent 794f86e commit 3b7bd1a

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

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

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -88,31 +88,6 @@ There are several considerations to be aware of when using cool access.
8888
* When you [restore a snapshot of a cool access-enabled volume to a new volume](snapshots-restore-new-volume.md), the new volume inherits the cool access configuration from the parent volume. After the new volume is created, you can modify the cool access settings.
8989
* You can't restore from a snapshot of a non-cool-access volume to a cool access volume. Likewise, you can't restore from a snapshot of a cool access volume to a non-cool-access volume.
9090

91-
## Enable cool access
92-
93-
You must register for cool access with the Flexible service level before you can enable it at the capacity pool and volume levels. No registration is required for the Standard, Premium and Ultra service levels.
94-
95-
### Register the feature
96-
97-
You must register cool access with the Flexible service level before using it.
98-
99-
1. Register the feature:
100-
101-
```azurepowershell-interactive
102-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessFlexible
103-
```
104-
105-
2. Check the status of the feature registration:
106-
> [!NOTE]
107-
> The **RegistrationState** can remain in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing.
108-
109-
```azurepowershell-interactive
110-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCoolAccessFlexible
111-
```
112-
113-
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.
114-
115-
11691
### Configure the capacity pool for cool access
11792

11893
Before you create or enable a cool-access volume, configure a capacity pool with cool access. You can do so in one of the following ways:

0 commit comments

Comments
 (0)