Skip to content

Commit 58f48d8

Browse files
committed
modify afec statement
1 parent a95b89d commit 58f48d8

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed

articles/azure-netapp-files/large-volumes-requirements-considerations.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,7 @@ The following requirements and considerations apply to large volumes. For perfor
6969
For the latest performance benchmark numbers conducted on Azure NetApp Files Large volumes, see [Azure NetApp Files large volume performance benchmarks for Linux](performance-large-volumes-linux.md) and [Benefits of using Azure NetApp Files for Electronic Design Automation (EDA)](solutions-benefits-azure-netapp-files-electronic-design-automation.md).
7070

7171

72-
* <a name="cool-access"></a> To use large volumes with cool access, you must first register the feature:
73-
74-
1. Register the feature:
75-
76-
```azurepowershell-interactive
77-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumes
78-
```
79-
80-
2. Check the status of the feature registration:
81-
82-
```azurepowershell-interactive
83-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumes
84-
```
85-
> [!NOTE]
86-
> 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.
87-
88-
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.
72+
* Large volumes are supported with cool access. You must be [registered to use cool access](manage-cool-access.md#register-the-feature) before creating a cool access-enabled large volume.
8973

9074
## About 64-bit file IDs
9175

@@ -132,6 +116,14 @@ Once your [regional capacity quota](regional-capacity-quota.md) has increased, y
132116

133117
If this is your first time using large volumes, register the feature with the [large volumes sign-up form](https://aka.ms/anflargevolumessignup).
134118

119+
Check the status of the feature registration:
120+
121+
```azurepowershell-interactive
122+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumes
123+
```
124+
125+
You can also use [Azure CLI command](/cli/azure/feature) `az feature show` to register the feature and display the registration status.
126+
135127
## Next steps
136128

137129
* [Storage hierarchy of Azure NetApp Files](azure-netapp-files-understand-storage-hierarchy.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The storage with cool access feature provides options for the “coolness period
3636
* Considerations for [moving volumes to another capacity pool](dynamic-change-volume-service-level.md):
3737
* If you move a cool access volume to another capacity pool (service level change), that pool must also be enabled for cool access.
3838
* 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, all volumes, *whether enabled for cool access or not*, can only be moved to another cool access capacity pool.
39-
* Cool access is supported with large volumes. You must first [register the feature](large-volumes-requirements-considerations.md#cool-access).
39+
* Cool access is supported with large volumes. Confirm that you're [registered to use large volumes](large-volumes-requirements-considerations.md#register-the-feature) before creating a cool-access-enabled large volume.
4040

4141
## Enable cool access
4242

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.author: anfdocs
1414

1515
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
1616

17-
* [Cool access support for large volumes](large-volumes-requirements-considerations.md#cool-access)
17+
* [Cool access support for large volumes](large-volumes-requirements-considerations.md#register-the-feature)
1818

19-
Azure NetApp Files storage with [cool access](cool-access-introduction.md) is now available with large volumes.
19+
Azure NetApp Files storage with [cool access](cool-access-introduction.md) is now available with large volumes. You must be registered to use _both_ cool access and large volumes to create a cool access-enabled large volume.
2020

2121
## September 2024
2222

0 commit comments

Comments
 (0)