Skip to content

Commit 8101b6e

Browse files
authored
Merge pull request #276183 from netapp-manishc/large-volume-ga
Large volume ga
2 parents d77cae8 + 6c714b1 commit 8101b6e

10 files changed

+71
-14
lines changed

articles/azure-netapp-files/azure-government.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All [Azure NetApp Files features](whats-new.md) available on Azure public cloud
2626
|:--- |:--- |:--- |
2727
| Azure NetApp Files backup | Generally available (GA) | No |
2828
| Azure NetApp Files customer-managed keys | Generally available (GA) | No |
29-
| Azure NetApp Files large volumes | Public preview | Public preview [(select regions)](large-volumes-requirements-considerations.md#supported-regions) |
29+
| Azure NetApp Files large volumes | Generally available (GA) | Public preview [(select regions)](large-volumes-requirements-considerations.md#supported-regions) |
3030

3131
## Portal access
3232

articles/azure-netapp-files/backup-restore-new-volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Restoring a backup creates a new volume with the same protocol type. This articl
2424

2525
* You should trigger the restore operation when there are no baseline backups. Otherwise, the restore might increase the load on the Azure Blob account where your data is backed up.
2626

27-
* For large volumes (greater than 10 TB), it can take multiple hours to transfer all the data from the backup media.
27+
* For volumes greater than 10 TiB, it can take multiple hours to transfer all the data from the backup media.
2828

2929
* Restoring a backup to a new volume is not dependent on the networking type used by the source volume. You can restore the backup of a volume configured with Basic networking to a volume configured with Standard networking and vice versa.
3030

articles/azure-netapp-files/cross-region-replication-introduction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,12 @@ Cross-region replication supports three replication schedules: 10 minutes, hourl
7676
* For the hourly replication schedule, the typical RPO is less than two hours.
7777
* For the daily replication schedule, the typical RPO is less than two days.
7878

79+
> [!IMPORTANT]
80+
> [Large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes) for cross-region replication do not support the 10-minute replication schedule.
81+
7982
Recovery Time Objective (RTO), or the maximum tolerable business application downtime, is determined by factors in bringing up the application and providing access to the data at the second site. The storage portion of the RTO for breaking the peering relationship to activate the destination volume and provide read and write data access in the second site is expected to be complete within a minute.
8083

84+
8185
## Cost model for cross-region replication
8286

8387
With Azure NetApp Files cross-region replication, you pay only for the amount of data you replicate. There's no setup charge or minimum usage fee. The replication price is based on the replication frequency and the region of the *destination* volume you choose during the initial replication configuration. For more information, see the [Azure NetApp Files Pricing](https://azure.microsoft.com/pricing/details/netapp/) page.

articles/azure-netapp-files/cross-region-replication-requirements-considerations.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,30 @@ This article describes requirements and considerations about [using the volume c
3131
* You can revert a source or destination volume of a cross-region replication to a snapshot, provided the snapshot is newer than the most recent SnapMirror snapshot. Snapshots older than the SnapMirror snapshot can't be used for a volume revert operation. For more information, see [Revert a volume using snapshot revert](snapshots-revert-volume.md).
3232
* Data replication volumes support [customer-managed keys](configure-customer-managed-keys.md).
3333
* If you use the cool access feature, see [Manage Azure NetApp Files standard storage with cool access](manage-cool-access.md#considerations) for more considerations.
34+
* [Large volumes](large-volumes-requirements-considerations.md) are supported with cross-region replication only with an hourly or daily replication schedule.
35+
36+
## Large volumes configuration
37+
38+
[Large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes) are supported with cross-region replication. You must [first register for the large volumes feature](large-volumes-requirements-considerations.md#register-the-feature) then register to use large volumes with cross-region replication:
39+
40+
>[!NOTE]
41+
>Cross-zone and cross-region replication use the same Azure Feature Exposure Control (AFEC) name of `ANFLargeVolumesCRR`. If you've registered for cross-zone replication, the registration also works for cross-region replication.
42+
43+
1. Register the feature by running the following commands:
44+
45+
```azurepowershell-interactive
46+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumesCRR
47+
```
48+
49+
2. Check the status of the feature registration:
50+
51+
> [!NOTE]
52+
> 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.
53+
```azurepowershell-interactive
54+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumesCRR
55+
```
56+
57+
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.
3458
3559
## Next steps
3660
* [Create volume replication](cross-region-replication-create-peering.md)

articles/azure-netapp-files/cross-zone-replication-introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Cross-zone replication supports three replication schedules: 10 minutes, hourly,
6060
* For the hourly replication schedule, the typical RPO is less than two hours.
6161
* For the daily replication schedule, the typical RPO is less than two days.
6262

63+
> [!IMPORTANT]
64+
> [Large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes) for cross-zone replication do not support the 10-minute replication schedule.
65+
6366
Recovery Time Objective (RTO), or the maximum tolerable business application downtime, is determined by factors in bringing up the application and providing access to the data at the second site. The storage portion of the RTO for breaking the peering relationship to activate the destination volume and provide read and write data access in the second site is expected to be complete within a minute.
6467

6568
## Cost model for cross-zone replication

articles/azure-netapp-files/cross-zone-replication-requirements-considerations.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,30 @@ This article describes requirements and considerations about [using the volume c
3232
* You can delete manual snapshots on the source volume of a replication relationship when the replication relationship is active or broken, and also after you've deleted replication relationship. You cannot delete manual snapshots for the destination volume until you break the replication relationship.
3333
* When reverting a source volume with an active volume replication relationship, only snapshots that are more recent than the SnapMirror snapshot can be used in the revert operation. For more information, see [Revert a volume using snapshot revert with Azure NetApp Files](snapshots-revert-volume.md).
3434
* Data replication volumes support [customer-managed keys](configure-customer-managed-keys.md).
35-
* You can't currently use cross-zone replication with [large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes) (larger than 100 TiB).
35+
* [Large volumes](large-volumes-requirements-considerations.md) are supported with cross-zone replication only with an hourly or daily replication schedule.
3636

37+
## Large volumes configuration
38+
39+
[Large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes) are supported in cross-zone replication. You must [first register for the large volumes feature](large-volumes-requirements-considerations.md#register-the-feature) then register to use large volumes with cross-zone replication:
40+
41+
>[!NOTE]
42+
>Cross-zone and cross-region replication use the same Azure Feature Exposure Control (AFEC) name of `ANFLargeVolumesCRR`. If you've registered for cross-region replication, the registration also works for cross-zone replication.
43+
44+
1. Register the feature by running the following commands:
45+
46+
```azurepowershell-interactive
47+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumesCRR
48+
```
49+
50+
2. Check the status of the feature registration:
51+
52+
> [!NOTE]
53+
> 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.
54+
```azurepowershell-interactive
55+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFLargeVolumesCRR
56+
```
57+
58+
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.
3759
3860
## Next steps
3961
* [Understand cross-zone replication](cross-zone-replication-introduction.md)

articles/azure-netapp-files/includes/large-volumes-notice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ ms.custom: include file
1212
---
1313

1414
>[!IMPORTANT]
15-
> Large volumes are currently in preview. If this is your first time using large volumes, you must first [register the feature](../azure-netapp-files-understand-storage-hierarchy.md#large-volumes) and request [an increase in regional capacity quota](../azure-netapp-files-resource-limits.md#request-limit-increase).
15+
> If this is your first time using large volumes, you must first [register the feature](../large-volumes-requirements-considerations.md#register-the-feature) and request [an increase in regional capacity quota](../azure-netapp-files-resource-limits.md#request-limit-increase).
1616
>
1717
>Volumes are considered large if they are between 50 TiB and 500 TiB in size. Regular volumes cannot be converted to large volumes. Large volumes cannot be resized to less than 50 TiB. To understand the requirements and considerations of large volumes, refer to for using [Requirements and considerations for large volumes](../large-volumes-requirements-considerations.md). For other limits, see [Resource limits](../azure-netapp-files-resource-limits.md#resource-limits).

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ ms.topic: conceptual
99
ms.date: 11/02/2023
1010
ms.author: anfdocs
1111
---
12-
# Requirements and considerations for large volumes (preview)
12+
# Requirements and considerations for large volumes
1313

1414
This article describes the requirements and considerations you need to be aware of before using [large volumes](azure-netapp-files-understand-storage-hierarchy.md#large-volumes) on Azure NetApp Files.
1515

16-
## Register the feature
17-
18-
The large volumes feature for Azure NetApp Files is currently in public preview. This preview is offered under the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) and is controlled via Azure Feature Exposure Control (AFEC) settings on a per subscription basis.
19-
20-
To enroll in the preview for large volumes, use the [large volumes preview sign-up form](https://aka.ms/anflargevolumespreviewsignup).
21-
2216
## Requirements and considerations
2317

2418
The following requirements and considerations apply to large volumes. For performance considerations of *regular volumes*, see [Performance considerations for Azure NetApp Files](azure-netapp-files-performance-considerations.md).
@@ -29,9 +23,7 @@ The following requirements and considerations apply to large volumes. For perfor
2923
* You can't resize a large volume to less than 50 TiB.
3024
A large volume cannot be resized to less than 30% of its lowest provisioned size. This limit is adjustable via [a support request](azure-netapp-files-resource-limits.md#resource-limits).
3125
* Large volumes are currently not supported with Azure NetApp Files backup.
32-
* Large volumes aren't currently supported with cross-region replication.
3326
* You can't create a large volume with application volume groups.
34-
* Large volumes aren't currently supported with cross-zone replication.
3527
* Currently, large volumes aren't suited for database (HANA, Oracle, SQL Server, etc.) data and log volumes. For database workloads requiring more than a single volume’s throughput limit, consider deploying multiple regular volumes.
3628
* Throughput ceilings for the three performance tiers (Standard, Premium, and Ultra) of large volumes are based on the existing 100-TiB maximum capacity targets. You're able to grow to 500 TiB with the throughput ceiling per the following table:
3729

@@ -80,6 +72,10 @@ Support for Azure NetApp Files large volumes is available in the following regio
8072
8173
Once your [regional capacity quota](regional-capacity-quota.md) has increased, you can create volumes that are up to 500 TiB in size. When creating a volume, after you designate the volume quota, you must select **Yes** for the **Large volume** field. Once created, you can manage your large volumes in the same manner as regular volumes.
8274

75+
### Register the feature
76+
77+
To enroll in the preview for large volumes, use the [large volumes sign-up form](https://aka.ms/anflargevolumessignup).
78+
8379
## Next steps
8480

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

articles/azure-netapp-files/manage-default-individual-user-group-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Quota rules only come into effect on the CRR/CZR destination volume after the re
2929
* In a CRR/CZR setting:
3030
* You can't create, update, or delete quota rules on the destination volume until you [delete the replication](cross-region-replication-delete.md).
3131
* If a quota rule is in the error state after you delete the replication relationship, you need to delete and re-create the quota rule on the destination volume.
32-
* If you're using [large volumes](large-volumes-requirements-considerations.md) (volumes larger than 100 TiB):    
32+
* If you're using [large volumes](large-volumes-requirements-considerations.md):    
3333
* The space and file usage in a large volume might exceed as much as five percent more than the configured hard limit before the quota limit is enforced and rejects traffic.   
3434
* To provide optimal performance, the space consumption may exceed configured hard limit before the quota is enforced. The additional space consumption won't exceed either the lower of 1 GB or five percent of the configured hard limit.    
3535
* After reaching the quota limit, if a user or administrator deletes files or directories to reduce quota usage under the limit, subsequent quota-consuming file operations may resume with a delay of up to five seconds.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
1616

1717
## May 2024
1818

19+
* [Large volumes](large-volumes-requirements-considerations.md) are now generally available (GA) with support for [cross-zone replication](cross-zone-replication-requirements-considerations.md) and [cross-region replication](cross-region-replication-requirements-considerations.md).
20+
21+
Azure NetApp Files large volumes feature support the creation of new volumes between 50 TiB to 500 TiB in size. Regular Azure NetApp Files volumes are limited to 100 TiB in size. Large volumes enable a variety of use cases and workloads that require larger volumes with a single namespace such as High-Performance Computing (HPC) in the EDA and O&G space.
22+
23+
Azure NetApp Files large volumes is now also supported with cross-zone and cross-region replication. This capability is particularly beneficial for HPC, AI/ML, and large file content repositories, ensuring data resilience and business continuity across various scenarios.
24+
25+
For HPC workloads, which are essential for simulating processes and electronic design automation, this feature enhances data protection and availability, crucial for maintaining uninterrupted operations. AI/ML workloads, especially those involving large datasets for training complex models, will benefit from the added security and recovery options, ensuring data integrity for critical applications. Content repositories with large files, which often remain unchanged for extended periods but require immediate access, can now leverage the benefits of cross-zone and cross-region replication to safeguard against data loss while optimizing for cost and scale. By integrating these replication features, you can achieve a new level of data security and operational stability.
26+
1927
* [Support for one Active Directory connection per NetApp account](create-active-directory-connections.md#multi-ad) (Preview)
2028

2129
The Azure NetApp Files support for one Active Directory (AD) connection per NetApp account feature now allows each NetApp account to connect to its own AD Forest and Domain, providing the ability to manage more than one AD connections within a single region under a subscription. This enhancement enables distinct AD connections for each NetApp account, facilitating operational isolation and specialized hosting scenarios. AD connections can be configured multiple times for multiple NetApp accounts to make use of it. With the creation of SMB volumes in Azure NetApp Files now tied to AD connections in the NetApp account, the management of AD environments becomes more scalable, streamlined and efficient. This feature is in preview.

0 commit comments

Comments
 (0)