Skip to content

Commit 56ec4fb

Browse files
authored
Merge pull request #287983 from b-ahibbard/large-vol-cool-access
cool access support for large volumes
2 parents cd3a6b6 + 26f282c commit 56ec4fb

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.custom: references_regions
88
ms.topic: conceptual
9-
ms.date: 07/22/2024
9+
ms.date: 10/07/2024
1010
ms.author: anfdocs
1111
---
1212
# Requirements and considerations for large volumes
@@ -69,7 +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-
* Large volumes aren't currently supported with cool access.
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.
7373

7474
## About 64-bit file IDs
7575

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

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

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+
119127
## Next steps
120128

121129
* [Understand large volumes](large-volumes.md)

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

Lines changed: 2 additions & 1 deletion
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: 10/10/2024
8+
ms.date: 11/12/2024
99
ms.author: anfdocs
1010
---
1111

@@ -39,6 +39,7 @@ The storage with cool access feature provides options for the “coolness period
3939
* Considerations for [moving volumes to another capacity pool](dynamic-change-volume-service-level.md):
4040
* If you move a cool access volume to another capacity pool (service level change), you must also enable that pool for cool access.
4141
* 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, you can move all volumes, *whether they're enabled for cool access or not*, only to another cool access capacity pool.
42+
* 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.
4243

4344
## Enable cool access
4445

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 10/24/2024
9+
ms.date: 11/12/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-
## October 2024
16+
17+
## November 2024
18+
19+
* [Cool access support for large volumes](large-volumes-requirements-considerations.md#register-the-feature)
20+
21+
Azure NetApp Files storage with [cool access](cool-access-introduction.md) is now available with [large volumes](large-volumes.md). You must be registered to use _both_ cool access and large volumes to create a cool access-enabled large volume.
22+
23+
## October 2024
1824

1925
* [Edit network features enhancement: no downtime](configure-network-features.md#no-downtime) (Preview)
2026

0 commit comments

Comments
 (0)