Skip to content

Commit 701fde9

Browse files
Merge pull request #304218 from b-ahibbard/czrr-ga
Cross-zone-region replication (CZRR) GA
2 parents 2bb0e9f + 2f560b1 commit 701fde9

3 files changed

Lines changed: 21 additions & 8 deletions

File tree

articles/azure-netapp-files/cross-zone-region-replication-configure.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 11/24/2025
8+
ms.date: 12/09/2025
99
ms.author: anfdocs
1010
# Customer intent: As a cloud administrator, I want to configure cross-zone-region replication for Azure NetApp Files, so that I can ensure data accessibility and disaster recovery across multiple regions and availability zones.
1111
---
12-
# Manage cross-zone-region replication for Azure NetApp Files (preview)
12+
# Manage cross-zone-region replication for Azure NetApp Files
1313

1414
Azure NetApp Files supports volume cross-zone and cross-region replication on the same source volume.
1515

@@ -23,9 +23,10 @@ Azure NetApp Files supports volume cross-zone and cross-region replication on th
2323
>[!NOTE]
2424
>Data protection is limited to two volumes.
2525
26+
<!--
2627
## Register for cross-zone-region replication
2728
28-
Cross-zone-region replication for Azure NetApp Files is currently in preview. You need to register the feature before using it for the first time. Feature registration may take up to 60 minutes to complete.
29+
You need to register for cross-zone-region replication before using the feature for the first time. Feature registration may take up to 60 minutes to complete.
2930
3031
1. Register the feature
3132
@@ -36,12 +37,13 @@ Cross-zone-region replication for Azure NetApp Files is currently in preview. Yo
3637
2. Check the status of the feature registration:
3738
3839
> [!NOTE]
39-
> 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.
40+
> 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.
4041
4142
```azurepowershell-interactive
4243
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFOneToTwoReplication
4344
```
4445
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.
46+
-->
4547

4648
## Configure replication
4749

articles/azure-netapp-files/replication.md

Lines changed: 7 additions & 2 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: concept-article
8-
ms.date: 11/25/2025
8+
ms.date: 12/09/2025
99
ms.author: anfdocs
1010
ms.custom: references_regions
1111
---
@@ -114,7 +114,12 @@ Regular Azure NetApp Files storage capacity charges for Month 2 apply to the des
114114

115115
## Cross-zone-region replication
116116

117-
Azure NetApp Files supports using cross-zone and cross-region replication on the same source volume. With this extra layer of protection, you can protect your volumes by using a second protection volume in the following combinations:
117+
Azure NetApp Files supports using cross-zone and cross-region replication on the same source volume, enabling asynchronous replication of volumes across availability zones and regions,
118+
119+
>[!NOTE]
120+
>Cross zone-region replication uses the same pricing model as cross-region and cross-zone replication.
121+
122+
With cross-zone-region replication, you can protect your volumes by using a second protection volume in the following combinations:
118123

119124
* Cross-region and​ cross-zone replication target volumes
120125

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- linux-related-content
99
- build-2025
1010
ms.topic: overview
11-
ms.date: 11/20/2025
11+
ms.date: 12/09/2025
1212
ms.author: anfdocs
1313
# Customer intent: As a cloud administrator, I want to learn about the latest enhancements in Azure NetApp Files, so that I can effectively utilize new features for improved data security, resilience, and operational efficiency in my organization's cloud storage solutions.
1414
---
@@ -17,6 +17,12 @@ ms.author: anfdocs
1717

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

20+
## December 2025
21+
22+
* [Cross-zone-region replication](cross-zone-region-replication-configure.md) is now generally available (GA)
23+
24+
[Cross-zone-region replication](replication.md#cross-zone-region-replication) builds on the existing capabilities of cross-region replication and cross-zone replication. It enables you to replicate volumes across regions and across availability zones within the same region, combining disaster recovery and business continuance capabilities for volumes. To establish two protection volumes, you can create a cross-zone replication relationship and a cross-region replication relationship _or_ two cross-region replication relationships _or_ two cross-zone replication relationships. The source volume must in an availability zone for the cross-zone replication relationship. Cross-zone-region replication is now generally available.
25+
2026
## November 2025
2127

2228
* [Subscription quota metrics](azure-netapp-files-metrics.md#subscription-quota-metrics) are now generally available (GA)
@@ -161,7 +167,7 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
161167

162168
Cross-zone and cross-region replication for application volume group for Oracle is currently only supported in the REST API. This feature is in preview.
163169

164-
* [Cross-zone-region replication](cross-zone-region-replication-configure.md) (preview)
170+
* [Cross-zone-region replication](cross-zone-region-replication-configure.md) (Preview)
165171

166172
[Cross-zone-region replication](replication.md#cross-zone-region-replication) is an extension to cross-region and cross-zone replication. With cross-zone-region replication, you can configure two protection volumes in any combination of cross-region and cross-zone replication for the same source volume. Replication is now also supported across subscriptions under the same tenant. This feature is in preview.
167173

0 commit comments

Comments
 (0)