You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-create-volumes-smb.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 11/22/2024
8
+
ms.date: 12/11/2024
9
9
ms.author: anfdocs
10
10
---
11
11
# Create an SMB volume for Azure NetApp Files
@@ -99,7 +99,7 @@ Before creating an SMB volume, you need to create an Active Directory connection
99
99
100
100
* Specify a unique **share name** for the volume. This share name is used when you create mount targets. The requirements for the share name are as follows:
101
101
- For volumes not in an availability zone or volumes in the same availability zone, it must be unique within each subnet in the region.
102
-
- For volumes in availability zones, it must be unique within each availability zone. This feature is currently in **preview** and requires you to register the feature. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
102
+
- For volumes in availability zones, it must be unique within each availability zone. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
103
103
- It can contain only letters, numbers, or dashes (`-`).
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-create-volumes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ This article shows you how to create an NFS volume. For SMB volumes, see [Create
112
112
113
113
* Specify a unique **file path** for the volume. This path is used when you create mount targets. The requirements for the path are as follows:
114
114
- For volumes not in an availability zone or volumes in the same availability zone, it must be unique within each subnet in the region.
115
-
- For volumes in availability zones, it must be unique within each availability zone. This feature is currently in **preview** and requires you to register the feature. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
115
+
- For volumes in availability zones, it must be unique within each availability zone. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
116
116
- It must start with an alphabetical character.
117
117
- It can contain only letters, numbers, or dashes (`-`).
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/create-volumes-dual-protocol.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 12/04/2024
8
+
ms.date: 12/11/2024
9
9
ms.author: anfdocs
10
10
---
11
11
# Create a dual-protocol volume for Azure NetApp Files
@@ -133,7 +133,7 @@ To create NFS volumes, see [Create an NFS volume](azure-netapp-files-create-volu
133
133
* Specify a unique **Volume Path**. This path is used when you create mount targets. The requirements for the path are as follows:
134
134
135
135
- For volumes not in an availability zone or volumes in the same availability zone, the volume path must be unique within each subnet in the region.
136
-
- For volumes in availability zones, the volume path must be unique within each availability zone. This feature is currently in **preview** and requires you to register the feature. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
136
+
- For volumes in availability zones, the volume path must be unique within each availability zone. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
137
137
- It must start with an alphabetical character.
138
138
- It can contain only letters, numbers, or dashes (`-`).
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/manage-availability-zone-volume-placement.md
+2-23Lines changed: 2 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
6
6
ms.service: azure-netapp-files
7
7
ms.custom: devx-track-terraform
8
8
ms.topic: how-to
9
-
ms.date: 07/30/2024
9
+
ms.date: 12/11/2024
10
10
ms.author: anfdocs
11
11
---
12
12
# Manage availability zone volume placement for Azure NetApp Files
@@ -31,28 +31,7 @@ You can deploy new volumes in the logical availability zone of your choice. You
31
31
* VMs and Azure NetApp Files volumes are to be deployed separately, within the same logical availability zone to create zone alignment between VMs and Azure NetApp Files. The availability zone volume placement feature doesn't create zonal VMs upon volume creation, or vice versa.
32
32
33
33
* <aname="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). This feature is currently in preview.
34
-
35
-
>[!IMPORTANT]
36
-
>Once a volume is created with the same file path as another volume in a different availability zone, the volume has the same level of support as other volumes deployed in the subscription without this feature enabled. For example, if there's an issue with other generally available features on the volume such as snapshots, it's supported because the problem is unrelated to the ability to create volumes with the same file path in different availability zones.
37
-
38
-
You need to register the feature before using it for the first time. After registration, the feature is enabled and works in the background. No UI control is required.
> 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.
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.
55
-
34
+
56
35
>[!IMPORTANT]
57
36
>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).
0 commit comments