Skip to content

Commit 24b7fd6

Browse files
Merge pull request #291821 from b-ahibbard/file-path-not-ga
File path not ga
2 parents ed446e8 + 9c2263c commit 24b7fd6

File tree

5 files changed

+8
-29
lines changed

5 files changed

+8
-29
lines changed

articles/azure-netapp-files/azure-netapp-files-create-volumes-smb.md

Lines changed: 2 additions & 2 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: 11/22/2024
8+
ms.date: 12/11/2024
99
ms.author: anfdocs
1010
---
1111
# 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
9999

100100
* 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:
101101
- 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).
103103
- It can contain only letters, numbers, or dashes (`-`).
104104
- The length must not exceed 80 characters.
105105

articles/azure-netapp-files/azure-netapp-files-create-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This article shows you how to create an NFS volume. For SMB volumes, see [Create
112112

113113
* 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:
114114
- 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).
116116
- It must start with an alphabetical character.
117117
- It can contain only letters, numbers, or dashes (`-`).
118118
- The length must not exceed 80 characters.

articles/azure-netapp-files/create-volumes-dual-protocol.md

Lines changed: 2 additions & 2 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: 12/04/2024
8+
ms.date: 12/11/2024
99
ms.author: anfdocs
1010
---
1111
# 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
133133
* Specify a unique **Volume Path**. This path is used when you create mount targets. The requirements for the path are as follows:
134134

135135
- 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).
137137
- It must start with an alphabetical character.
138138
- It can contain only letters, numbers, or dashes (`-`).
139139
- The length must not exceed 80 characters.

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

Lines changed: 2 additions & 23 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: 07/30/2024
9+
ms.date: 12/11/2024
1010
ms.author: anfdocs
1111
---
1212
# 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
3131
* 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.
3232

3333
* <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). 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.
39-
40-
1. Register the feature:
41-
42-
```azurepowershell-interactive
43-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFilePathUniquenessInAz
44-
```
45-
46-
2. Check the status of the feature registration:
47-
48-
> [!NOTE]
49-
> 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.
50-
51-
```azurepowershell-interactive
52-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFilePathUniquenessInAz
53-
```
54-
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+
5635
>[!IMPORTANT]
5736
>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).
5837

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

Lines changed: 1 addition & 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: 12/03/2024
9+
ms.date: 12/11/2024
1010
ms.author: anfdocs
1111
---
1212

0 commit comments

Comments
 (0)