Skip to content

Commit 138f21c

Browse files
Merge pull request #304535 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-21 17:00 UTC
2 parents fc69e46 + e57d589 commit 138f21c

17 files changed

Lines changed: 265 additions & 178 deletions

articles/azure-netapp-files/includes/region-pairs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: include file, references_regions
99
# azure-netapp-files/replication.md
1010
# Customer intent: As a cloud architect, I want to understand Azure NetApp Files volume replication across different regional pairs, so that I can plan and implement resilient data storage solutions for multi-region applications.
1111
---
12-
Azure NetApp Files volume replication is supported between various [Azure regional pairs](../../reliability/cross-region-replication-azure.md#azure-paired-regions) and non-standard pairs. Azure NetApp Files volume replication is currently available between the following regions. You can replicate Azure NetApp Files volumes from Regional Pair A to Regional Pair B, and vice versa.
12+
Azure NetApp Files volume replication is supported between various [Azure regional pairs](../../reliability/cross-region-replication-azure.md#paired-regions) and nonstandard pairs. Azure NetApp Files volume replication is currently available between the following regions. You can replicate Azure NetApp Files volumes from Regional Pair A to Regional Pair B and from Regional Pair B to Regional Pair A.
1313

1414
### Azure regional pairs
1515

@@ -38,7 +38,7 @@ Azure NetApp Files volume replication is supported between various [Azure region
3838
| US Government | US Gov Arizona | US Gov Texas |
3939
| US Government | US Gov Virginia | US Gov Texas |
4040

41-
### Azure regional non-standard pairs
41+
### Azure regional nonstandard pairs
4242

4343
| Geography | Regional Pair A | Regional Pair B |
4444
|:--- |:--- |:--- |
@@ -68,5 +68,5 @@ Azure NetApp Files volume replication is supported between various [Azure region
6868
| UK/Europe | UK South | North Europe |
6969
| US Government | US Gov Arizona | US Gov Virginia |
7070

71-
>[!NOTE]
72-
>There can be a discrepancy in the size and number of snapshots between source and destination. This discrepancy is expected. Snapshot policies and replication schedules will influence the number of snapshots. Snapshot policies and replication schedules, combined with the amount of data changed between snapshots, will influence the size of snapshots. To learn more about snapshots, refer to [How Azure NetApp Files snapshots work](../snapshots-introduction.md).
71+
> [!NOTE]
72+
> There can be a discrepancy in the size and number of snapshots between the source and the destination. This discrepancy is expected. Snapshot policies and replication schedules influence the number of snapshots. Snapshot policies and replication schedules, combined with the amount of data that changes between snapshots, influence the size of snapshots. For more information, see [How Azure NetApp Files snapshots work](../snapshots-introduction.md).

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can deploy new volumes in the logical availability zone of your choice. You
1919
>[!IMPORTANT]
2020
>If you're using availability zones with custom roles or the built-in Contributor RBAC role, ensure you have the appropriate permissions set. Not having certain permissions can cause issues in the Azure portal. For configuration details, see [Configure custom RBAC roles](#configure-custom-rbac-roles).
2121
22-
* This feature doesn't guarantee free capacity in the availability zone. For example, even if you can deploy a VM in availability zone 3 of the East US region, it doesn’t guarantee free Azure NetApp Files capacity in that zone. If no sufficient capacity is available, volume creation will fail.
22+
* This feature doesn't guarantee free capacity in the availability zone. For example, even if you can deploy a VM in availability zone 3 of the East US region, it doesn’t guarantee free Azure NetApp Files capacity in that zone. If no sufficient capacity is available, volume creation fails.
2323

2424
* After a volume is created with an availability zone, the specified availability zone can’t be modified. Volumes can’t be moved between availability zones.
2525

@@ -33,8 +33,8 @@ You can deploy new volumes in the logical availability zone of your choice. You
3333

3434
* <a name="file-path-uniqueness"></a> For volumes in different availability zones, Azure NetApp Files allows you to create volumes with the same file path (NFS), share name (SMB), or volume path (dual-protocol).
3535

36-
>[!IMPORTANT]
37-
>It's not recommended that you use availability zones for Terraform-managed volumes. If you do, you must [add the zone property to your volume](#populate-availability-zone-for-terraform-managed-volumes).
36+
> [!IMPORTANT]
37+
> We don't recommend that you use availability zones for Terraform-managed volumes. If you do, you must [add the zone property to your volume](#populate-availability-zone-for-terraform-managed-volumes).
3838
3939
## Create a volume with an availability zone
4040

@@ -45,7 +45,7 @@ You can deploy new volumes in the logical availability zone of your choice. You
4545
* [Create an SMB volume](azure-netapp-files-create-volumes-smb.md)
4646
* [Create a dual-protocol volume](create-volumes-dual-protocol.md)
4747

48-
2. In the **Create a Volume** page, under the **Basic** tab, select the **Availability Zone** dropdown to specify an availability zone where Azure NetApp Files resources are present.
48+
2. In the **Create a Volume** page, under the **Basic** tab, select the **Availability Zone** dropdown menu to specify an availability zone where Azure NetApp Files resources are present.
4949

5050
> [!IMPORTANT]
5151
> Logical availability zones for the subscription without Azure NetApp Files presence are marked `(Unavailable)` and are greyed out.
@@ -75,7 +75,7 @@ You can deploy new volumes in the logical availability zone of your choice. You
7575
7676
## Populate availability zone for Terraform-managed volumes
7777

78-
The populate availability zone features requires a `zone` property on the volume. You can set the zone property only when you create the Terraform-managed volume, but you can't modify it after the volume has been created. Adding the `zone` property after the volume has been created can cause data loss or loss of the volume if the specified zone value does not match the availability zone.
78+
The populate availability zone features requires a `zone` property on the volume. You can set the zone property only when you create the Terraform-managed volume, but you can't modify the property after you create the volume. Adding the `zone` property after you create the volume can cause data loss or loss of the volume if the specified zone value doesn't match the availability zone.
7979

8080
>[!IMPORTANT]
8181
>To prevent data loss on any Azure resource that includes volatile resources, you should use the [`prevent_destroy` lifecycle argument](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#prevent_destroy).
@@ -142,7 +142,7 @@ If you're using a custom RBAC role or the [built-in Contributor role](../role-ba
142142
```
143143
144144
1. Select **Review + update**.
145-
1. Sign out of your Azure account, then log back in to confirm permissions effect has taken hold and the options are visible.
145+
1. Sign out of your Azure account, and then log back in to confirm that the permissions are in effect and the options are visible.
146146
147147
## Next steps
148148

0 commit comments

Comments
 (0)