Skip to content

Commit c6cbf95

Browse files
authored
Merge pull request #275680 from b-ahibbard/czr-ga
czr ga announcement
2 parents d9dfa75 + 1bed9ef commit c6cbf95

8 files changed

+31
-76
lines changed

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 05/20/2024
8+
ms.date: 07/30/2024
99
ms.author: anfdocs
1010
---
1111
# Create a capacity pool for Azure NetApp Files
@@ -70,25 +70,25 @@ Creating a capacity pool enables you to create volumes within it.
7070
7171
* **Encryption type** <a name="encryption_type"></a>
7272
Specify whether you want the volumes in this capacity pool to use **single** or **double** encryption. See [Azure NetApp Files double encryption at rest](double-encryption-at-rest.md) for details.
73-
73+
7474
> [!IMPORTANT]
7575
> Azure NetApp Files double encryption at rest supports [Standard network features](azure-netapp-files-network-topologies.md#configurable-network-features), but not Basic network features. See [considerations](double-encryption-at-rest.md#considerations) for using Azure NetApp Files double encryption at rest.
7676
>
7777
> After the capacity pool is created, you can’t modify the setting (switching between `single` or `double`) for the encryption type.
7878
79-
Azure NetApp Files double encryption at rest is currently in preview. If using this feature for the first time, you need to register the feature first.
79+
:::image type="content" source="./media/shared/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot showing the New Capacity Pool window.":::
8080
81-
1. Register the feature:
82-
```azurepowershell-interactive
83-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
84-
```
85-
2. Check the status of the feature registration. `RegistrationState` may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is `Registered` before continuing.
86-
```azurepowershell-interactive
87-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
88-
```
89-
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.
81+
Azure NetApp Files double encryption at rest is currently in preview. If using this feature for the first time, you need to register the feature first.
9082
91-
:::image type="content" source="./media/shared/azure-netapp-files-new-capacity-pool.png" alt-text="Screenshot showing the New Capacity Pool window.":::
83+
1. Register the feature:
84+
```azurepowershell-interactive
85+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
86+
```
87+
2. Check the status of the feature registration. `RegistrationState` may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is `Registered` before continuing.
88+
```azurepowershell-interactive
89+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFDoubleEncryption
90+
```
91+
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.
9292
9393
4. Select **Create**.
9494

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

Lines changed: 1 addition & 3 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: how-to
8-
ms.date: 06/06/2024
8+
ms.date: 07/30/2024
99
ms.author: anfdocs
1010
---
1111
# Create cross-zone replication relationships for Azure NetApp Files
@@ -18,8 +18,6 @@ For information about availability zones, see [Use availability zones zonal plac
1818

1919
Before you begin, you should review the [requirements and considerations for cross-zone replication](cross-zone-replication-requirements-considerations.md).
2020

21-
[!INCLUDE [Azure NetApp Files cross-zone-replication supported regions](includes/cross-zone-regions.md)]
22-
2321
## Create the source volume with an availability zone
2422

2523
This process requires that your account is subscribed to the [availability zone volume placement feature](use-availability-zones.md).

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

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,18 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 02/17/2023
8+
ms.date: 07/30/2024
99
ms.author: anfdocs
1010
ms.custom: references_regions
1111
---
1212

13-
# Understand cross-zone replication of Azure NetApp Files (preview)
13+
# Understand cross-zone replication of Azure NetApp Files
1414

1515
In many cases resiliency across availability zones is achieved by HA architectures using application-based replication and HA, as explained in [Use availability zones for high availability](use-availability-zones.md). However, simpler, more cost-effective approaches are often considered by using storage-based data replication instead.
1616

1717
Similar to the Azure NetApp Files [cross-region replication feature](cross-region-replication-introduction.md), the cross-zone replication (CZR) capability provides data protection between volumes in different availability zones. You can asynchronously replicate data from an Azure NetApp Files volume (source) in one availability zone to another Azure NetApp Files volume (destination) in another availability. This capability enables you to fail over your critical application if a zone-wide outage or disaster happens.
1818

19-
## Supported regions
20-
21-
The preview of cross-zone replication is available in the following regions:
22-
23-
* Australia East
24-
* Brazil South
25-
* Canada Central
26-
* Central India
27-
* Central US
28-
* East Asia
29-
* East US
30-
* East US 2
31-
* France Central
32-
* Germany West Central
33-
* Israel Central
34-
* Italy North
35-
* Japan East
36-
* Korea Central
37-
* North Europe
38-
* Norway East
39-
* Qatar Central
40-
* South Africa North
41-
* Southeast Asia
42-
* South Central US
43-
* Sweden Central
44-
* Switzerland North
45-
* UAE North
46-
* UK South
47-
* US Gov Virginia
48-
* West Europe
49-
* West US 2
50-
* West US 3
51-
52-
In the future, cross-zone replication is planned for all [AZ-enabled regions](../availability-zones/az-overview.md#azure-regions-with-availability-zones) with [Azure NetApp Files presence](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=netapp&regions=all&rar=true).
19+
Cross-zone replication is available in all [AZ-enabled regions](../availability-zones/az-overview.md#azure-regions-with-availability-zones) with [Azure NetApp Files presence](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=netapp&regions=all&rar=true).
5320

5421
## Service-level objectives
5522

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

Lines changed: 1 addition & 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: conceptual
8-
ms.date: 05/28/2024
8+
ms.date: 07/30/2024
99
ms.author: anfdocs
1010
---
1111
# Requirements and considerations for using cross-zone replication
@@ -15,7 +15,6 @@ This article describes requirements and considerations about [using the volume c
1515
## Requirements and considerations
1616

1717
* The cross-zone replication feature uses the [availability zone volume placement feature](use-availability-zones.md) of Azure NetApp Files.
18-
* You can only use cross-zone replication in regions that support the availability zone volume placement. [!INCLUDE [Azure NetApp Files cross-zone-replication supported regions](includes/cross-zone-regions.md)]
1918
* To establish cross-zone replication, you must create the source volume in an availability zone.
2019
* You can’t use cross-zone replication and cross-region replication together on the same source volume.
2120
* You can use cross-zone replication with SMB and NFS volumes. Replication of SMB volumes requires an Active Directory connection in the source and destination NetApp accounts. The destination AD connection must have access to the DNS servers or AD DS Domain Controllers that are reachable from the delegated subnet in the destination zone. For more information, see [Requirements for Active Directory connections](create-active-directory-connections.md#requirements-for-active-directory-connections).

articles/azure-netapp-files/includes/cross-zone-regions.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

articles/azure-netapp-files/manage-availability-zone-volume-placement.md

Lines changed: 3 additions & 3 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: devx-track-terraform
88
ms.topic: how-to
9-
ms.date: 05/22/2024
9+
ms.date: 07/30/2024
1010
ms.author: anfdocs
1111
---
1212
# Manage availability zone volume placement for Azure NetApp Files
@@ -81,8 +81,8 @@ You can deploy new volumes in the logical availability zone of your choice. You
8181
8282
:::image type="content" source="./media/manage-availability-zone-volume-placement/availability-zone-volume-overview.png" alt-text="Screenshot of volume properties interface." lightbox="./media/manage-availability-zone-volume-placement/availability-zone-volume-overview.png":::
8383
84-
## <a name="populate-an-existing-volume-with-availability-zone-information"></a> Populate an existing volume with availability zone information (preview)
85-
84+
## Populate an existing volume with availability zone information
85+
8686
1. Navigate to the volume that you want to populate with availability zone information.
8787
1. Select **Populate availability zone**.
8888
1. The Populate Availability Zone window appears and displays the availability zone in which the Azure NetApp Files volume is deployed.
940 KB
Loading

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 07/25/2024
9+
ms.date: 07/30/2024
1010
ms.author: anfdocs
1111
---
1212

@@ -16,6 +16,15 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
1616

1717
## July 2024
1818

19+
* Availability zone volume placement enhancement - [**Populate existing volumes**](manage-availability-zone-volume-placement.md#populate-an-existing-volume-with-availability-zone-information) is now generally available (GA).
20+
21+
22+
* [Cross-zone replication](cross-zone-replication-introduction.md) is now generally available (GA).
23+
24+
Cross-zone replication allows you to replicate your Azure NetApp Files volumes asynchronously from one Azure availability zone (AZ) to another within the same region. Using technology similar to the cross-region replication feature and Azure NetApp Files availability zone volume placement feature, cross-zone replication replicates data in-region across different zones; only changed blocks are sent over the network in a compressed, efficient format. It helps you protect your data from unforeseeable zone failures without the need for host-based data replication. This feature minimizes the amount of data required to replicate across the zones, limiting data transfers required and shortens the replication time so you can achieve a smaller Restore Point Objective (RPO). Cross-zone replication doesn’t involve any network transfer costs and is highly cost-effective.
25+
26+
Cross-zone replication is available in all [AZ-enabled regions](../availability-zones/az-overview.md#azure-regions-with-availability-zones) with [Azure NetApp Files presence](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=netapp&regions=all&rar=true).
27+
1928
* [Transition a volume to customer-managed keys](configure-customer-managed-keys.md#transition) (Preview)
2029

2130
Azure NetApp Files now supports the ability to transition an existing volume to use customer-managed keys for volume encryption.

0 commit comments

Comments
 (0)